
.login {
    border: 1px solid #CCCCCC;
    border-radius: 20px;
    box-shadow: 0 0 13px #7FC7FF;
    height: 276px;
    margin: -175px -150px 0 0;
    position: absolute;
    right: 50%;
    top: 50%;
    width: 300px;
}
.hat {
    background: none repeat scroll 0 0 #ddd;
    border-bottom: 1px solid #B0C4DE;
    border-radius: 20px 20px 0 0;
    height: 69px;
    color: #778899;
    font-size: 27px;
    text-align: center;
}
.form {
    height: 120px;
}
.foot {
    background: none repeat scroll 0 0 #ddd;
    border-radius: 0 0 20px 20px;
    border-top: 1px solid #B0C4DE;
    height: 69px;
    position: static;
}
.logfield {
    border: 1px solid #CCCCCC;
    border-radius: 6px;
    bottom: 50%;
    box-shadow: 0 0 3px #EEEEEE inset;
    color: #000555;
    font-size: 25px;
    height: 15%;
    position: absolute;
    right: 10%;
    text-align: center;
    width: 80%;
    color: #ccc;
}
.passfield {
    border: 1px solid #CCCCCC;
    border-radius: 6px;
    bottom: 33%;
    box-shadow: 0 0 3px #EEEEEE inset;
    color: #000555;
    font-size: 25px;
    height: 15%;
    position: absolute;
    right: 10%;
    text-align: center;
    width: 80%;
    color: #ccc;
}
.okfield {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px none;
    border-radius: 0 0 20px 20px;
    bottom: 2px;
    color: #778899;
    font-size: 33px;
    height: 69px;
    position: absolute;
    right: 0;
    width: 300px;
    cursor: pointer;
}
