*					{ margin: 0; padding: 0; }
body				{ font-family: Georgia, serif; background: url(images/login-page-bg.jpg) top center no-repeat #c4c4c4; color: #3a3a3a;  }

.clear				{ clear: both; }

form				{
margin-left: auto; 
margin-right: auto;
width: 50em;
}

legend				{ display: none; }

fieldset			{ margin: 180px 0 0 150px; border: 0px }

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

input				{ width: 220px; display: block; padding: 0px; margin: 0 0 10px 0; font-size: 18px;
					  color: #3a3a3a; font-family: Georgia, serif;}



		  
.button				{ background: url(images/button-bg.png) repeat-x top center; border: 1px solid #999;
					  -moz-border-radius: 5px; padding: 5px; color: black; font-weight: bold;
					  -webkit-border-radius: 5px; font-size: 13px;  width: 70px; }
.button:hover		{ background: white; color: black; }