.login-container {
    -moz-border-radius-bottomleft:4px;
    -moz-border-radius-bottomright:4px;
    -moz-border-radius-topleft:4px;
    -moz-border-radius-topright:4px;
    background:white none repeat scroll 0 0;
    border:1px solid #CCCCCC;
    margin:50px auto;
    padding:10px;
    text-align:left;
    width:730px;
    color: black;
}
.title-up {
    -moz-border-radius-bottomleft:4px;
    -moz-border-radius-bottomright:4px;
    -moz-border-radius-topleft:4px;
    -moz-border-radius-topright:4px;
    background:#395C8A url(http://i.kefche.net/ico/ic/32x32/019.png) no-repeat scroll 2% 50%;
    color:white;
    font-size:18px;
    font-weight:bold;
    padding:20px 20px 20px 50px;
}

    .title-up a {text-decoration: none; color: white;}

.main-body {
    text-align: center;
    padding: 10px 0;
}

.login-container .logo {
    width: 130px;
    margin: 0 auto;
}

a.register-link {
    color:#B45404;
    font-size:16px;
    font-weight:bold;
}
.login-form {
    margin-top: 10px;
}
    .login-form .left {
        float: left;
        margin-top: 5px;
        color:#4F4A4A;
        font-size:14px;
        font-weight:bold;
    }
    .login-form .right {
        margin-top: 5px;
        float: right;
        height:18px;
    }
    .help {
        padding-left:20px;
        text-decoration:none;
        background:transparent url(http://i.kefche.net/ico/ic/16x16/076.png) no-repeat scroll 0 0;
        color:#423B5F;
    }
    .login-form .inp {
        -moz-border-radius-bottomleft:4px;
        -moz-border-radius-bottomright:4px;
        -moz-border-radius-topleft:4px;
        -moz-border-radius-topright:4px;
        background:#F5F5F5 none repeat scroll 0 0;
        border:3px solid #CCCCCC;
        font-size:14px;
        font-weight:bold;
        padding:5px;
        width:98%;
        margin-bottom: 5px;
    }
    .login-form .buttons {
        margin-top: 10px;
    }
    .login-form .submit {
        -moz-border-radius-bottomleft:4px;
        -moz-border-radius-bottomright:4px;
        -moz-border-radius-topleft:4px;
        -moz-border-radius-topright:4px;
        background:#395C8A;
        border:3px solid #83A4CA;
        color:white;
        font-weight:bold;
        padding:5px 20px;
        text-transform:capitalize;
    }
    
    .login-form .submit:hover {
        background:#456C9F;
    }
    .login-form label {
        color: #4F4A4A;
        font-weight: bold;
        font-size:11px;
    }