#overlay{ 
    background-image: url(../images/overlay.png);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 90;
    width: 100%;
    height: 100%;
	filter: opacity: 0.9; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9 */
}



* html #overlay{

    background-color: #EFEFEF;
    background-color: transparent;
    background-image: url(../images/blank.gif);
    filter: opacity: 0.9; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9 */

}

#box{
    width:270px;
	text-align: left;
	position: relative; top: 60px; left: 330px;
}

#box .field {
	width: 120px;
}

#userid {
    background-image: url(../images/username.jpg);
	background-repeat: no-repeat;
	background-position: 3px 2px;
	border: #CCCCCC 1px solid;
	padding-left: 27px;	
}

#passw {
    background-image: url(../images/password-icon.jpg);
	background-repeat: no-repeat;
	background-position: 3px 2px;
	border: #CCCCCC 1px solid;
	padding-left: 27px;
}

#loginlinks {
    position: relative;
	top: 10px;
}

#loginok {
   position: relative;
   top: 5px;
   cursor: pointer;
}


#invalid {
    color: #ED0F0F;
	font-weight: bold;
}

