* {
	margin: 0;
	padding: 0;
   
}

body {
	 background-color: #000000;
	 
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: small;
	 color: #000000;
	 height:100%;
	 text-align:center;
    
}
h1{
    
    color: #009933;
}
h2{

    color: #ffffff;
    
}
h3{

    color: #ffffff;

}
a {
	 color: #0000ff;
     border: none;
	 
    text-decoration: none;
}
img{
	border:none;
}
dt{
    height:0px;
}
table{
	width:100%;
	padding:0;
	
}
.errors li{
    color:red;
    padding:1px 1px 8px 1px;
}
dd{
    
}
.required{
    color:white;
    
}
td{
   height:33px;
    text-align:left;
}
.login_user td{
    background-image:url(../images/login_username.jpg);
    background-repeat:no-repeat;
    width:240px;
    background-position: 137px 3px;
}
td.user{
    background-image:none;
    background-repeat:no-repeat;
    width:242px;
    text-align:left;
	vertical-align:top;
    padding-top:0px;
   
}
.login_pass td{
    background-image:url(../images/login_password.jpg);
    background-repeat:no-repeat;
    width:240px;
    background-position: 137px 3px;
    
}
td.pass{
    background-image:none;
    background-repeat:no-repeat;
    width:242px;
    text-align:left;
	vertical-align:top;
    padding-top:0px;
    
}