﻿body {
background:#121212 url('../images/Background.png') repeat;
font-size:11px;
color:Gray;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

img
{  border-style: none;
}

hr {
height: 1px;
border: 0;
background: #E6E2DB;
color: #E6E2DB;
}

h1 {
color: #a30810;
font-size: 18px;
font-weight: normal;
margin: 10px 0 0 10px;
}

h3 
{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#a30810;
	display:block; 
	font-size:9pt;
	display:inline;
	font-weight:900;
}
h3 span
{
	color:Black;
}
h4
{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#1a8dc2;
	display:block; 
	font-size:9pt;
	display:inline;
	font-weight:900;
}
	

/* Navigation */
#nav {
	width: 765px;
	float: right;
	margin: 0 0 2em 0;
	padding: 40px 0 0 0;
	list-style: none;
	border-bottom: 4px solid #ebebeb; }
#nav li {
	float: left; }
#nav li a {
	display: block;
	padding: 0px 9px;
	text-decoration: none;
	font-weight:200;
	font-size:11px;
	color: #000000;
	}
#nav li a:hover {
	color: #c00;
	background-color: #fff; }

.myform{
margin:0 auto;
width:400px;
padding:10px;
}

/* ----------- stylized ----------- */

#stylized h1 {
font-size:14px;
font-weight:bold;
margin-bottom:5px;
text-align:left;
padding:0;
margin:0;
}
#stylized p{
font-size:11px;
color:#666666;
margin-bottom:20px;
border-bottom:solid 1px #b7ddf2;
padding-bottom:10px;
text-align:left;

}
#stylized label{
display:block;
font-weight:bold;
text-align:right;
width:140px;
float:left;
}
#stylized .small{
color:#666666;
display:block;
font-size:11px;
font-weight:normal;
text-align:right;
width:140px;
}
#stylized input{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #aacfe4;
width:200px;
margin:2px 0 20px 10px;
}
#stylized textarea{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #aacfe4;
width:200px;
height:100px;
margin:2px 0 20px 10px;
}
#stylized input[type="submit"] {
clear:both;
margin-left:150px;
width:100px;
height:40px;
background:#666666;
text-align:center;
line-height:31px;
color:#FFFFFF;
font-size:11px;
font-weight:bold;
}