@charset "utf-8";
/* CSS Document */

#DivLogForm {position:relative;
            width:180px; 
            margin-left:10px;}

.LogInput {width:75px;}
.LogLabel {
    font-size:11px; 
    color:#FFFFFF;
    width:170px;
    margin-top:5px;
    text-align:right;
}

#LogButton {width:80px; height:27px; 
            margin-top:10px;
            margin-left:95px; 
            background-image:url(/CORE/System/Themes/Theme_1/Images/LeftNav/logbutton.jpg);
            background-repeat:no-repeat;
            font-weight:bold; text-align:center; font-size:12px; cursor:pointer;
            padding-top:3px;
            text-align:center;}
.inIn {background-color:#FFCC66; }
.imgLoad { background-image:url(/CORE/System/Themes/Theme_1/Images/Splash/login_loading.gif); width:160px; height:22px}
.BadText {color:#FF0000}
.LogHelp a {text-decoration:none}
.LogHelp { display:inline-block; width:160px; font-size:11px; color:#FFFFFF; text-align:center}
#DivLogForm a {text-decoration:none} 