div#loginBox {
  text-decoration: none;
  margin-left:20px;
  margin-right:20px;
  margin-bottom:20px;
}

div#loginBoxHeader h1 {
  font-size: 30px;  
  color:#555555;
  text-align:left;
  padding-top:0px;
  margin-bottom:15px;
}

div#loginBoxHeader {
  font-size: 16px;    
}

div#loginBoxText {
  font-size: 16px;
  margin-top: 20px;
}

div#loginForm {
  text-decoration: none;
  font-size: 20px;
  -moz-border-radius-bottomleft:5px;
  -moz-border-radius-bottomright:5px;
  -moz-border-radius-topleft:5px;
  -moz-border-radius-topright:5px;
  background-color:#F0F0F0;
  border:1px solid #DDDDDD;
  margin-bottom:20px;
  width:50%;
  height:290px;
  float: right;
  margin-left:20px;
}

div#loginFormInput {
  margin-left:20px;
  margin-right:30px;
  margin-top:20px;
}

div#loginForm input {
  background:#FFFFFF url(../images/v2/inputshade.gif) repeat-x scroll center top;
  border:1px solid #999999;
  color:#444444;
  font-size:20px;
  margin:0 0 10px;
  padding:5px;
  width:100%;
}

div#loginButton input {
  width:300px;
  height:41px;
  background-image:url(../images/v2/menuButtonCurrent.gif);
}
