@charset "utf-8";
/* CSS Document */

#personalInformation {
	width: 100%;
}

#loginOutBox {
	margin:10px 0 10px 10px;
	padding:0;
	width:730px;
	height:361px;
	background:url(login_img_bk.jpg) no-repeat left top;
}
#loginBox {
	margin:0;
	padding:0;
	width:319px;
	height:361px;
	float:right;
	background:url(login_bk.gif) no-repeat;
}
#loginForm {
	margin:73px 0 0 43px;
	padding:0;
	width:255px;
	font-size:13px;
	overflow:hidden;
}
#loginForm label {
	display:inline;
	margin-bottom:0px;
	padding:0;
	width:59px;
	height:25px;
	float:left;
	line-height:24px;
	text-align:center;
	font-weight:bold;
}
#loginForm span.loginInfo 
{
	display:block;
	height:24px;
	float:left;
	width:254px;
	font-size:12px;
	text-align:center;
	color:#F00;
}
#loginForm label span.space {
	letter-spacing:13px;
}
#loginForm .input {
	margin:0 0 1px 0;
	padding:0;
	width:190px;
	height:24px;
	background:#FFF;
	border:1px #bebebe solid;
	float:right;
	line-height:24px;
}
#loginForm .loginBtn {
	margin:1px 25px 0 28px;
	+margin:1px 25px 0 0px;
	display:inline;
	padding:0;
	float:left;
	cursor:pointer;
	width:96px;
	height:29px;
	font-size:0px;
	text-indent:-9999px;
	overflow:hidden;
	border:none;
	background:url(login_login_btn.gif) no-repeat;
}
#loginForm a {
	color:#c62f1a;
	text-decoration:underline;
	font-size:13px;
	line-height:28px;
		float:left;
}
a#loginReg {
	display:block;
	margin:70px 0 10px 70px;
	padding:0;
	line-height:0px;
	font-size:0px;
	text-indent:-9999px;
	overflow:hidden;
	width:211px;
	height:57px;
	background:url(login_reg_btn.gif) no-repeat;
}
a.otherHelp {
	color:#c62f1a;
	text-decoration:underline;
	font-size:14px;
	margin:0 0 0 30px;
}
.rememberMe
{
	float:left;
	padding-top:5px;
	line-height:24px;
	height:24px;
	width:100px;
	text-align:center;
	font-weight:bold;
}