/* CSS Document */

/* Page Default Areas */
body {
	background: #dbe3ec;;
	background-image: url(../images/backgroundImage.png);
	background-repeat: no-repeat;
	background-position: top center;
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 1em;
}

#content_wrapper {
	width: 485px;
	margin: 0px auto;	
}

/* HEADER - LOGO (FOR ALL PAGES) */
h1 {
	display: block;
	width: 170px;
	height: 45px;
	background-image: url(../images/logo.png);
	text-indent: -100000px;
	margin-left: 162px;
}

/* LOGIN AREA - STRUCTURE AND APPEARANCE */
.body {
	margin-top: 60px;	
}

.loginarea {
	background: #FFF;
	min-height: 240px;
	border: solid 1px #CCC;
	border-radius:7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
	-webkit-border-radius: 7px;
}

.loginarea form {
	margin: 25px;
}

.loginarea form #formheader p {
	text-transform: uppercase;
	font-weight: 500;
	color: #8f99a6;
	padding-bottom: 5px;
	border-bottom: 1px solid #bfcad6;
	font-size: 95%;
}

.loginarea form #formerror p{
	font-weight: 600;
	line-height: 22px;
	color: #F00;
	font-size: 13px;
}

.loginarea form input[type="text"] {
	display: block;	
	width: 365px;
	height: 40px;
	padding-left: 65px;
	margin-bottom: 10px;
	border: solid 1px #becfe0;
	border-radius:7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
	-webkit-border-radius: 7px;
	letter-spacing: 1px;
}

.loginarea form input[type="password"] {
	display: block;	
	width: 365px;
	height: 40px;
	padding-left: 65px;
	margin-bottom: 10px;
	border: solid 1px #becfe0;
	border-radius:7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
	-webkit-border-radius: 7px;
	letter-spacing: 1px;
}


.loginarea form img {
	float: left;
	margin-top: 5px;
	margin-right: -53px;
	margin-left: 10px;
	height: 43px
	width: 33px;
	position: relative;
}

.loginarea form input[type="submit"] {
	display: block;	
	margin-left: 330px;
	width: 100px;
	height: 35px;
	background: #a3b9c8;
	cursor: pointer;
	color: #fff;
	font-size: 15px; 
	border: solid 1px #9aacb5;
	border-radius:7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
	-webkit-border-radius: 7px;
}