@charset "UTF-8";
/* CSS Document */

#logincontainer 
 {
margin: auto;


 }
 
 body 
 {
	background: url(images/loginbg.png) #7191B0 top center no-repeat;
	margin-top: 0px;
 }
 
 #login
 {
	 width: 310px;
	 height: 281px;
	 margin: auto;
	 margin-top: 75px;
	
	 
 }
 #loginmenu {
	 margin: auto;
	 margin-top: 15px;
	 width: 640px;
 }
 
 .textbox {
	display: block;
	border: none;
	outline: none;
	width: 335px;
	height: 41px;
	padding: 2px 10px;
	background: url(images/bg-input.png) top left no-repeat;
	font: 16px/20px Arial, Helvetica, sans-serif;
	color: #333;
	}
	
 label {
	display: block;
	float: left;
	width: 132px;
	margin-right: 15px;
	text-align: right;
	font: 13px/16px Arial, Helvetica, sans-serif;
	color: white;
	vertical-align: middle;
	padding-top: 10px;
	font-family: Rockwell, sans-serif;
	}
.Field {
	display: block;
	margin-bottom: 10px;	
	clear: both;
	}
	.SubmitButton {
	outline: none;
	display: block;
	float: right;
	margin-right: 160px;
	margin-top: -10px;
	height: 39px;
	width: 39px;
	background: url(images/sprite_button.png) bottom no-repeat;
	border: none;	
	position: relative;
	top: 10px;
	cursor: pointer;
	} 
	.SubmitButton:hover {background-position: top;}
 .style2 {font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #666666; }
.style4 {font-size: 13px}