body{
	margin: 0;
	padding: 0;
	background: #f0f0f0;
}

#header{
	width: 100%;
	margin: 0;
}
#header #logo{
	text-align: center;
	margin: 5px 5px 5px 5px;
}
#header #logo img{
	border: 0px;
}
#header #logo img a{
	border: 0px;
}
#header #links{
font-size:11px;padding:0px 10px 0 10px; width:880px;
}
#header #links ul{
list-style-type:none; height:34px;
}
#header #links ul li{
display:inline;width: auto;height:auto;position:relative;padding: 7px 7px 7px 7px;background-color: #000;border:1px solid #fff;font-size: 11pt;font-family:Tahoma;color: #fff;
}
#header #links ul li:hover{
display:inline;width: auto;height:auto;position:relative;padding: 7px 7px 7px 7px;background-color: darkred;border:1px solid #fff;font-size: 11pt;font-family:Tahoma;color: #fff;
}
#header #links ul li a{
color: #fff;
text-decoration: none;
}
#header #links ul li a:hover{
color: #fff;
text-decoration: underline;
}

#form{
	width:700px;background: #ffffff;padding:15px 15px 15px 15px;border:3px solid #f3f3f3;font-family:Tahoma;-webkit-border-radius: 7px;-moz-border-radius: 7px;border-radius: 7px;
	text-align: right;
}
#form tr .title{
	width: 230px;
	font-weight: bold;
	padding: 7px 7px 7px 7px;
	text-align: right;
}
#form tr .field{
	text-align: right;
	width: 450px;
	font-weight: normal;
	font-size: 10pt;
	padding: 7px 7px 7px 7px;
}
#form tr td  input{
	width: 200px;
	padding: 2px 2px 2px 2px;
	font-family:Tahoma;
	font-size:11pt;
}
#form tr td  textarea{
	width: 350px;
	height: 90px;
	padding: 2px 2px 2px 2px;
	font-size:14pt;
}
#form label{
	text-align: right;
}

.submit{
	font-size: 13pt;
	font-family: Tahoma;
	padding: 7px 16px 7px 16px;
	border: 1px solid #c0c0c0;
	background: #ffffff;
	-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;
}
.submit:hover{
	border-color: red;
	color: red;
}

#footer{
	border-top: 3px solid darkgreen;
	font-family: Tahoma;
	font-size: 10pt;
	color: darkgreen;
	margin: 10px 10px 10px 10px;
	text-align: left;
}
#footer a{
	text-decoration: none;
	color: darkgreen;
}

.notice{width:680px;clear:both;background: #FFF4BA;color: #E1930B;
border:1px solid #FFD479;padding:10px 10px 10px 10px;margin:0 0 10px 0;font-size:10pt;font-family: Tahoma}
.notice a{ text-decoration: none;color: royalblue}
.notice a:hover{ text-decoration: underline;color: #ff5006}

.success{width:650px;clear:both;background: #edfce9;
border:1px #cceac4 solid;padding:20px 60px 15px 20px;margin:0 0 10px 0;font-family: Tahoma}

.error{width:680px;background: #fce9e9;
border:1px #eac7c7 solid;padding:10px 10px 10px 10px;margin:0 0 10px 0;font-family: Tahoma}
.clear{
clear: both;
line-height: 17px;
}