@charset "utf-8";
body {
    background-image: url(../img/bg.jpg);
    background-repeat: repeat;
    background-position: left top;
    font-family: Arial, Helvetica, sans-serif;
}
#container {
    width: 640px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}
#logo {
    width: 185px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-top: 82px;
    position: relative;
}
#login {
    background-image: url(../img/log-bg.png);
    background-repeat: no-repeat;
    height: 300px;
    width: 545px;
    margin-top: 82px;
    padding-left: 95px;
}
#reset {
    background-image: url(../img/log-rbg.png);
    background-repeat: no-repeat;
    height: 300px;
    width: 545px;
    margin-top: 82px;
    padding-left: 95px;
}
#forgot {
    background-image: url(../img/forgot-bg.png);
    background-repeat: no-repeat;
    height: 250px;
    width: 545px;
    margin-top: 82px;
    padding-left: 100px;
    padding-top: 60px;
}
#user {
    float: left;
    width: 270px;
    padding-top: 20px;
}
#user label {
    font-family: "myriad_applemedium";
    font-size: 16px;
    color: #2C3E69;
    font-weight: 500;
}
#user input {
    height: 29px;
    width: 210px;
    line-height: 25px;
    height: 29px\9;
    background-image: url(../img/fld-bg.jpg);
    background-repeat: repeat-x;
    background-position: left;
    border-style: none;
    color: #666;
    padding-right: 4px;
    padding-left: 4px;
}
.usr-fld {
    padding-top: 18px;
    padding-top: 22px\9;
    padding-left: 3px;
    padding-bottom: 24px;
}
#log-btn {
    display: block;
    float: right;
}
#fg-btn {
    display: block;
    float: right;
}
#pro-main {
    float: left;
    width: 255px;
    padding-right: 20px;
}
#pro-logo {
    height: 65px;
    width: 124px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-top: 50px;
    padding-bottom: 70px;
}
#pro-fg-logo {
    height: 65px;
    width: 124px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    /*padding-top: 50px;*/
    padding-bottom: 70px;
}
#pro-tex {
    font-size: 12px;
    color: #fff;
    line-height: 30px;
}
#pro-tex a {
    color: #fff;
    text-decoration: none;
}
#pro-tex a:hover {
    text-decoration: underline;
}
#tag-line {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 80px;
    font-family: "myriad_applemedium";
    font-size: 18px;
    line-height: 25px;
    color: #333;
}
#tag-line span {
    color: #3195BB;
}
.message {
    color: #f56954 !important;
    font-size: 13px;
    font-weight: bold;
    position: relative;
    text-align: center;
    top: 60px;
}

#footer {
    font-size: 11px;
    color: #555;
    text-decoration: none;
    text-align: center;
}
#footer a {
    color: #555;
    text-decoration: none;
}
#footer a:hover {
    color: #000;
    text-decoration: none;
}
#log-btn input[type=submit] {
    cursor: pointer;
    height: 36px;
    width: 96px;
    margin-right: 40px;
    background-image: url(../img/login.jpg);
}
#fg-btn input[type=submit] {
    cursor: pointer;
    height: 36px;
    width: 96px;
    margin-right: 41px;
    background-image: url(../img/fg-send.jpg);
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}
.alert {
    border: 1px solid transparent;
    font-size: 15px;
    border-radius: 6px;
    margin-top: 20px;
    text-align: center;
    //padding: 15px;
}
.close {    
    display:none;
}
