@charset "utf-8";
@import url("reset.css");

/* Login Page */
html, body {
	height: 101%;
	background: #F0F2E1;
}
body {
	font: 11px Georgia, "Times New Roman", Times, serif;
	color: #515151;
	background: #F0F2E1;
}
#login_div {
	position:absolute;
	top: 50%;
	left: 50%;
	width:443px;
	height:354px;
	margin-top: -177px; /*set to a negative number 1/2 of your height*/
	margin-left: -221px; /*set to a negative number 1/2 of your width*/
	background: url(../images/login_logo.png) no-repeat center 10px;
}
#login_div   h1 {
	font-size: 16px;
	line-height: 40px;
	color: #F0F2E1;
	background: #3E2714;
	height: 40px;
	padding-left: 12px;
	margin-top: 90px;
	font-weight: normal;
}
#login_div fieldset {
	background: #FFFFFF url(../images/login_bg.jpg) no-repeat;
	display: block;
	width: 443px;
	border-bottom: 2px solid #733611;
	float: left;
}
#login_div label {
	font-weight: bold;
	display: block;
	padding-left: 12px;
	margin-top: 12px;
	color: #515151;
}
#login_div input.textfield {
	clear: left;
	width: 280px;
	margin-left: 12px;
	margin-top: 2px;
	border: 1px solid #bcb786;
	background: #f9f9f9;
}
#login_div input.button {
	clear: left;
	height: 26px;
	width: 91px;
	margin-left: 204px;
	margin-top: 12px;
}
#login_div   p  {
	color: #515151;
	margin-right: 12px;
	margin-left: 12px;
}
#login_div fieldset p {
	border-top: 1px solid #cacaca;
	line-height: 28px;
	margin-top: 28px;
	font-size: 11px;
}
#login_div p.center {
	text-align: center;
	clear: left;
	padding-top: 6px;
}

#login_div a {
	color: #9c6038;
	text-decoration: none;
}
#login_div a:hover {
	text-decoration: underline;
}
