html, body {
	margin:0;
	padding:0;
	background:#00132e;
	font-family:Tahoma, Geneva, sans-serif;
	color:#fff;
	font-size:11px;
}
a {
	color:#3ca7de;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
h5 {
	margin:0 0 0.5em 0;
	color:#4597d7;
	font-size:12px;
	text-transform:uppercase;
}
label, #not-a-member {
	text-transform:uppercase;
	font-weight:bold;
}
input {
	background:url(/public/images/div1/layout/text-field-bg.png) repeat-x #fff;
	border:1px solid #acadad;
	height:17px;
}
input {
	width:145px;
}
#login-container {
	width:890px;
	margin:0 auto 0 auto;
}
#login-flash {
	margin-bottom:-3px;
}
#login-middle {
	background:url(public/images/div1/layout/login-forms-bg.jpg) no-repeat;
	height:200px;
}
#middle-left, #middle-center, #middle-right {
	float:left;
}
#middle-left {
	width:178px;
	margin-left:78px;
}
#middle-left div {
	font-weight:bold;
}
#txtPassword {
	margin-bottom:5px;
}
#forgot-password {
	display:block;
	float:left;
	text-transform:lowercase;
	text-decoration:underline;
}
#btnEnter {
	display:block;
	float:right;
	width:48px;
	height:16px;
	background:url(public/images/div1/layout/login-button.png) no-repeat;
	margin-right:27px;
	border:0;
}
#intended-use {
	clear:both;
	padding-top:15px;
	width:150px;
	font-size:9px;
	font-weight:normal !important;
}
#middle-center {
	width:121px;
	padding:0 36px;
}
#register {
	display:block;
	width:74px;
	height:16px;
	background:url(public/images/div1/layout/register-now-button.png) no-repeat;
	margin-top:1em;
}
#middle-right {
	width:355px;
	padding:0 43px;
	visibility:hidden;
}
#contact-help {
	margin-top:1em;
	text-transform:lowercase;
	color:#fff;
	font-size:12px;
}
#contact-help a, #login-footer a {
	color:#fff;
}
.reg-text {
	color:#8fb1cd;
}
#divlegalfooter {
	text-align:center;
	font-size:10px;
}
#boxMessage
{

	color:Red;
	}
#footer {
	text-align:center;
}