
root { 
    display: block;
}

img {
    border:none;
}

#main {
    width:100%;
    height:auto;
    overflow:hidden;
}

.wrapper {
    width:980px;
    overflow:auto;
    height:auto;
    margin:0 auto;
}



input.textinput, select.textinput {
    background: none repeat scroll 0 0 #FFFFFF;
    border:1px solid #DDDDDD;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    color:#505050;
    font-family:Arial, sans-serif;
    font-size:16px;
    font-weight:bold;
    padding:10px;
    width:295px;
}

input.textinput:focus, select.textinput:focus {
    border:1px solid #BBE8FF;
}

input[type="submit"] {
    border:0 none;
    padding:10px 15px !important;
}

.loginbutton {
    font-size: 14px;
}


.loginbutton, .loginbutton:visited {
    -webkit-box-shadow:rgba(0, 0, 0, 0.498039) 0 1px 3px;
    background-color:#222222;
    background-image:url(../images/Overlay.png);
    background-position:initial initial;
    background-repeat:repeat no-repeat;
    border-bottom-color:rgba(0, 0, 0, 0.247059);
    border-bottom-style:solid;
    border-bottom-width:1px;
    border-radius:5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    color:#FFFFFF;
    cursor:pointer;
    display:inline-block;
    font-family:Arial, sans-serif;
    padding:5px 10px;
    position:relative;
    text-decoration:initial;
    text-shadow:rgba(0, 0, 0, 0.247059) 0 -1px 1px;
}

/*-------------------------------------------LOGIN PAGE ------------------------------------------------*/

#login-container {
    width:100%;
    height:auto;
    oveflow:auto;
    margin:0 auto;
    width:650px;
}

#login-sign-in {


}

#login-forget-password {
    display:none;
}

.login-container-top {
    background-image:url(../images/Header.png);
    background-position:initial initial;
    background-repeat:repeat no-repeat;
    border:1px solid #CCCCCC;
    margin-top:20px;
}

.login-container-top h1 {
    font-size: 18px;
    padding-left: 20px;
}

.roundedbottom {
    border-bottom-left-radius:5px;
    -moz-border-bottom-left-radius:5px;
    -webkit-border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
    -moz-border-bottom-right-radius:5px;
    -webkit-border-bottom-right-radius:5px;
}

.roundedtop {
    border-top-left-radius:5px;
    -moz-border-top-left-radius:5px;
    -webkit-border-top-left-radius:5px;
    border-top-right-radius:5px;
    -moz-border-top-right-radius:5px;
    -webkit-border-top-right-radius:5px;
}

.loginicon {
    background-color:#FFFFFF;
    
}

.login-main {
    width:648px;
    float:left;
    border-bottom-color:#CCCCCC;
    border-bottom-style:solid;
    border-bottom-width:1px;
    border-left-color:#CCCCCC;
    border-left-style:solid;
    border-left-width:1px;
    border-right-color:#CCCCCC;
    border-right-style:solid;
    border-right-width:1px;
    padding: 20px 0;
}

.login-main p {
    padding: 0 10px 0 0;
}

.login-main label {
    color: #505050;
    display: block;
    float: left;
    font-family: Arial,Sans-Serif;
    font-size: 15px;
    font-weight: bold;
    padding-top: 13px;
    width: 120px;
}

.login-main .submit {
    text-align: right;
}

.log-image {
    float:left;
    margin-left: 30px;
}

.error-response {
    margin: 0 20px;
    padding: 10px;
}

#form-sign-in {
    float: right;
}
