﻿
DIV#loginBox {
    width: 400px;
    background: none repeat scroll 0 0 #FFFFFF;
    overflow: hidden;
    text-shadow: 0 1px 0 white;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 0 7px #1C1C1C;
}
DIV#loginBox DIV.loginHead {
    height: 57px;
    text-align: left;
    font-weight: bold;
    padding: 5px 5px 5px 10px;
    margin-bottom: 20px;
    color: #ffffff;
    background: url("images/bg-header.gif") repeat-x scroll 0 0 transparent;
}
DIV#loginBox DIV.loginHead IMG {
    height: 50px;
    width: 50px;
    float: left;
    margin-right: 5px;
}
DIV#loginBox DIV.loginField {
    padding: 5px;
}
DIV#loginBox DIV.loginField DIV.lbl {
    float: left;
    width: 121px;
    padding: 4px;
    text-align: right;
    font-weight: bold;
}
DIV#loginBox DIV.loginField DIV.val {
    padding-left: 5px;
    float: left;
}
DIV#loginBox DIV.loginButton {
    padding: 10px;
}
DIV#loginBox INPUT.textbox {
    padding: 4px;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    width: 200px;
}
DIV#loginBox .btnSignIn {
    background: url("images/glyphicons-halflings.png") no-repeat -288px 0;
}