body {
	background:#000 url(/img/layout/home/bg.png) no-repeat top center;
}

#content {
	width:380px;
	margin:0 auto;
	margin-top:170px;
}
legend {
	text-align:center;
	color:#fff;
}
label {
	color:#878787;
	font-family:"Times New Roman", "Times", serif;
	width:80px;
	font-size:1.1em;
}
form {
	margin-bottom:40px;
}
form .input{
	width:100%;
}

form .input input {
	width:210px;
	background:#1b1718 url(/img/widgets/login_input_bg.png) repeat-x;
	border:1px solid #484141;
	color:#fff;
}
form #login_password{
	margin-bottom:30px;
}
form#login_form .submit  {
	background:transparent;
	float:none;
	width:214px;
	height:35px;
	padding: 10px 0 0 105px;	
}
form#login_form .submit input {
	width:214px;
	height:35px;	
	background: url(/img/widgets/login_button.png) no-repeat top center;
	color:#fff;
}
h2 {
	border:none;
	color:#fff;
	text-align:center;
}
p {
	text-align:center;
	color:#3c3c3c;
	margin-left:40px;
}
p a{
	color:#3c3c3c;
}