*					{ margin: 0; padding: 0; }
body				{ font-family: "Trebuchet MS", Arial, Helvetica, sans-serif, serif; background: url(images/login-page-bg.jpg) top center no-repeat #c4c4c4; color: #3a3a3a; font-size:14px  }

.clear				{ clear: both; }

form				{ width: 406px; margin: 170px auto 0; }

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: 18px; }

input				{ width: 220px; display: block; padding: 4px; margin: 0 0 10px 0; font-size: 18px;
					  color: #3a3a3a; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif, serif;}
input[type=checkbox]{ width: 20px; margin: 0; display: inline-block; }
					  
.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; font-family:Verdana, Geneva, sans-serif }
.button:hover		{ background: #9C9; color: #FFF; }

a {
	text-decoration: none;
	font-weight: bold;    
}
#error{color:#F00; font-weight:normal }