body
{
	background-color: #faf9f9;
	font: 12px/12px 'Scada', sans-serif;
	line-height: 1;
}
.form_container
{
	width: 356px;
	margin: 100px auto 0;
	border-bottom: 1px solid #b8b7b7;
	border-left: 1px solid #d9d8d8;
	border-right: 1px solid #d9d8d8;
	border-top: 1px solid #efeeee;
	background: white url('/catalog/view/theme/metal/image/logo.png') no-repeat 77px 11px;
	position: relative;
	box-shadow: 0px -2px 2px 2px #ececec inset;
	outline: 1px solid #efeeee;

}
.form_container h1
{
	font-size: 14px;
	color: #a6a6a6;
	text-align: center;
	text-transform: uppercase;
	font-weight: normal;
	position: absolute;
	background-color: white;
	top: 77px;
	left: 104px;
	width: 150px;
	z-index: 2;
	margin: 0;
}
.input_container
{
	padding: 38px 8px 35px 8px;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	margin: 84px auto 0 auto;
	width: 290px;

}
.input_container input
{
	width: 100%;
	display: block;
	margin-top: 17px;
	background-color: white;
	outline: none;
	border: 1px solid #bdbdbd;
	height: 26px;
	border-radius: 3px;
	padding-left: 7px;
	line-height: 26px;
	color: #a6a6a6;
	font-size: 12px;
	box-shadow: 0 2px 4px 1px #e8e8e8 inset;
}
.submit_container
{
	width: 125px;
	height: 32px;
	position: absolute;
	top: 228px;
	left: 117px;
	z-index: 2;
	background-color: white;
}
.submit_container input
{
	width: 78px;
	margin: 0 auto;
	background: url('img/enter_btn_bg.png') repeat-x;
	font-size: 15px;
	color: #f1f8fc;
	text-align: center;
	text-transform: uppercase;
	outline: none;
	border: 1px solid #2c87cd;
	border-radius: 2px;
	height: 30px;
	display: block;
}
.form_container p
{
	font-size: 12px;
	color: #b8b8b8;
	text-transform: uppercase;
	text-align: center;
	margin: 32px 0 21px;
}