@charset "utf-8";
/* CSS Document */

body {
	background-image:url(/images/login/bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#515151;;
	background-color:#f7912d
}

h1 {
	font-size:18px;
}

.login_logo {
	width:187px;
	height:53px;
	margin-left:550px;
	margin-top:-15px;
}

.login_content {
	margin:0 auto;
	width:542px;
	padding:30px;
	margin-top:100px;
}

.form_login {
	width:542px;
	height:392px;
	margin:0 auto;
}

.form_header {
	background-image:url(/images/login/login_header.png);
	width:542px;
	height:100px;
	background-repeat:no-repeat;
}
.form_header_text {
	padding-top:33px;
	text-align:center;
}

.form_center {
	background-image:url(/images/login/login_center.jpg);
	width:542px;
	height:157px;
}

.form_text {
	font-size:14px;
	margin-left:140px;
}

.form_text_case {
	font-size:12px;
	margin-left:140px;
	color:#999;
	float:left
}

.form_text_forgotpassword {
	font-size:12px;
	margin-left:70px;
	color:#999;
	float:left
}

.form_text_forgotpassword a:link {
	text-decoration:underline;
	color:#0864e1 !important;
}

.form_text_forgotpassword a:hover {
	text-decoration:underline;
	color:#000000 !important;
}

.form_text_forgotpassword a:link {
	text-decoration:underline;
	color:#0864e1 !important;
}

.button {
	float:right;
	margin-right:130px;
}

.form_input {
	background-image:url(/images/login/login_input.png);
	border:none;
	width:266px;
	height:28px;
	line-height:25px;
	padding-left:14px;
	margin-left:130px;
	color:#333;
}

.form_footer {
	background-image:url(/images/login/login_footer.jpg);
	width:542px;
	height:100px;
}
	
.back_home {
	float:left;
	background-image:url(/images/login/back_icon.png);
	background-repeat:no-repeat;
	height:16px;
	padding-left:25px;
	font-size:13px;
	margin-left:50px;
	margin-top:-20px;
}

.back_home a:link {
	text-decoration:underline;
	color:#515151;
}

.back_home a:hover {
	text-decoration:underline;
	color:#000;
}

.back_home a:visited {
	text-decoration:underline;
	color:#515151;
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	


