body
{
	background: url(../images/login/login_bg.jpg) no-repeat top center;
}

main
{
	margin: 135px auto 0 auto;
	width: 508px;
}
#login-form-wrapper
{
	background: url(../images/login/loginbox_bg.png) no-repeat;
	font-size: 12px;
	height: 212px;
	line-height: 12px;
	padding-top: 60px;
	position: relative;
	width: 508px;
}
#wrapper-of-login-form-nested-table
{
	color: #161616;
	font-family: Tahoma;
	font-size: 13px;
	line-height: 12px;
	margin: 0 auto;
	width: 310px;
}
#wrapper-of-login-form-nested-table th	
{
	padding: 0 0 6px 0;
	text-align: left;
	width: 95px;
}
#wrapper-of-login-form-nested-table td
{
	padding: 0 0 6px 0;
}
.login-form-input
{
	background: url(../images/login/inp_login.gif) no-repeat;
	border: none;
	color: #fff;
	font-size: 16px;
	height: 30px;
	padding: 4px 6px 2px 10px;
	width: 204px;
}
.login-form-input:focus
{
	outline:none;
}
.login-form-error-message
{
	float:left;
	padding:5px 0 0 5px;
	color:red;
}
.login-form-checkbox	
{
	width:13px;
	height:13px;
	margin: 5px 0;
	display:block;
	float:left;
}
.login-form-checkbox-title	
{
	
	float:left;
	padding:5px 0 0 5px;
	font-weight:bold;	 
}
.login-form-registration-button
{
	margin:5px 0 0 20px;
	font-size:12px;
	float:right;
	cursor:pointer;	
}
.login-form-submit-button
{
	background: url(../images/login/submit_login.gif) no-repeat;
	border: none;
	cursor: pointer;
	display: block;
	height: 29px;
	text-indent: -3000px;
	width: 73px;
	float:left;
}
.login-details-reminder-button
{
	float:right;
	text-align:right;
	width:100px;
	margin-top:2px;
	font-size:12px;
	line-height:1.1;
	cursor:pointer;
}