#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}
	




#loginBorder
{
	width: 254px;
	height: 87px;
	float: left;
	padding: 0px 0px 0px 0px;
	top: 0px;
	border-left: solid 1px #b2b0b0;
	border-right: solid 1px #b2b0b0;
	border-bottom: solid 1px #b2b0b0;
	background: #ffffff;
}

#loginBorder1
{
	width: 254px;
	height: 87px;
	float: left;
	padding: 0;
	border-top: solid 1px #b2b0b0;
	border-left: solid 1px #b2b0b0;
	border-right: solid 1px #b2b0b0;
	border-bottom: solid 1px #b2b0b0;
	background: #ffffff;
}

#login
{
	width: 254px;
	height: 27px;
	float: left;
	position: relative;
	top: 10px;
	left: 10px;
}
#loginMsg
{
	width: 110px;
	height: 50px;
	float: left;
	position: relative;
	left: 0px;
}
#loginBtn
{
	width: 80px;
	height: 50px;
	float: left;
	position: relative;
	left: 8px;
}

#login h2
{
	margin-bottom: 8px;
}

/* Login form */

#login form
{
	margin: 0px;
}

#login label, input, select, textarea
{
	display: block;
	float: left;
	margin-bottom: 6px;
}

#login label
{
	text-align: right;
	width: 63px;
	padding-right: 10px;
	color: #4e4e4e;
}

#login input, textarea, select
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4e4e4e;
}

br
{
	clear: left;
}

#login .loginbutton
{
	float: left;
	position: relative;
	left: 120px;
	padding: 3px;
	font-weight: bold;
	font-size: 11px;
	width: 60px;
	background: #dcdcdb;
	border: 1px solid #afafaf;
}


#login .loginmessage
{
	float: left;
	position: relative;
	font-weight: bold;
	font-size: 11px;
	width: 60px;
}