/*begin of layout */

#content{
  border: none;
  background-color: #242424;
  height:649px;
}

#content #loginBox{
  background: transparent url('../images/bg_loginBox.png') no-repeat;
  width: 450px;
  height: 434px;
  padding: 20px 14px 0 14px;
  font-size: 13px;
  margin: 20px auto;
}

#content #loginBox a,
#content #loginBox a:visited{
  color: #CCCCCC;
  text-decoration: none;
}

#content #loginBox a:hover{
  color: white;
}
/*end of layout */

/*forms*/

#content #loginBox form fieldset legend{
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  color: #D3D3D3;
}

#content #loginBox form fieldset input{
  margin-top: 20px;
  border-top: 1px solid #4b474b;
  border-right: 1px solid #4b474b;
  border-bottom: 1px solid #6b696d;
  border-left: 1px solid #6b696d;
  background-color: #232124;
  color: #847f87;
  width: 160px;
  height: 18px;
  padding-top: 2px;
  font-family: Arial;
  font-size: 12px;
}

#content #loginBox .button{
  background: transparent url('../images/buttons/btn_login.png') no-repeat;
  border: none;
  width: 47px;
  height: 21px;
  float: left;
  padding: 0;
  margin-top: 15px;
}
/*end of forms*/