html body {
	color:#FFF;
	font-family:Arial, Verdana, sans-serif;
	padding:0;
	margin:0;
	font-size:14px;
}

body.autopromotor {
	background-color: #012c56;
}
body.stockpromotor {
	background-color: #014356;
}

ul, ol {
	margin:0;
}
h2 {
	font-size:20px;
}
img {border:0;}
.clearfix:before, .clearfix:after {
	content:"\0020";
	display:block;
	height:0;
	visibility:hidden;
}
.clearfix:after {
	clear:both;
}
.clearfix {
	zoom:1;
}
a:link, a:visited {
	color:#fff;
	text-decoration:none;
}
a:hover, a:active {
	text-decoration:underline;
}
#loginForm fieldset {
	background:transparent;
	border:0;
}
legend {
	color:#fff;
	border:0;
	background:0;
	margin:0;
	padding:0;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	text-transform:capitalize;
}
#loginform fieldset legend {
	display:none;
}
fieldset {
	margin:0;
	padding:0;
}
#wrapper {
	width:960px;
	margin:12px auto;
	/*background:url(/images/dashboard/logo.jpg) top left no-repeat;*/
}
#content {
	width:960px;
	float:left;
	clear:both;
	display:block;
	padding:0;
	min-height:450px;
}
#offers {
	/*background:url(/images/dashboard/login-offer-bg.jpg) top left no-repeat;*/
	background-color:#A8A8A8;
	border:1px solid #A8A8A8;
	behavior: url(/css/PIE.htc);
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	
	width:440px;
	height:440px;
	padding:10px;
	float:left;
	margin:25px 0 0 10px;
	display:inline-block;
}
#slides {
	width:440px;
	height:440px;
	float:left;
	clear:both;
	overflow:hidden;
}
#loginForm {
	float:right;
	margin:25px 10px 0 0;
	width:460px;
	display:inline-block;
}
#loginForm h1 {
	width:275px;
	height:44px;
	margin:0;
	text-indent:-9999px;
}
form label {
	color:#fff;
	margin:20px 0 2px 0 !important;
	display: block;
	text-transform:capitalize;
}
label a {
	float:right;
	font-size:12px;
	position:relative;
	top:2px;
	right:10px;
}
input[type=text], input[type=password] {
	padding:11px 5px 11px 8px;
	background-color:#fbfbfb;
	border:2px solid #fbfbfb;
	behavior: url(/css/PIE.htc);
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	width:446px;
	font-size:16px;
	position:relative;
	z-index:2;
	margin-bottom:3px;
}
input[type=text]:focus, input[type=password]:focus {
	border:2px solid #43d8f0;
}
input[type=submit] {
	color:#fff!important;
	text-shadow:none;
	background-color:#44b4e6;
	border:1px solid #4177bd;
	behavior: url(/css/PIE.htc);
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	padding:12px 50px;
	line-height:16px;
	font-weight:400;
	margin:30px 0;
	display:block;
	font-size:16px;
	float:right;
}
#rememberme {
	float:left;
}
.form-link {
	display:block;
	font-weight:400;
	margin:0;
	font-size:1em;
}
#footerbar {
		width:940px;
	float:left;
	clear:both;
	display:block;
	text-align:center;
	padding:10px;
}
#footerLinks {
	float:right;
	text-align:left;
	width:190px;
	margin:10px 0 0 0;
}
#footerLinks  li,#footerLinks  ul {
	margin:0 !important;
	padding:0; 
	list-style:none;
	float:left;
}
#footerLinks li a {
	padding:2px 5px 10px 26px;
	line-height:20px;
	float:left;
	display:inline-block;
}
#iconTwitter{
	width:102px;
}
#iconFaceBook {
	width:82px;
	display:inline-block;
	float:left;
}
#iconTwitter a {
	background:url(/images/dashboard/twitter.jpg) top left no-repeat;
	width:65px;
}
#iconFaceBook a {
	background:url(/images/dashboard/facebook.jpg) top left no-repeat;
		margin-right:0;
		width:51px;
}

.error {
	border: 1px solid;
	margin: 10px 0px;
	padding:15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url(/images/dashboard/error.png);
	behavior: url(/css/PIE.htc);
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}

.field-validation-error {
    color: red;
	display: none;
}
