/* ---------- reset ---------- */
@import url('reset.css');

body {
	height: auto;
	background: #f4f1e8;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

.wrapper {
	height: 100%;
	width: 456px;
	margin: 0 auto;
	padding-top: 150px;
	background: url('main_bg.png') 0 0 repeat-y;
}
.login-wrapper {
	position: relative;
	height: 246px;
	width: 456px;
	background: url('login_bg.png') 0 0 no-repeat;
}
.login-wrapper h1 {
	position: absolute;
	text-indent: -99999px;
	width: 281px;
	height: 28px;
	top: 22px;
	right: 31px;
	background: url('title_bg.png') 0 0 no-repeat;
}
.login-form {
	position: absolute;
	width: 397px;
	top: 70px;
	left: 28px;
	color: #515151;
	font-size: 12px;
	line-height: 18px;
}
.login-form form {
	margin-top: 10px;
}
.login-form form table {
	width: 100%;
}
.login-form form table td {
	padding-top: 5px;
}
.login-form form table td.title {
	text-align: right;
	padding-right: 10px;
	font-weight: bold;
	font-size: 12px;
}
.login-form form table td.info {
	padding: 10px 0 0;
	text-align: center;
	font-size: 11px;
	color: #cb0000;
}
.login-form form table td.actions {
	padding-top: 10px;
	text-align: right;
}

