@charset "utf-8";
/* CSS Document */
body { background:#E6E6E6;}
#jianbian{ height:50px;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#D5DBDE), to(#F0F2F3));
/* Webkit: Safari 5.1+, Chrome 10+ */
background: -webkit-linear-gradient(top, #D5DBDE, #F0F2F3);
/* Firefox 3.6+ */
background: -moz-linear-gradient(top, #D5DBDE, #F0F2F3);
/* Opera 11.10+ */
background: -o-linear-gradient(top, #D5DBDE, #F0F2F3);
/* IE 10 */
background: -ms-linear-gradient(top, #D5DBDE, #F0F2F3);
/* IE < 10 */
FILTER: progid:DXImageTransform.Microsoft.Gradient(startColorStr=#D5DBDE, endColorStr=#F0F2F3);}

.ahead { text-decoration:none; color:#FFFFFF;}
.headtd { width:70px;height:30px; font-size: 20px; color: #FFFFFF; font-family: 黑体; font-weight: bold; text-decoration: none;}
.daohang { width:150px; height:50px; text-align: center; font-family: 黑体;
		font-size: 20px; font-weight: bold; color: #383838; }
		
.current { 	width:150px; height:50px; text-align: center; font-family: 黑体; font-size: 20px;
			font-weight: bold; color: #FEB666; background-image:url(../img/common/arrow.png); }

.error {	width:150px; height:50px; text-align: center; font-family: 黑体; font-size: 20px;
			font-weight: bold; color: #FF0000; background-image:url(../img/common/arrow.png); }

.message { font-family: MicroSoft YaHei; font-size: 18px; width : 120px; height : 45px;}
#email { width : 180px;}
#captcha { width : 74px; }
#prompt{ text-align:center; width:100%; height:162px; font-size:15px; margin-top:10px; color:#555a5d;}/*提示信息*/