/* CSS Document */

html, body, h1, h2, h3, h4, h5, h6, div, ul, ol, li, dl, dt, dd, p, form, input, select, button, textarea, table, tr, th, td, iframe {margin: 0;padding: 0;}
ul, ol {list-style: none;}
img {border: 0;vertical-align: top;-ms-interpolation-mode: bicubic;}

body {font-family: Arial, "微软雅黑","宋体";font-size: 12px;color: #333;
background: #fff;}

/* 链接 */
a {color: #666666;text-decoration: none;}
a:hover { color:#0063b7;}
/* 文字大小 */
.f12 {font-size: 12px;}
.f14 {font-size: 14px;}
.f16 {font-size: 16px;}
.f18 {font-size: 18px;}

/* 颜色 */
.red {color: #F00;}
.gray {	color: #666;}
.lightgray {color: #999;}
.green { color:#5ab720;}
a.green { color:#5ab720;}
/* 表单 */
input, select, textarea, label {font-family: Arial, "微软雅黑";font-size: 12px;vertical-align: middle;}
.form_text {padding-left: 3px;height: 22px;border: 1px solid #CCC;border-radius: 2px;line-height: 22px;}
.form_select {padding-left: 3px;height: 24px;border: 1px solid #CCC;border-radius: 2px;line-height: 22px;_width:80px; min-width:80px;margin-right:1px;}
.form_textarea {padding-left: 3px;border: 1px solid #CCC;border-radius: 2px;line-height: 22px;}
.form_btn {padding: 5px 15px;overflow: visible;}

label.form_check { height:30px; line-height:30px; padding:0 30px 0 20px; display:block; float:left; position:relative; z-index:1;}
label.form_check input { position:absolute; z-index:20; left:0; bottom:8px;}


/* 页面布局 */
.container {margin:0 auto;width: 1200px;}
.container2 {margin:0 auto;width: 1000px;}

/* 浮动 */
.f_l {float: left;}
.f_r {float: right;}
.clear { clear:both; font-size:0; height:0; overflow:hidden;}
.clear1 { clear:both; font-size:10px; height:10px; overflow:hidden; line-height:10px;}
.clear2 { clear:both; font-size:20px; height:20px; overflow:hidden; line-height:20px;}
.clear3 { clear:both; font-size:30px; height:30px; overflow:hidden; line-height:30px;}
.clearline {clear:both; font-size:15px; height:15px; overflow:hidden; line-height:15px; border-bottom:1px solid #eee; margin-bottom:15px; }

ceshi {
	padding: 30px 0;
}
.ceshi h3 {
	font-size: 24px;
	font-weight: normal;
	line-height: 36px;
	text-align: center;
}
.ceshi_intro {
	padding: 20px 0;
	line-height: 26px;
}

.ceshi_form {
	padding: 15px;
	border: 1px solid #E6E6E6;
	background: #FAFAFA;
}

ceshi_form_table {
	border-collapse: collapse;
}
.ceshi_form_table td {
	padding: 10px;
	border: 0;
	line-height: 24px;
}
.ceshi_form_btn {
	margin-right: 10px;
	padding: 0 30px;
	height: 36px;
	border: 1px solid #66B80C;
	border-radius: 2px;
	background: url(../img/login_btn.gif) repeat-x left -1px;
	font-family: "微软雅黑";
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	overflow: visible;
	cursor: pointer;
}
.ceshi_form_btn:hover {
	border: 1px solid #6BC30D;
	background: url(../img/login_btn.gif) repeat-x left -41px;
}

.ceshi_table_list {
	border-collapse: collapse;
}
.ceshi_table_list th {
	border: 1px solid #E6E6E6;
	background: #F9F9F9;
	line-height: 40px;
}
.ceshi_table_list td {
	padding: 10px;
	border: 1px solid #E6E6E6;
	font-size: 14px;
	line-height: 26px;
}
.ceshi_view {
	padding: 20px 0;
	text-align: center;
}