body {
	font:12px Tahoma;
	margin:0px;
	text-align:center;
	background:#FFF;
	/*color:#666666;*/
}

a:link,a:visited {
	font-size:12px;
	text-decoration:none;
	color: #2287A3;
}
a:hover{
	color: #963852;
}

#div_body {
	background-color:#fff;
	width:1000px;
	margin:0 auto;
	z-index:-1;
	overflow:hidden;
}

#div_header_top {
	width:1000px;
	text-align:left;
}

#div_header_menu {
	width:1000px;
	height:75px;
	margin-top: 2px;
	margin-left: 0px;
	float:right;
}

#div_content {
	width:auto;
	height:auto;
	float:left;
	margin-left:-5px;
	margin-top:0px;
	*margin-top:0px; /* for ie */
}

#div_right {
	width:auto;
	height:auto;
    float:right;
    margin-right: 5px;
	margin-top:0px;
	*margin-top:0px; /* for ie */	
}

#div_notice {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height:266px;
	background:no-repeat;
	line-height:15px;
	letter-spacing:2px;
	overflow:hidden;
}

.cls_newstitle {
    border-bottom:1px dashed #ccc;
}

#div_login {
	height: 138px;
	width: 284px;
	background-image:url(../images/bg_login.gif);
	background-repeat:no-repeat;
	overflow:hidden;
}

#div_logind {
	height: 287px;
	width: 289px;
	background-image:url(../images/logind.jpg);
	background-repeat:no-repeat;
	overflow:hidden;
}

#div_logind a:link,#div_logind a:visited {
	font-size:12px;
	font-weight:600;
	text-decoration:none;
	color:#000000
}
#div_logind a:hover{
	color:#ffffff;
}

.tipcss {
    border: 1px solid #00B800; background-color:#E6FFE6;
}

.login_input
{
	background-color: #ffffff; 
	border-bottom:#CCCCCC 1px solid;
	border-left: #CCCCCC 1px solid;
	border-right: #CCCCCC 1px solid;
	border-top: #CCCCCC 1px solid;
	color: #000000;
	height: 18px;
	border-color: #CCCCCC #CCCCCC #CCCCCC #CCCCCC; font-size: 9pt;
	width:110px;
	
}

#footer {
	clear: both;
	background:#ffffff;
	width:1000px;
	height:130px;
	margin-top:10px;
	/*color:#FFFFFF;*/
}

/* 用于表单验证 */
em.error {
	border: 1px solid #00B800;
	background-color:#E6FFE6;
	text-align:center;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 20px;
	padding-right: 3px;
	margin-left:0px;
	font-style: normal;
	background-image: url(/scripts/jquery-validate/images/no.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
}
em.success {
	border: 1px solid #00B800;
	background-color:#E6FFE6;
	padding-left: 20px;
	margin-left:5px;
	font-style: normal;
	background-image: url(/scripts/jquery-validate/images/yes.gif);
	background-repeat: no-repeat;
	background-position: 0px center;
}

       