@charset "utf-8";
/* 关于本网样式 */
/*
版权所有：中华汽配网
作者：李健
MSN：lijazz2008@163.com
创建：@date
修改：@date
*/
/*--------------------------------------------基本样式--------------------------------------------*/

/*--------------------------------------------公用样式--------------------------------------------*/
#logo a span, #QuickNav h3, #footer h3, #login h1 span {
	display:none;
}
#Header a, #footer a, #introduction p a, #error05 a {
	color:#0044dd;
	text-decoration:none;
}
a:hover {
	text-decoration:underline!important;
}
.red {
	color:#ff0000;
}
#Contents {
	width:98%;
	margin:5px auto;
}
/*--------------------------------------------登录样式--------------------------------------------*/
#loginbox {
	background:url(../images/j_top_back.gif) repeat-x left top;
	padding-top:66px;
}
#login {
	margin:0 auto 66px auto;
	width:760px;
	padding:0 auto;
	text-align:center;
}
#introduction {
	float:left;
	width:270px;
	text-align:right;
	margin-top:30px;
}
#introduction h3 {
	line-height:50px;
}
#introduction h4 {
	margin:18px 0;
}
#introduction p {
	color:#777777;
}
#loginman h3, #introduction h4 {
	font-size:1em;
}
#loginman {
	margin-left:300px;
	text-align:left;
	border-left:1px #cccccc solid;
	padding-left:30px;
}
#loginman form {
	padding:20px 0;
}
#logininfo {
	color:#2255AA;
	padding:20px 0;
}
#d_username, #d_password, #d_rzm {
	margin:10px 0;
}
#username, #password {
	width:180px;
}
#d_username label, #d_password label, #d_rzm label {
	width:120px;
	display:block;
	line-height:25px;
	float:left;
	text-align:right;
}

#introduction .buttonbox, #loginform .buttonbox {
	border:0;
	font-size:12px;
	font-weight:normal;
	width:50px;
	height:23px;
	line-height:23px;
	background: url(../images/join_a_bgx50.gif) no-repeat;	
	color:#ffffff;
}
#introduction .buttonbox:hover, #loginform .buttonbox:hover, .buttonbox50hover {
	border:0;
	font-size:12px;
	font-weight:normal;
	width:50px;
	height:23px;
	line-height:23px;
	color:#ffffff;
	cursor:pointer;
	background: url(../images/join_a_bgx50.gif) left -23px no-repeat;
}
#loginsubmit {
	margin:10px 0 0 120px;
	display:block;
}


.inputbox {
	height:21px;
	line-height:21px;
	border:1px #cccccc solid;
	padding:0 .2em;
}
.inputboxactive {
	height:21px;
	line-height:21px;
	border:1px #000000 solid;
	padding:0 .2em;
}
#d_rzm input {
	width:50px!important;
}
#error02 img {
	margin-bottom:-3px;
}
