*{
	margin: 0;
	padding: 0;
}

body{
	font-family: arial, verdana, sans serif;
	font-size: 12px;
	line-height: 17px;
	color: #000;
	background: #ebebeb url("../img/bground-header.jpg") top center repeat-x;
}

a{color: #379592;}
a img{border: none;}
a:hover{color: #95373c;}

#headerContainer{height: 63px;}
h1{position: absolute; top: 19px; left: 29px;}
h2{position: absolute; top: 27px; right: 18px;}

h4, #login_error, .message{
	vertical-align: bottom;
	text-align: center;
	font-size: 22px;
	font-weight: normal;
	color: #999999;
	font-family: georgia, times, serif;
	padding-bottom: 25px;
}
.message, #login_error{color: #95373c; padding-bottom: 5px; line-height: 24px;}
.message{color: #999999;}

#loginContainer{
	width: 370px;
	padding: 133px 0 30px;
	margin: 0 auto;
	position: relative;
}

p{padding: 0 0 9px 0;}

input.input{
	border: 1px solid #bdbcbd;
	padding: 3px;
	width: 100%;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-size: 28px;
	color: #379592;
	background: #fff url("../img/bground-input.gif") bottom left repeat-x;
}

input#rememberme{vertical-align: middle;}
#mySubmit{position: absolute; right: 0; margin-top: 10px;}
#forgetPassword{padding: 50px 0 0;}