body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #333333;
	background:#e6f2f6;
}
/*------------------------------
=BASIC SETUP
------------------------------*/

/* Makeshift CSS Reset */
* {
	margin: 0;
	padding: 0;
}
/* Tell the browser to render HTML 5 elements as block */

header, footer, section, aside, nav, article {
	display: block;
}
.clear {
	clear:both;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.alignleft {
	text-align:left;
}
.alignright {
	text-align:right;
}
.aligncenter {
	text-align:center;
}
strong {
	font-weight:bold
}
/*----------- Login --------------*/
.pagesWraper {
	width:990px;
	margin:0 auto;
}
.box {
	background:#ffffff;
	color:#444;
	margin:0 auto;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	border:1px solid #949ca0;
	height:auto;
	width:653px;
	padding-top:20px;
}
.box fieldset {
	border:none;
	padding:0px 118px;
}
.box footer {
	background:#eff4f6;
	border-top:1px solid #949ca0;
	padding:22px 26px;
	height:45px;
	-webkit-border-radius:0px 0px 10px 10px;
	-moz-border-radius:0px 0px 10px 10px;
	border-radius:0px 0px 10px 10px;
	margin-top:15px;
}
.box label {
	font:14px/22px Arial, Helvetica, sans-serif;
	margin:10px 0 0 6px;
	float:left;
	width:135px;
}
.box input[type=text], .box input[type=password] {
	border:6px solid #f1f1f1;
	background:url(../images/text_bg.png) no-repeat;
	margin:3px 0 4px;
	padding:8px 6px;
	width:250px;
	display:block;
}
.box a {
	color:#999;
}
.box input[type="submit"] {
	display: inline-block;
	padding: 4px 10px 4px;
	color: #ffffff;
	text-align: center;
	cursor: pointer;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	height:auto;
	border:none !important;
	box-shadow:none !important;
	background:url(../images/btn_bg.png) repeat-x;
	float:right;
	margin:10px 0px 0px 10px;
}
.box div {
	width:300px;
	margin-left:141px;
}
.box div label {
	font-size:11px;
	float:none;
}
.box div input[type=checkbox] {
	padding-top:10px;
}

.logo {
	width:653px;
	margin:0px auto;
	padding-top:120px;
}
.errorMessage {
    color: #ff0000;
}
footer div {
    margin-left: 235px !important;
}

/*--------Error message --------*/

.errorSummary {
    margin-left: 375px;
    margin-bottom: 10px;
    text-align: left;
}
.errorSummary ul {
    margin-left: 15px;
    color: #ff0000;
}