body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #000;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	background: #fdfdfc url(/img/body_bg_login.gif);
}

.container {
	background: url(/img/container_bg.png) repeat-x;
	position:absolute;
	width:100%;
	height:100%;
}

.form {
	width:362px;
	height:249px;
	background:url(/img/form_bg.png) no-repeat center center;
	position:absolute;
	top:50%;
	left:50%;
	margin: -125px 0 0 -181px;
}

form {
	padding: 110px 40px 0;
}

input {
	margin-bottom:25px;
	width:100%;
}

.submit {
	width:auto !important;
	margin:0 auto;
	position:relative;
	bottom:10px;
}

.center {
	text-align:center;
}

input.error {
	color:#d22b2b;
}