
* {
	padding:0;
	margin:0;
}

body {
	background:#004890;
	font:12px Arial, Helvetica, sans-serif;
}

#login {
	position:absolute;
	left:-175px;
	margin-left:50%;
	width:380px;
	margin-top:-70px;
	top:40%;
	background:#FFF url(../images/logo.gif) no-repeat 355px 15px;
	padding:35px;
	-moz-box-shadow: 0px 0px 5px #053C72;
	-webkit-box-shadow: 0px 0px 5px #053C72;
}

label {
	display:block;
	float:left;
	width:120px;
}

input.fld {
	border:1px solid #AAA;
	padding:2px;
}

.error {
	border:1px solid #FFFF99;
	background:#FFFFCC;
	font-size:11px;
	padding:8px;
	margin:10px 0 0 0;
	line-height:18px;
}

h2 {
	font-size:15px;
	color:#BC5E52;
	margin-bottom:10px;
}

.round {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

p.notice {
	position: relative;
	top: 15px;
	padding-top: 10px;
	color: #444;
	border-top: 1px solid #CCC;
	font-size: 11px;
	text-align: justify;	
	line-height: 1.5em;
}

a {
	color:#004890;
	text-decoration: underline;	
}

a:hover {
	color: #BC5E52;	
}