@import "reset.css";

body {
	background:#f4f8f7;
	font-family:Verdana;
	font-size:11px;
	margin:0 auto;
}

.clr { clear:both; }

#wrapper {
	width:980px;
	margin:0 auto;
} 

#mainContainer {
	background:#FFF;
	width:980px;
	float:left;
	padding-bottom:30px;
}

#footer {
	background:#001d61;
	width:980px;
	height:20px;
	text-align:center;
	float:left;
	color:#FFF;
	padding:5px 0 0 0;
}

#logo {
	width:145px;
	height:81px;
	float:left;
	padding:20px;
}

#heading {
	background:url('../images/heading.gif') no-repeat;
	width:430px;
	height:40px;
	float:left;
	text-indent:-999px;	
	margin:30px 0px 10px 30px;
}

#loginBox {
	background:#f3f8f6;
	height:225px;
	width:423px;
	float:left;
	margin-left:30px;
}

#boxContainer {
	width:450px;
	float:left;
}

.stylized {
	background:url('../images/inputbg.jpg') repeat-x;
	border:0px;
	height:14px;
	padding:5px;
	width:150px;
	float:left;
}

.left {
	background: url('../images/left.jpg') no-repeat;
	float:left;
	height:24px;
	width:11px;
}

.right {
	background: url('../images/right.jpg') no-repeat;
	float:left;
	height:24px;
	width:11px;
}

#formContainer label {
	width:100px;
	float:left;
	color:#0c246f;
	font-weight:bold;
	margin:5px;
}

#formContainer ul li {
	border-bottom:1px solid #D5D9D8;
	display:block;
	float:left;
	margin:10px 0 0 15px;
	padding:0 0 10px;
	width:350px;
}

.last { border:none !important; }

#sendButton { 
	float:right;
	margin-top:-20px;
}

#forgetPass a {
	color:#0c246f;
	text-decoration:none;
}

#forgetPass a:hover {
	text-decoration:underline;
}

