﻿body
{
	font-family: 宋体,Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background: #fff;
	text-align: center;
}
*
{
	margin: 0;
	padding: 0;
}
a
{
	color: #004B97;
	text-decoration: none;
}
a:hover
{
	color: #000;
	text-decoration: underline;
}
h3
{
	font-size: 14px;
	font-weight: bold;
}
pre, p
{
	color: #1E7ACE;
	margin: 4px;
}
input, select, textarea
{
	padding: 1px;
	margin: 2px;
	font-size: 12px;
}
.buttom
{
	padding: 1px 10px;
	font-size: 12px;
	border: 1px #1E7ACE solid;
	background: #D0F0FF;
}
#formwrapper
{
	width: 580px;
	margin: 15px auto;
	padding: 20px;
	text-align: left;
	border: 1px solid #A4CDF2;
}

fieldset
{
	padding: 10px;
	margin-top: 5px;
	border: 1px solid #A4CDF2;
	background: #fff;
	width: 550px;
}
fieldset legend
{
	color: #1E7ACE;
	font-weight: bold;
	padding: 3px 20px 3px 20px;
	border: 1px solid #A4CDF2;
	background: #fff;
}
fieldset label
{
	float: left;
	width: 108px;
	text-align: right;
	padding: 4px;
	margin: 1px;
	height: 9px;
}
fieldset div
{
	clear: left;
	margin-bottom: 2px;
	
	width: 528px;
}
.enter
{
	text-align: center;
}
.clear
{
	clear: both;
}

/*
用在插入或更新时，控制TABLE中各列的宽度和行高
*/
.tableStype
{
	width:640px;
}

.tableColumn1
{
	width:30%;
	text-align:right;	
}

.tableColumn2
{
	width:40%;
	text-align:left;
	color:#004B97;
}

.tableColumn3
{
	width:35%	
}

.tableRowHeight
{
	height:24px;
}

.tableButton
{
	text-align:center;
}

.tableHead
{
	height:30px;
	font-size:14px;
	background-color:#D8D8EB;	
	text-align:center;
}

/*提示学校名称是否存在的LABLE控件的格式*/
.vipInfo
{
	color:Red;
	font-size:smaller;	
}

.m {
	height:   18px;
	
	
	position: relative;
	
	top:      2px;
	
}
.n {
	height:   18px;
	
	position: relative;
	
	top:      2px;
}

.classDefaultRight
{
	text-align:left;
background-color: #DEE7F7; 
height: 30px;
}
