.mstrPath .mstrPathContainer { 
    position: absolute;
    text-align: right;
    line-height: 40px;
    padding-left: 0px;
}
.mstrContent {
    padding: 0px;
}

#mstrWebContents {
    xheight: 100% !ie7;
    background: #fff;
    background: -webkit-radial-gradient(50% 255px, circle, white 0%, white 200px, #BCBCBC);
    background: -moz-radial-gradient(50% 255px, circle, white 0%, white 200px, #BCBCBC);
    background: radial-gradient(circle at 50% 255px, white 0%, white 200px, #BCBCBC);
}

#mstrWebContentTable {
    height: 100%;
}

.mstrDockCenter {
    height: 100%;
}

#lb_LoginStyle {
    margin-top: 25px;
}
.mstrLoginContainer {
    margin: auto;
    text-align: center;
    width: 300px;
}

.mstrTitle {
    font-size: 1.8em;
    margin-bottom: 7px;
    text-align: center;
}

.mstrServer {
    font-size: 1.6em;
    color: #787878;
}

.mstrLoginFields {/*login form fields wrapper DIV*/
    margin-bottom: 20px;
    }
.mstrLoginFieldsGroup LABEL {/*label*/
    display: block;
    margin: 15px 0px 2px;
    font-size: 1.4em;
    color: #787878;
    font-weight: bold;
    width: 150px !important;
}
.mstrLoginFieldsGroup .chk LABEL { 
    width: auto; 
    float:none;
    margin: 10px;
    font-size: 1.2em;
    font-weight: normal;
}
.mstrLoginFieldsGroup .chk input { 
    float:left;
    margin-top: 3px;
    padding: 0px; 
    height: 13px !ie7;
}

.mstrLoginFieldsGroup .mstrInputText {
    width: 278px;
    font-size: 1.7em;
    color: #787878;
    border: 1px solid #CDCDCD;
    padding: 6px;
    margin: 0px;
    outline: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}


.mstrLoginFieldsGroup .mstrInputText {
    background: -webkit-linear-gradient(#fff, #eee);
    background: -moz-linear-gradient(#fff, #eee);
    background: linear-gradient(#fff, #eee);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
}

.mstrLoginFieldsGroup .mstrInputText:focus,
.mstrLoginFieldsGroup .mstrInputText:hover {
    background: #fff;
    filter: none;
}

.mstrLoginOptions {
    text-align: left;
    margin-top: 40px;
    margin-left: 10px;
}

.mstrLoginOptions INPUT {
    display: block;
    float: none;
}

.mstrInputText { width: 144px; }
.mstrLoginButtonBarLeft, .mstrLoginButtonBarRight{ 
    width: 136px;
    float: left;
}

.mstrLoginButtonBarLeft {
    margin-right: 16px;
    margin-left: 0px;
}

.mstrLoginButtonBarLeft .mstrButton,
.mstrLoginButtonBarRight .mstrButton {
    height: 35px;
    width: 100%;
    font-size: 1.2em;
    background: white;
    border: 1px solid #c0c0c0;
    margin: 0px;
    padding: 0px;
    color: #fff;
    font-weight: bold;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: rgb(238,238,238) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#cccccc',GradientType=0 );
    background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(204,204,204,1) 100%) !important; 
    background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(204,204,204,1) 100%) !important;
    background: linear-gradient(to bottom, rgba(242,242,242,1) 0%,rgba(204,204,204,1) 100%) !important;
    color: #656565 !important;
}

.mstrLoginButtonBarLeft .mstrButton:hover,
.mstrLoginButtonBarRight .mstrButton:hover {
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#f2f2f2',GradientType=0 );
    background: -webkit-linear-gradient(bottom, rgba(242,242,242,1) 0%,rgba(204,204,204,1) 100%) !important; 
    background: -moz-linear-gradient(bottom, rgba(242,242,242,1) 0%,rgba(204,204,204,1) 100%) !important;
    background: linear-gradient(to top, rgba(242,242,242,1) 0%,rgba(204,204,204,1) 100%) !important;
}

.mstrError {
    width: 360px;
    margin: 20px auto 0px;
}

.mstrError .mstrAlert {
    background: #fcece8;
    border: 1px solid #f8b6b8;
    color: #ee2c49;
    margin: 0px;
    padding: 13px 28px 5px;
    font-size: 10pt;
    text-align: justify;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.mstrError .mstrAlert .mstrAlertTitle {
    color: #ee2c49;
    text-align: center;
    padding-bottom: 2px; 
    font-size: 12pt;
}
