body {
	font-family: 'Helvetica', Arial, sans-serif;
	color: #333;
	background:#CCCCFF;
	font-size: 75.01%; /* 12px */
	line-height: 1.4em; /* 18px */
	min-width:80em;
	z-index:1; 
}

img { border: 0; }
.hidden { display: none; }
#alert {
	padding: 2em;
	color: #333;
	font-size: 16px;
	text-align: center;
	background: #e8f26e;
}
.spacer {
	margin: 0;
	padding: 0;
	clear: both;
	height: 0;
	line-height:0;
}

a { color:#333; }
/*a:hover { color:#fff; }*/
#main { width:450px; margin:150px auto 10px auto; background:#5b89ef; border:1px solid #9a8164; position:relative; }
a#fancy-header { display:block; position:absolute; left:-112px; top:-90px; width:715px; height:157px; background:url(../img/login-header_v2.png) top left no-repeat; }
legend { font-size:24px; font-weight:normal; margin-left: 100px; }
fieldset { background:transparent; border:0; width:450px; padding:0; margin:10px auto; }
fieldset div { clear: both; position: relative; }
fieldset:hover { border:0; }
h1 { display:none; }
h2 { font-size:28px; margin:1em 0 .5em 132px; }		
h2 span { font-size:16px;}
fieldset label {
	color:#fff;
	font-size:16px;
	float: left;
	clear: left;
	text-align:right;
	margin-right:10px;
	width:122px; 
	padding-top:5px;
	line-height:1.5em;
}
label.cb { margin:4px;  font-size:12px; width:220px; margin-left:134px; text-align:left; }
p.forgot { margin-left:134px; font-size:14px; }
input { margin-bottom:4px; padding:2px;  clear: right; text-align: left; }
input.txt { font-size:16px; width:200px; }
input.go { float:none; margin:8px 0 0 134px; }
form#loginForm { margin-top:20px; }
a#cancel { display:block; font-size:14px; text-align:center; }
p#back-to-site { width:450px; font-size:18px; margin:4px auto; padding-left:270px; }

.go {
	font-size: 14px;
	padding: 2px 6px;
	background: #000;
	color: #fff;
	border: 0;
	text-decoration: none;
	cursor: pointer;
	white-space: nowrap;
	line-height:1.3em;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.go:hover { background:#666; }

.robot-check {
	margin: 20px 20px 10px 132px;
}
.robot-check h3 {
	font-weight: normal;
	color: #fff;
	margin: 4px 0;
}