a:link{ color: #2C5072; }

a:visited{ color: #2C5072; }

a:hover, a:focus{ color: #FF9814;	text-decoration:none; }

p{	margin:0px; }

h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p{	margin-top:-0.05em;}

h1, h2, h3, h4, h5, h6{ color: #9CA716; margin-bottom:0.5em; }

h1{ font-size:24px;}

h2{	font-size:20px;}

h3{	font-size:18px;}

h4{	font-size:16px;}

h5{	font-size:14px;}

h6{	font-size:12px;}

ol, ul{	margin: 1em 0 1em 2em; }

ol ol, ol ul, ul ol, ul ul{ margin-top:0; margin-bottom:0; }

ol li{	list-style:decimal }
ol li ol li{ list-style:upper-alpha; }
ol li ol li ol li{ list-style:upper-roman; }

ul li{ list-style:disc;}

em{font-style:italic;}

strong{font-weight:bold;}

em strong, strong em{ font-weight:bold; font-style:italic; }

#container {
	display:block;
	position: absolute;
	padding:0;
	width:100%;
	height:210px;
	background:#fff;
	top:50%;
	margin:-100px 0 0 0;
	border:solid #E69623;
	border-width:3px 0 3px 0;
	
	opacity: 0.90;
	-moz-opacity: 0.90;
	filter: alpha(opacity=90);
}

#logo{
	display:block;
	position: absolute;
	width:186px;
	height:32px;
	background: url(../img/logo.gif) no-repeat 0 0;
	left:50%;
	margin:0 0 0 -280px;
	top:15px;
	overflow:hidden;
	text-indent:999em;
	line-height:999em;
}

#content{
	position:relative;
	display:block;
	width: 400px;
	left:50%;
	margin:0 0 0 -50px;
	padding:15px 0;
	top:10px;
}

#footer {
	position: absolute;
	bottom: 0;
	margin:0;
	width:100%;
	text-align:center;
	left:0;
}

label {
display:block;
float:left;
position:relative;
width:230px;
margin:2px 0 0;
padding:0;
}

input {
background-color:#fff;
border-top:1px solid #848484;
border-right:1px solid #c0c0bf;
border-bottom:1px solid #e1e1e1;
border-left:1px solid silver;
color:#000;
width:200px;
margin:0;
padding:2px;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
}

textarea {
background-color:#fff;
border-top:1px solid #848484;
border-right:1px solid #c0c0bf;
border-bottom:1px solid #e1e1e1;
border-left:1px solid silver;
color:#000;
width:200px;
margin:0;
padding:2px;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
}

input.formbtn {
width:100px;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
background-color:#FF5700;
color:#fff;
padding:2px;
border-top:3px solid #FF8240;
border-right:3px solid #CD4700;
border-bottom:3px solid #AF3B00;
border-left:3px solid #FB7117;
}
