body {
	background: #d0d0d0;
	padding: 10% 0 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #5B5B5B;
}

#container {
	width: 465px;
	margin: 0 auto;
}

#header {
	background: url(../images/header.jpg) no-repeat;
	height: 132px;
	float: left;
	width: 465px;
}

#header h1 {
	font-size: 1em;
}

#header h1 em {
	visibility: hidden;
}

#content {
	background: #FFF url(../images/bg.gif) repeat-y;
	float: left;
	width: 300px;
	padding: 25px 82px;
}

#alert {
	color: #e52f44;
	font-weight: bold;
	padding-bottom: 20px;
}


#footer {
	background: url(../images/footer.jpg) no-repeat;
	height: 73px;
	font-size: 1em;
	float: left;
	width: 465px;
}



form {
	margin: 0;
	padding: 0;
}

input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	width: 161px;
	margin-bottom: 15px;
	padding: 9px 10px 10px;
	background: url(../images/input.gif) no-repeat;
	border: 0;
	float: left;
	color: #505253;
	font-weight: bold;
}

input:focus {
	background: url(../images/input.gif) no-repeat bottom left;
	color: #67b334;
}


label {
	width: 110px;
	float: left;
	font-weight: bold;
	color: #5F5F5F;
	margin-top: 8px;
}

#log_btn {
	margin-left: 110px;
	background: url(../images/login_btn.gif) no-repeat;
	border: 0;
	font-weight: bold;
	cursor: pointer;
	color: #ffffff;
	margin-bottom: 0;
	padding: 9px 0 10px;
	width: 123px;
}
