body 
{
    background-color: #e00412;
    background-image: url('../images/bg.jpg');
}

.account-page-in-input 
{
    background-color: #ffffff;
    border-radius: 5px;
}

.account-page-sign-btn1 
{
}

.account-page-sign-forgot-pop 
{ 
}

.account-page-in-h 
{ 
    margin-top: 30px; margin-bottom: 20px;
}

.colform 
{
    background-color: #ffffff7a; 
    padding: 25px;
    border-radius: 10px;

    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.3);
    -ms-box-shadow: 0 0 10px rgba(0,0,0,.3);
    -o-box-shadow: 0 0 10px rgba(0,0,0,.3);
    box-shadow: 0 0 10px rgba(0,0,0,.3);
}


.account-page-new-check-t { font-size: 11px; }
