* {
	margin:0;
	padding:0;
}
body {
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size:12px;
	line-height:1.5em;
	font-weight:normal;
	background:#dcdcdc url(../images/login/body_bg.png) no-repeat center top;
}
img { border:none; }
input, select, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#FAFAFA;
	border:1px solid #888888;
}
h2, h3 { font-size:14px; }
a { text-decoration:none; }
a:hover { text-decoration:underline; }

input {
	height:19px;
	font-size:12px;
	line-height:19px;
	padding-left:2px;
}
#header {
	height:65px;
	padding-bottom:6px;
	width:100%;
}
	#logo {
		margin-left:20px;
		margin-top:10px;
	}
#mainBody {
	margin:20px auto;
}
#footer {
	height:75px;
	width:100%;
}
#footer .content {
	text-align:center;
	padding:10px 10px 20px 10px;
	color:#666;
}

.info  {
	border:10px #b5b5b5 solid;
	height:300px;
}
.info .rowContent {
	height:156px;
}
.panel {
	width:710px;
	margin:0 auto;
}
.panel .title {
	padding:15px 0;
	
}
.panel .title h2 {
	font-size:14px;
	font-weight:bold;
	text-indent:1em;
	color:#e60019;
}
.panel .main {
	background:url(../images/login/panel_left_bg.png) no-repeat left top;
	padding-left:15px;
}
.panel .main .content {
	background:url(../images/login/panel_right_bg.png) no-repeat right top;
	padding:15px 15px 15px 0;
	height:395px;
}
.rowContent {
	background:url(../images/login/rowcontent_bg.png) repeat-x left top;
	padding:25px;
	height:200px;
}
.rowBottom {
	clear:both;
	background:url(../images/login/rowbottom_bg.png) repeat-x left top;
	height:40px;
	padding:6px 5px 0px 10px;
}
.rowBottom a {
	color:#efefef;
	text-decoration:none;
}
.rowBottom dl dd {
	float:left;
	display:inline;
}
.rowBottom dl dd.left {
	width:49%;
	text-align:left;
}
.rowBottom dl dd.right {
	width:50%;
	text-align:right;
}
.quickLink {
	float:right;
	width:200px;
}
.quickLink dl {
}
.quickLink dt {
	height:35px;
	line-height:35px;
	font-size:14px;
	color:#e60019;
	font-weight:bold;
}
.quickLink dd {

}
.quickLink dd.link a {
	line-height:40px;
	height:40px;
	display:block;
	background:url(../images/login/quicklin_arrow.png) no-repeat left center;
	font-size:14px;
	font-weight:bold;
	text-indent:1em;
	color:#898989;
	text-decoration:none;
}
.quickLink dd a:hover {
	text-decoration:none;
	color:#CCCCCC;
}
.loginform {
	float:left;
	margin-right:20px;
	padding-top:10px;
}
.loginform p {
	height:48px;
	clear:both;
}
.loginform p .tips {
	display:block;
	clear:both;
	margin-left:65px;
	margin-top:2px;
	line-height:20px;
}
.loginform p label {
	display:block;
	float:left;
	font-weight:bold;
	width:50px;
	line-height:23px;
	padding-right:15px;
	font-size:12px;
	color:#8a8a8a;
	letter-spacing:2px;
}
.loginform img.codeImg {
	margin-left:10px;
	margin-top:3px;
}
.loginform input {
	background-color:#f8f8f8;
	border:1px #b0b0b0 solid;
	width:270px;
	border-left:3px #e61d33 solid;
	float:left;
	height:21px;
	padding-top:2px;
	color:#666;
}
.loginform input.onfocus {
	background-color:#FFFFCC;
}
.loginform #code {
	width:170px;
}
.certform {
	
}
.certform p label {
	width:80px;
}
/** btn style **/
.button, .button2 {
	background:url(../images/login/button_bg.png) no-repeat left top;
	height:36px;
	width:131px;
	border:none;
	color:#000;
	font-size:14px;
	font-weight:bold;
	text-indent:25px;
	text-align:left;
	cursor:pointer;
}
.button2 {
	background:url(../images/login/button_bg2.png) no-repeat left top;
	text-indent:35px;
}

#news dl {
	margin-top:15px;
	margin-right:20px;
}
#news dl dt {
	display:block;
	width:150px;
	font-weight:bold;
	color:#fff;
	float:left;
	font-size:14px;
}
#news dl dd {
	margin-left:160px;
	line-height:20px;
	padding-bottom:5px;
}
#news dl dd a {
	color:#fff;
	text-decoration:none;
}
#news dl dd a:hover {
	color:#333;
	text-decoration:none;
}
.rowBox {
	line-height:25px;
} 
.marginTop {
	padding-top:10px;
}
/** table list view **/
.listView {
	margin-top:10px;
}
.listView th {
	background-color:#ccc;
	font-weight:normal;
	line-height:24px;
}
.listView tr.oddListRow {
	background-color:#fff;
}
.listView td.fail {
	color:#FF0000;
}