#body 
{
	background-color: transparent;
} 

#disabled {
	position: absolute;
	left: 0px;
	top: 0px;
	filter: alpha(opacity=65);
	-moz-opacity:0.65;
	z-index: 9998;
	display: none;
}

#loginIframe {
	width: 400px;
	height: 250px;
	position: absolute;
	display: none;
	z-index: 9999;
}

#login {
	border: 2px solid #fff;
	background-image: url(/images/login/login_bg.gif);
	background-repeat: repeat-x;
	background-color: #8C8C8C;		
	padding: 5px;
	color: #fff;
}

#loginTitle {
	float: left;
	font-size: 10px;
	text-transform: uppercase;
}

#loginClose {
	float: right;
	cursor: hand;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	margin-top: -2px;
	margin-right: 2px;
}

#loginContent {
	clear: both;
	margin: auto;
	margin-top: 20px;
}

#loginContent .inputBox{
	background-color: #262626;
	border: 1px solid #878787;
	color: #fff;
	margin: 0px;
	padding: 0px;
	width: 150px;
	height: 16px;
}


a#loginForgot {
	margin-top: 20px;
	font-size: 10px;
	text-decoration: underline;
	color: #fff;
	text-transform: uppercase;
}

#loginUsername, #loginPassword {
	text-transform: uppercase;
	font-size: 10px;
	padding-right: 10px;
}
 
