body
{
	text-align:center;
	background-image: url(../images/shop.jpg);
	background-repeat:repeat-x;
	background-color:#98C47D;
}
#container
{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	width:360px;

}

#top
{
	position:relative;
	width:100%;
	height:20px;
	padding:2px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif
	color:white;
	font-size:12pt;
}

#login_form
{
	position:relative;
	width:100%;
	height:180px;
	padding:2px;	
	font-family:Verdana;
	color:white;
	font-size:10pt;
	background-image:url("../images/menubar/logger.png");
	background-repeat:repeat
}

#welcome_message
{
	text-align:center;
	margin-top:8px;
	margin-bottom:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
}

.error
{
	margin: 0 auto;
	border: 3px solid #FFF;
	padding: 5px;
	width: 80%;
	text-align: center;
	font-size: 18px;
	margin-bottom: 20px;	
}

.form_field_label
{
	float:left;
	margin-left:20px;
	width:30%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333;
	padding-top:8px;
	
}

.form_field
{
	float:left;
	width:30%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333;
	height:9;
}

#submit_button
{
	position:absolute;
	bottom:15px;
	right:180px;
}

#submit_button2
{
	position:absolute;
	bottom:15px;
	right:130px;
}

input
{
	font-family:Arial;
}

.logform {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	padding: 8px;
}
.logbut {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	background-color: #096;
	padding: 6px;
}
