root { 
    display: block;
}
#background {
    width: 100%; 
    height: 100%; 
    position: absolute; 
    left: 0px; 
    top: 0px; 
    z-index: 0;
}
div#content{
    overflow: hidden;
}
div#contact{
    z-index: 3;
    position:absolute;
    color:white;
    left:21px;
    bottom:6px;
    font-size: 12px;
    font-family: "arial", sans-serif;
}
div#contact a,div#contact a:visited{
    color:white;
    text-decoration: none;
    font-size: 12px;
    font-family: "arial", sans-serif;
}
.stretch {
    min-width: 1000px;
    min-height: 700px;
    width:100%;
    height:100%;
    z-index:-1;
}
.stretch2 {
    width:100%;
    height:100%;
    z-index:-1;
}
div#logo {
    display: block;
    position: absolute;
    width:400px;
    height:303px;

/*    left:85%;
    margin-left:-200px;
    margin-top:0px;
    overflow: hidden;
    display:none;*/
}
div#logo img{
/*    width:400px;
    height:303px;*/
    overflow: hidden;
    margin-left: 0px;
    margin-top: 0px;
}
div#userlogin {
    position:absolute;
    width: 270px;
    border:none;
    z-index: 3;
    margin-left: -135px;
    left:45%;
    top:69%;    
    color:white;
    font-family: "arial", sans-serif;
    font-size: 14px;
/*    box-shadow: 0px 0px 6px #fff;
    -moz-box-shadow: 0px 0px 6px #fff;
    -webkit-box-shadow: 0px 0px 6px #fff;
    border-radius:15px;
    -moz-border-radius:15px;*/
    
}
div#userlogin a,div#userlogin a:visited{
    color:#bfbfcf;
    text-decoration: underline;
    font-size: 11px;    
}
div#userlogin a:hover{
    color: whitesmoke;
    text-shadow:#fff 0px 1px 2px;
}
div#userlogin a img{
    border:none;
    width:40px;
    padding-left:12px;
    padding-right:12px;
    padding-top:8px;
}
table#login{
    margin-left:auto;
    margin-right:auto;
}
td#contr{
    padding-left: 9px;
	padding-top: 10px;
}
td#username{
   padding-left: 0px; 
   text-shadow:#000 0px 1px 5px;
}
td#pwd{
   padding-left: 0px; 
   text-shadow: #000 0px 1px 5px;
}
td#userinput input{
    border: 1px solid black;
    width:140px;
}
td#pwdinput input{
    border: 1px solid black;
    width:140px;
}
td#dn_msg{
    z-index: 6;
    color:#6f6;
    text-shadow: #0f0 0px 1px 5px;
    text-align: center;
    font-size: 14px;
}
td#err_msg{
    z-index: 6;
    color:#f66;
    text-shadow: #f00 0px 1px 5px;
    text-align: center;
    font-size: 14px;
}
td#warn_msg{
    color:#d1edff;
}
td#warn_msg a,td#warn_msg a:visited{
    text-decoration: underline;
    font-size: 16px;
    color:#fff;
    font-weight: bold;
}
#oldbrowser h2{
    font-size: 21px;
}
#oldbrowser p{
    color:#d1edff;
}
#oldbrowser p a,#oldbrowser p a:visited{
    text-decoration: underline;
    font-size: 18px;
    color:#fff;
    font-weight: bold;
}
#oldbrowser p a:hover{
    color:#84b1da;
}



a.loginBtn, a.loginBtn:link, a.loginBtn:visited {
	color:#FFFFFF!important;
    background-image: url("lock.png");
	background-repeat:no-repeat;
	background-position:10px 5px;
    background-color: #3a3a3a;	
	text-decoration: none !important;
	font-size: 14px !important;
	padding:4px;
	padding-left:30px;
	padding-right:10px;
}

a.loginBtn:hover {
	background-color: #404040;
	text-shadow: none !important;
}

a.rememberSendBtn, a.rememberSendBtn:link, a.rememberSendBtn:visited {
	color:#FFFFFF!important;
    background-color: #3a3a3a;	
	text-decoration: none !important;
	font-size: 14px !important;
	padding:4px;
	padding-left:10px;
	padding-right:10px;
}

a.rememberSendBtn:hover {
	background-color: #404040;
	text-shadow: none !important;
}

a.disabledLoginBtn, a.disabledLoginBtn:link, a.disabledLoginBtn:visited {
	color:#989898!important;
    background-image: url("lock.png");
	background-repeat:no-repeat;
	background-position:10px 5px;
    background-color: #5a5a5a;	
	text-decoration: none !important;
	font-size: 14px !important;
	padding:5px;
	padding-left:30px;
	padding-right:10px;
}
a.disabledLoginBtn:hover {
	text-shadow: none !important;
}

