* {
	margin: 0;
	padding: 0;
	/*border: 0;*/
}

body {
	font: 14px Arial, Verdana, sans-serif;
	background: url(../styles/index/bodyBg.jpg) repeat-x #ededed; 
	color: #666;
	text-align: center;
}



#wrapper {
	width: 900px; /* Set page width here - you can also use percentage */
	text-align: left;
	margin:0 auto;

}


.errors {
	background-color: red;
	color: white;
	padding: 2px;
	margin: 2px;
}



h1 {
	margin: 10px 0 10px 0;
	font-size: 22px; 
	color: #999999;  
  font-weight:normal;
  text-align:center;

}







input[type="password"] {
  width: 220px;
  height:23px;
}

input[type="checkbox"] {
	padding: 2px;
	margin-right: 10px;
	float:left;
	clear:left;
}

#loginLogo {
background: url('../styles/index/logo.jpg') no-repeat left;
width:409px;
height:66px;
}

.loginForm {
width:300px;
margin:50px auto;
}

.loginForm input[type="text"]{
  width: 220px;
  height:23px;
}

.loginLine {
padding-top:10px;
}

input[type="submit"] {
margin:20px;
width:98px;
height:29px;
background: url('../styles/index/button-g.png') no-repeat top left;
color:#fff;
}

input[type="submit"]:hover {
	margin:20px; 
  width:98px;
  height:29px;
	background: url('../styles/index/button-b.png') no-repeat top left;
  color:#fff;
}

.loginLineSubmit {
text-align:center;
}

.loginError {
text-align:center;
color:#BF1616;
font-weight:bold;
}
