html
{
	overflow-y: scroll;
}
body
{
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: Arial;
	font-size: 12px;
	background: url("../images/admin_back.jpg") top left repeat-x #ffffff;
}
a
{
	outline-style: none;
	text-decoration: none;
}
img
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}
form
{
	margin: 0px;
	padding: 0px;
	border: 0px;
}
#login
{
	width: 364px;
	margin-left: auto;
	margin-right: auto;
}
#logo
{
	width: 364px;
	height: 68px;
	margin-top: 94px;
	text-align: center;
	float: left;
	display: inline;
}
#login_form
{
	width: 364px;
	margin-top: 38px;
	float: left;
	display: inline;
}
#login_form_top
{
	width: 364px;
	height: 10px;
	float: left;
	display: inline;
	background: url("../images/admin_login_form_top.png") top left no-repeat;
}
#login_form_center
{
	width: 343px;
	padding: 0px 0px 10px 21px;
	float: left;
	display: inline;
	background: url("../images/admin_login_form_center.png") top left repeat-y;
}
#login_form_bottom
{
	width: 364px;
	height: 10px;
	float: left;
	display: inline;
	background: url("../images/admin_login_form_bottom.png") top left no-repeat;
}
#login_button
{
	width: 364px;
	margin-top: 10px;
	float: left;
	display: inline;
}
.input_name
{
	width: 100%;
	margin-top: 7px;
	font-weight: bold;
	color: #4b9100;
	float: left;
	display: inline;
	clear: both;
}
.input_box
{
	width: 100%;
	margin-top: 2px;
	float: left;
	display: inline;
	clear: both;
}
.input_1
{
	width: 320px;
	height: 20px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #d6eeb7;
	background: #ffffff;
	float: left;
	display: inline;
}
.button_1
{
	position: relative;
	left: 50%;
	float: left;
	display: inline;
}
.button_1 a
{
    height: 30px;
    padding-right: 9px;
    color: #4b9100;
    font-weight:bold;
	cursor: pointer;
	position: relative;
	right: 50%;
    float: left;
	display: inline;
	background: url('../images/button_1_right.png') top right no-repeat;
}
.button_1 span
{
	padding: 0px 10px 5px 38px;
	line-height: 30px;
	cursor: pointer;
	float: left;
	display: inline;
    background: url('../images/button_1_left.png') top left no-repeat;
}
.button_1 a:hover
{
	background: url('../images/button_1_right_over.png') top right no-repeat;
}
.button_1 a:hover span
{
	padding: 0px 10px 5px 38px;
	line-height: 30px;
	float: left;
	display: inline;
    background: url('../images/button_1_left_over.png') top left no-repeat;
}
.button_2
{
	position: relative;
	left: 50%;
	float: left;
	display: inline;
}
.button_2 a
{
	width: 90px;
	height: 19px;
	padding-top: 3px;
    color: #ffffff;
    font-weight:bold;
	cursor: pointer;
	position: relative;
	right: 50%;
    float: left;
	display: inline;
	text-align: center;
	background: url('../images/button_2.png') top left no-repeat;
}
#errorMessage_box
{
	width: 500px;
	padding: 20px;
	background: #ffffff;
	float: left;
	display: inline;
}
#errorMessage_text
{
	width: 500px;
	font-weight: bold;
	color: #ff0000;
	text-align: center;
	float: left;
	display: inline;
	clear: both;
}
#errorMessage_button
{
	width: 500px;
	margin-top: 20px;
	float: left;
	display: inline;
	clear: both;
}