html, body{
	margin:0;
	padding:0;
	line-height:1.3em;
}
form{
	margin:0;
}
p{
	margin:8px 0;
}
a{
	color:#333367;
	text-decoration:none;
}

a.blue-link {
	color: #847DFF;
	text-decoration: underline;
}

a:hover{
	color:#f69100;
	text-decoration:none;
}
h1{
	color:#6593b5;
	font-size:16px;
	margin-bottom:20px;
}
#headerAS{
	background:#1B63A4;
	height:50px;
	overflow:none;
	min-width:995px;
}
#headerAS .bannerImg{
	float:left;
}
#headerAS .bnrDate{
	float:right;
	padding:10px 10px 10px 0;
}
#mainContent{
	background:url(../img/loginPage.jpg) no-repeat;
	width:950px;
	height:540px;
	font-size:10px;
}
#mainContent p{
	clear:both;
}

#mainContent p#privacy {
	font-size:0.9em;
}

.formPart{
	position:absolute;
	top:295px;
	left:500px;
	width:370px;
	text-align:right;
	overflow:hidden;
}
.formPart label{
	width:80px;
	display:inline;
	text-align:right;
	margin-right:10px;
	display:inline;
	line-height:3em;
}
.formPart input[type="text"], .formPart input[type="password"]{
	border:1px solid #EDEAED;
	padding:3px;
	font-size:10px;
	width:140px;
}
.clearBoth{
	clear:both;
}
.textAeraLogin{
	background-color: #EBF0F6;
}
.new{
	color:#f69100;
	font-style:italic;
	font-weight:bold;
	font-size:11px;
}
.star{
	color:#f69100;
	font-weight:bold;
}
a.linkTriangle{
	background:url(../img/triangle-orange.gif) no-repeat 0 3px;
	padding-left:8px
}
.captcha{
	background:#e1f1fc;
	width:360px;
	float:right;
	clear:both;
	margin:5px 0 10px 0;
	padding:5px;
	overflow:hidden;
}
.captcha1{
	width:200px;
	float:left;
}
.captcha2{
	width:160px;
	float:right;
}
.center{
	text-align:center;
}