/* CSS DOCUMENT */

body {
	background-image: url(../images/LoginBG.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #c4c4c4;
	font-family: Georgia, serif;
	color: #3a3a3a;
	margin: 0;
	padding: 0;
}

#container {
	width: 406px;
	height: auto;
	margin: 170px auto;
}

.clear				{ clear: both; }

form				{ width: 406px; margin: 0 auto; }

legend				{ display: none; }

fieldset			{ border: 0; }

label				{ width: 115px; text-align: right; float: left; margin: 0 10px 0 0; padding: 9px 0 0 0; font-size: 16px; }

input				{ width: 220px; display: block; padding: 4px; margin: 0 0 10px 0; font-size: 18px;
					  color: #3a3a3a; font-family: Georgia, serif;}
input[type=checkbox]{ width: 20px; margin: 0; display: inline-block; }

.button				{ background: white; repeat-x top center; border: 1px solid #999; margin-left: 295px;
					  -moz-border-radius: 5px; padding: 5px; color: black; font-weight: bold;
					  -webkit-border-radius: 5px; font-size: 13px;  width: 50px; }
.button:hover		{ background:#b4d7ff; color: black;  }