@charset "utf-8";
/* login.css */
#loginBox {
	width: 250px;
	margin-top: 12px;
	overflow: hidden;
	margin-right: 13px;
}

#loginBox .topper {
	width: 250px;
	height: 28px;
	background: url(/images/bg_loginbox_top.png) no-repeat top;
}

#loginBox .loginTitle {
	background: url(/images/head_box_1.png) no-repeat 0 0;
	color: #fff;
	height: 28px;
	line-height: 28px;
}

#loginBox .loginTitle p {
	padding-left: 12px;
	font-size: 12px;
	font-weight: bold;
}

#loginBox .loginForm {
	font-size: 11px;
	font-weight: normal;
	background: url(/images/bg_loginbox.png) no-repeat bottom;
	color: #333333;
	padding: 2px;
}

#loginBox .loginText {
	font-weight: normal;
	padding: 6px;
}

#loginBox a {
	color: #FF6600;
	text-decoration: none;
}

#loginBox a:hover {	
	text-decoration: underline;
}

#loginBox .forgot {
	font-size: .7em;
}

.formLine {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div.formLine {
	clear: both;
	padding-top: 1px;
	*padding-top: 0px;
}

div.formLine span.formLabel {
	float: left;
	width: 30%;
	text-align: right;
	padding-top: 3px;
}

div.formLine span.formElement {
	float: right;
	width: 69%;
	text-align: left;
}

div.formLine span.forgotElement {
	float: right;
	width: 69%;
	text-align: left;
	font-size: .8em;
}


div.formLine span.formText {
	padding-top: 3px;
	float: right;
	width: 69%;
	text-align: left;
}

button.bLogin {
        background: url(/images/btn_6018.png) no-repeat 0 0;
        width: 60px;
        height: 18px;
		line-height: 18px;
        outline: none;
        border: none;
        cursor: pointer;
        cursor: hand;
		font-size: 11px;
		font-weight: bold;
		color: #FFFFFF;
}

button.bLogin:hover {
        background: url(/images/btn_6018.png) no-repeat 0 -18px;
}

