ul.login-box
{
	position: fixed;
	top: 240px;
	left: 50%;
	margin: 0 0 0 -180px;
	padding: 40px 4px 4px 4px;
	width: 359px;
	height: 241px;
	text-align: center;
	background: url(../img/login_box.png) no-repeat scroll 0 0;
}
ul.login-box li
{
	display: block;
	list-style-type: none;
	height: 45px;
	line-height: 45px;
	margin-bottom: 3px;
	position: relative;
}
ul.login-box li.message
{
	height: 48px;	
	line-height: 52px;
	font-size: 9pt;
	text-align: center;
	vertical-align: middle;
	color: #FFFBE1;
	text-shadow: 0 0 4px #1B1919;
}
ul.login-box label
{
	line-height: 48px;
	font-size: 8pt;
	float: left;
	margin-left: 6px;	
	color: #FFFBE1;
	text-shadow: 1px 1px 2px #1B1919;
}
ul.login-box input
{
	border: none;
	margin: 0;
	padding: 0;
	font-size: 10pt;
	font-weight: bold;
	z-index: 1;
}
ul.login-box input.text
{
	background: url(../img/login_text.png) no-repeat scroll 0 0;
	height: 28px;
	line-height: 28px;
	width: 204px;
	padding: 1px 6px;
	color: #000000;
	text-shadow: 1px 1px 1px #FFFBE1;
	position: absolute;
	top: 50%;
	margin-top: -14px;
	left: 50%;
	margin-left: -102px;
}
ul.login-box input.button
{
	background: url(../img/login_button.png) no-repeat scroll 0 0;
	height: 37px;
	line-height: 37px;
	width: 152px;
	padding: 1px 6px;
	cursor: pointer;
	color: #000000;
	text-shadow: 1px 1px 1px #FFFBE1;
}
ul.login-box input.button:hover
{
	background-position: 0 -37px;	
	color: #FFFBE1;
	text-shadow: 1px 1px 1px #1B1919;
}
