﻿.LoginBox { width: 390px; height: 175px; border: solid 0px black; padding: 0px 0px 0px 0px; 
            background-color: #f1f1f1; border: solid 1px #999999;}
            
.LoginBoxInt { width: 350px; height: 70px; border: solid 0px black; padding: 0px 0px 0px 0px; 
               background-color: #f1f1f1; border: solid 1px #999999; }

.lblLogin { line-height: 12px; color: #222;}
.lblError{color: Red;}
.LoginLabel{line-height: 18px; color: #222 !important;}
.LoginLabelName{line-height: 18px; color: #222 !important; font-size: 14px; font-weight: bold;}
#DivLoginContent { border: solid 0px Black; padding: 40px 0px 40px 310px; }
#DivSeparator{width: 100%; height: 5px;}

.DivTextBoxLabel{ width: 70px; border: solid 0px Black; text-align: right; line-height: 20px; float: left; color: White; padding-top: 5px;}
.DivTextBoxEdit{ float: left; width: 140px; border: solid 0px yellow;}
.TextBoxLogin{padding: 2px; margin: 3px; border: solid 1px #999999; width: 215px}
.DivButton{ width: 50px; height: 30px; border: solid 0px yellow; float: left;}

.btnLogin{background-color: #f1f1f1; border: solid 1px #999999; line-height: 15px; min-width: 50px; margin: 3px; 
          margin-right: 0px; color: #222; cursor: pointer;}

#DivLogoUser{ border: solid 0px yellow; float: left;}
#DivLoginError{ border: solid 0px Blue; color: Red; margin-top: 10px;}