@charset "UTF-8";
body {
	background: #013159;
	background-image:url(../images/bkg_blended_blue.jpg);
	background-repeat:repeat-x;
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

div.main {
	margin:30px auto; 
	width:500px;
}


form{
	border:0px; 
	margin:0px; 
	padding:0px;
	}

#boxtop {
	height: 98px;
	margin-top: 100px;
	background-color:#fff;
	background-image:url(../images/login_top.png);
	background-repeat:no-repeat;
	}

#boxmiddle {
	background-color:#ffffff;
	padding-left: 20px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	}

#boxmiddle p{padding-bottom:14px;}

#boxmiddle h2{
	color: #CC0000;
	font-size: 14px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom : 10px;
	text-align:center;
}

#boxmiddle input.inputtext {
	width: 200px;
	height : 20px;
	border: 1px solid #666666;
	color: #000;
	line-height:20px;
}

#boxmiddle label{
	display: block;
	margin-bottom: 5px;
	color: #555555;
}

#boxmiddle label span{
	display: block;
	float: left;
	padding-right: 6px;
	width: 140px;
	text-align: right;
	line-height: 24px;
}

.spacer{
	margin-left:140px; 
	margin-top: 15px;
	width: 200px;
	font-size:11px;
}

#boxbottom {
	height: 10px ;
	margin: 0px;
	background-image:url(../images/login_bottom.png);
	background-repeat:no-repeat;
	}
