/* @override http://enversacompanies.com/2010/lib/login.css */


#loginbox {
	width: 185px;
	height: 64px;
	position: absolute;
	left: 777px;
	top: -3px;
	margin: 0;
	padding: 0;
	text-align: center;
	background: url(../images/login/loginBG.gif) no-repeat;
}

#user {
	left: 20px;
	top: 13px;
	position: absolute;

}
#pass {
	left: 90px;
	top: 13px;
	*top: 17px;
	position: absolute;	

}
#fakePassword {
	left: 0px;
	top: 0px;
	position: absolute;
	z-index: 10;
	
width: 60px;
height: auto;
font-size: 10px;
font-family: Verdana,sans-serif;
border-style: solid none none solid;
border-width: 1px 0 0 1px;
border-color: #8f3900 #003399 #003399 #8f3900;

}


#user input {

width: 60px;
height: auto;
font-size: 10px;
font-family: Verdana,sans-serif;
border-style: solid none none solid;
border-width: 1px 0 0 1px;
border-color: #8f3900 #003399 #003399 #8f3900;


}

#pass input {
	left: 0px;
	top: 0px;
	position: absolute;
		
width: 60px;
height: auto;
font-size: 10px;
font-family: Verdana,sans-serif;
border-style: solid none none solid;
border-width: 1px 0 0 1px;
border-color: #8f3900 #003399 #003399 #8f3900;

}

#lbutton {
	top: 35px;
	position: relative;

}

