@charset "utf-8";
/* CSS Document */
/*Login Page*/
#loginBoxHolder  {
	width: 976px;
	height: 600px;
	background-image: url(/themes/templates/images/login_page_bg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
#loginBoxHeader  {
	width: 466px;
	height: 182px;
	margin: 0px;
	float: left;
}
#loginBoxHeader img {
	width: 466px;
	height: 182px;
	border: 0px;
}
#loginBoxSignature  {
	width: 372px;
	height: 178px;
	margin: 0px;
	float: right;
}
#loginBoxSignature img  {
	width: 372px;
	height: 178px;
	border: 0px;
}
#loginBoxContent  {
	width: 466px;
	height: 234px;
	margin: 0px;
	padding: 5px 10px 5px 30px;
	float: left;
	text-align: left;
}
#loginBoxContent h2  {
	text-transform: uppercase;
	font-size: 16px;
	text-align: center;
}
#loginBoxContent p  {
	font-size: 12px;
	text-align: center;
}
#loginBoxContent form#loginForm  {
	width: 240px;
	height: auto;
	margin: 0px auto;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #999;
	text-align: left;
}
#loginBoxContent label  {
	width: 70px;
	text-align: right;
	display: inline;
	float: left;
	margin: 3px auto;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
}
#username, #password  {
	width: 128px;
	display: inline;
	float: left;
	border: 1px solid #333;
	margin: 3px auto;
	text-align: left;
}
#loginBoxContent br  {
	clear: left;
}
#loginBoxContent #loginBttn  {
	width: 120px;
	text-align: center;
	margin-left: 60px;
}
#loginJoinLink  {
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	padding-top: 30px;
}
#errorMessage  {
	width: 500px;
	height: 40px;
}
#errorMessage h3  {
	background-image: url(/themes/templates/images/login_error_icon.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 28px;
	text-align: left;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: bold;
	color: #f00;
}
#errorMessage p  {
	font-weight: bold;
	font-size: 12px;
}
