@charset "utf-8";

body{

}

#main{
	width:800px;
	margin-left:auto;
	margin-right:auto;
}

#login {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	background-color: #FFFFFF;
}

form.ahdform input{
	width: 500px;
}

form.ahdform label
{
width: 150px;
float: left;
margin-left: 0.5em;
display: block;
font:Arial, Helvetica, sans-serif;
font-size:12px;
}

form.ahdform em{
	color:#FF0000;
}

form.ahdform input, select
{
	color: #000000;
	background:#C8AE57;
	border: 1px solid #000000;
}

form.ahdform li{
	list-style: none;
	padding: 5px;
	margin: 0;
}

.submit input
{
width:100px;
color: #000;
background: #ffa20f;
border: 2px outset #d7b9c9;
}

#submit{
	width: 100px;
}

form.ahdcontactform input{
	width: 250px;
}

form.ahdcontactform label
{
width: 100px;
float: left;
margin-left: 0.5em;
display: block;
font:Arial, Helvetica, sans-serif;
font-size:12px;
}

form.ahdcontactform em{
	color:#FF0000;
}

form.ahdcontactform input, select
{
	color: #000000;
	background:#C8AE57;
	border: 1px solid #000000;
}

form.ahdcontactform li{
	list-style: none;
	padding: 5px;
	margin: 0;
}

form.ahdcontactform textarea{
	width:250px;
	height:200px;
	color: #000000;
	background:#C8AE57;
	border: 1px solid #000000;
}

.submit input
{
width:50px;
color: #000;
background: #ffa20f;
border: 2px outset #d7b9c9;
}

#submit{
	width: 100px;
}