body{
    width:100%;
    overflow: hidden;
    margin: 0;
}
#loginBox {
   
    margin:50px auto 0;
    border: 1px solid #d0d0d0;
    -moz-box-shadow: 0 4px 16px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 4px 16px rgba(0,0,0,0.2);
    -ms-box-shadow: 0 4px 16px rgba(0,0,0,0.2);
    box-shadow: 0 4px 16px rgba(0,0,0,0.2);
    background: #FFF;
    width: 400px;
    height: 200px;
}
#loginBox h2{
    margin: 0;
    padding: 0;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    font-weight: bold;
    color: #423173;
    text-align: center;
    background: linear-gradient(to bottom,#ffffff,#f3f3f3,#ffffff);
    margin-bottom: 30px;
}

#loginBox .formRow{

    overflow: hidden;
    height: 30px;
    line-height: 30px;
}
#loginBox .formRow label{
    display: block;
    float: left;
    width:150px;
    text-align: center;
}
#loginBox .formRow input {
    display: block;
    float:left;
    width: 200px;
}
#loginBox .formBar {
    text-align: center;
    margin-top: 15px;
}
#loginBox .formBar button{
    font-size: 16px;
    padding: 5px 10px;
}