/* 
    Document   : adminLogin
    Created on : Jan 13, 2014, 4:11:43 PM
    Author     : andrewthorstenson
    Description:
        Purpose of the stylesheet follows.
*/
body {
	background: url('../img/adminbg.jpg') repeat scroll 0 0 white;
}
.mainBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width:480px;
	border-radius: 15px; 
	padding:3px; 
	margin-right:auto; 
	margin-left:auto; 
	background-color:#FFFFFF; 
	background: url('../img/bgIndexSA.png') repeat-x scroll 0 0 white;
}
.label {
	font-size:12px;
	padding-bottom: 5px;
}