body{
background: url(../images/login-page.jpg) no-repeat center top #000;
font-family: Arial, Helvetica, sans-serif;
color:#fff;
}

a {color:#fff;}

#wrapper {
margin:0 auto;
width:960px;
}

#infoBox {
background: url(../images/info_bg.png) no-repeat;
width:320px;
height:518px;
float:right;
}

#logo {
background: url(../images/logo.png) no-repeat;
width:280px;
height:110px;
text-indent:-9999em;
margin:20px 0 0 20px;
}

#infoBox form {margin:0 0 0 20px;}


#infoBox h1 {
font-size:30px;
text-transform:uppercase;
font-weight:normal;
margin:35px 0 15px 20px; 
 }

#infoBox li {
font-size:18px; 
text-transform:uppercase;
margin-bottom: 20px;
padding:0;
}

#infoBox .formDes {margin-bottom:2px; padding:0px}

#infoBox input {height:23px; width:273px; border:0; padding-left:5px;}

#infoBox .submit {
background:#fff;
 color:#333;
 font-size:18px;
 text-transform:uppercase;
 width:89px;
 padding:0;
 text-align:center;
 }
 
#contact {
margin:25px 0 0 20px;
}
 
#contact p{
text-transform:uppercase;
font-size:12px;
font-weight:bold;
line-height:22px;
margin-bottom:20px;
color:#e5e5e5;
word-spacing:1px;
}
 