/* 
    Document   : login
    Created on : Aug 19, 2013, 6:01:53 PM
    Author     : jcox
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

#loginWrapper {
    position: absolute;
    height: 220px;
    width: 420px;
    top: 50%;
    left: 50%;
    margin-top: -120px;
    margin-left: -200px;
    
    background: white;
    border-radius: 5px;
    box-shadow: 0 0 20px -1px black;

    text-align: center;
}

#loginMsg {
    width: 200px;
    position: absolute;
    top: 25%;
    left: 50%;
    margin-left: -100px;
    margin-bottom: 0;
    margin-top: 0;
    text-align: center;
}

.ui-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
}
.ui-dialog-titlebar {
     font-family: arial;
     font-size: 14px;
     font-weight: bold;
}
.ui-dialog-content {
     font-family: arial;
     font-size: 14px;
}



.box-title {
    background: #00418F;
    text-align: center;
    color: white;
    width: 100%;
    height: 30px;
    line-height: 28px;
    border-radius: 5px 5px 0 0;
}

label {
    padding-right: 20px;
}

table {
    margin: 0 auto;
    text-align: left;
}

table td {
    padding-bottom: 5px;
}

.submitContain {
    margin-top: 0px;
    text-align: center;
}