﻿.LoginBox
{
    background-image: url("../../../Images/GSBenefits/Background/WINDOW_bg.png");
    background-repeat: repeat-x;
    background-position:left 41px;
    background-color:#f1f1f1;
    border-left:1px solid #f4f4f4;
    border-bottom: 1px solid #656565;
    border-right:1px solid #a2a2a2;
    border-top:1px solid white;
    -moz-box-shadow: 0 0 3px #888;
    -webkit-box-shadow: 0 0 3px #888;
    box-shadow: 0 0 3px #888;
    margin-left:250px;
    margin-bottom:50px;
    padding:51px 20px 20px 20px;
    position:relative;
    width:450px;
    font-size:12px;
}
 span.topWatermarkText
{
    background-image: url("../../../Images/GSBenefits/Background/WINDOWheader_bg.png");
    background-repeat: repeat-x;
    background-position:top left;
    background-color:white;
    display:block;
    height: 31px;
    position:absolute;
    top:-1px;
    left:250px;
    padding:10px 0px 0px 20px;
    color:White;
    font-weight:bold;
    font-size:16px;
    width: 472px;
    z-index:1;
}

.LoginBox input[type="text"]
{
    float:right;
    max-width: 143px;
}

.LoginBox input[type="submit"]
{
    margin-top:20px;
}

span.captchaLabel
{
    display:block;
    width:194px;
    background-color:#dfdfdf;
    padding:3px;
}

.ErrorFieldSmall
{
    left: 417px;
}

.LoginBoxLogin
{
    height:25px;
    margin-bottom:20px;
}

.LoginBoxCaptcha .LoginPlainText
{
    display: block;
}

.LoginBoxCaptcha img
{
    border-color: #6B6B6B white white #A1A1A1 !important;
    border-style: solid !important;
    border-width: 1px !important;
    float: left;
    margin-right: 17px;
    margin-top: 10px;
}

.LoginBoxCaptcha input[type="submit"]
{
    float: left;
    height: 50px;
    margin-top: 10px !important;
    margin-right: 10px;
}

.LoginBoxCaptcha input[type="text"]
{
    margin-top:10px;
    height:48px;
    max-width: 143px;
}

.LoginBoxCaptcha
{
    height: 100px;
    padding-top:10px;
    border-top:1px dashed #d4d4d4;
}

#MC_pnlErrorPanel
{
    background:red;
    border:1px solid rgba(0,0,0,0.3);
    color:#fff;
    box-shadow:0px 0px 10px rgba(0,0,0,0.3), 0px -20px 20px rgba(0,0,0,0.2) inset;
    position:fixed;
    right:20px;
    top:10%;
    width: 250px;
    padding:5px;
    font-size:11px !important;
    z-index:999;
}