/*css*/
@import "common.css";

body{
padding:0;
margin:0;
height:100%;
min-height:800px;
background:url(images/loginbg.jpg) bottom center no-repeat #efefef; 

font:normal 12px "微软雅黑", "宋体", Arial, Geneva, Helvetica, sans-serif;
color:#000000;
}

input{font-size:12px;}

.bodyn{
padding:0;
margin:0;
height:100%;
min-height:800px;
background:url(images/loginbg2.jpg) top center no-repeat #efefef; 

font:normal 12px "微软雅黑", "宋体", Arial, Geneva, Helvetica, sans-serif;
color:#000000;
}



/*按钮样式*/
	.grebtn{
		display: inline-block;
		padding: 0.5em 2em;
		border: 1px solid;
		border-radius: 2px;
		vertical-align: bottom;
		font-weight: inherit;
		border-color: #fab528;
		background-color: #fec041;
		box-shadow: inset 0 0 1px rgba(250,153,2,.1), 0 1px #fa9902;
		color: #fff;
		text-shadow: 0 -1px #ff6600;
		margin: 0px auto;
	}
	
.bt_study a{
		display: inline-block;
		padding: 0.5em 2em;
		border: 1px solid;
		border-radius: 2px;
		vertical-align: bottom;
		font-weight: inherit;
		border-color: #fab528;
		background-color: #fec041;
		box-shadow: inset 0 0 1px rgba(250,153,2,.1), 0 1px #fa9902;
		color: #fff;
		text-shadow: 0 -1px #ff6600;
		margin: 0px auto;
	}


.bt_fabu a{
		display: inline-block;
		padding: 0.5em 2em;
		border: 1px solid;
		border-radius: 2px;
		vertical-align: bottom;
		font-weight: inherit;
		border-color: #0176a9;
		background-color: #016f9f;
		box-shadow: inset 0 0 1px rgba(4,84,119,.1), 0 1px #045477;
		color: #fff;
		text-shadow: 0 -1px #045477;
		margin: 0px auto;
	}
	
.bt_conedu a{
		display: inline-block;
		padding: 2px 5px;
		border: 1px solid;
		border-radius: 2px;
		vertical-align: bottom;
		font-weight: inherit;
		border-color: #0176a9;
		background-color: #016f9f;
		box-shadow: inset 0 0 1px rgba(4,84,119,.1), 0 1px #045477;
		color: #fff;
		text-shadow: 0 -1px #045477;
		margin: 0px auto;
	}	

.tdboder{border-bottom:#efefef 1px solid;}

/*区块样式*/
.area100{width:100%; height:auto;margin:0 auto;}
.area1200{width:1200px; height:auto;margin:0 auto;}




 /* 分页样式 */
.pages{ width:100%; text-align:center; padding:10px 0; clear:both;}
.pages span,.pages a,.pages b{ font-size:14px;margin:0 2px;}
.pages span font{ color:#f00; font-size:14px;}
.pages a,.pages b{ border:1px solid #494383; background:#fff; padding:3px 10px; text-decoration:none}
.pages span { padding-right:15px }
.pages b,.pages a:hover{ background:#494383; color:#fff;}

.footer{ font-size:12px; line-height:22px; color:#ffffff;}
.footer a{ color:#ffffff; font-size:12px; line-height:22px;}
.footer a:hover{ color:#ffff00;}



