/* teacher CSS */

body {
	background-image: url(in.jpg);
	background-repeat: repeat;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
table {
 border-collapse: collapse; 
} 
table td {
    border:1px solid  #FFF;
}

.etuserdiv
{
font-family:Microsoft Yahei;
font-size:larger;
margin-top:20px;
margin-left:4px;	
}
.btcs {
	margin:3px;
	padding:2px 4px 2px 4px;
	height: 30px; /* 高度 */
	border-width: 0px; /* 边框宽度 */
	border-radius: 3px; /* 边框半径 */
	background: #1E90FF; /* 背景颜色 */
	cursor: pointer; /* 鼠标移入按钮范围时出现手势 */
	outline: none; /* 不显示轮廓线 */
	font-family: Microsoft YaHei; /* 设置字体 */
	color: white; /* 字体颜色 */
	font-size: 16px; /* 字体大小 */
}
.btcs:hover { /* 鼠标移入按钮范围时改变颜色 */
	background-color: #006AFB;
}
.btcs:disabled{
	background-color:#999;
	color:#CCC;
}

.buttomtext{
	padding:6px;
	width:450px;
	text-align:center;
	color:#FFF;
}
#jgtext{
	width:440px;
	text-align:center;
	color:#F00;
	background:#FFF;
	margin-left:10px;
}
