/* CSS Document */

/*CSS Reset START  ----------------------->  */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, select, input, samp,
small, strike, strong, ul, hr, h2, h1, h3, li, hr, sub, sup, tt, var,
dl, dt, dd, ol,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}

.select{
	padding:0px;
	margin:0px;
}

body {
	line-height: 1;
	color: black;
	background: white;
	font-family: arial;
	font-size: 12px;
	background-color:#9d8d80;
	margin-top:10px;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*----------------------->  CSS Reset END */

strong{
	font-weight:bold;
}

hr{
	color:#666666;
	background-color:#666666;
	height:1px;
	margin:3px 0px 3px 0px;
	padding:0px;
}

#containerDiv{
	width:882px;
	height:688px;
	background-image:url(../img/background.jpg);
	margin-left:auto;
	margin-right:auto;
}

#formDiv{
	position:absolute;
	margin-left:333px;
	margin-top:74px;
	width:401px;
	height:514px;
	padding:15px;
}

#formDiv h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#666666;
	margin:0px 0px 10px 0px;
	margin:0px;
	font-weight:bold;
}

#formDiv h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#f38e00;
	font-weight:normal;
	margin:0px 0px 10px 0px;
	padding:7px 0px 3px 0px;
}

#formDiv h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#131313;
	font-weight:normal;
	padding:0px;
	float:right;
}

#formDiv a{
	color:#131313;
}

#formDiv a:hover{
	color:#666666;
	text-decoration:none;
}

#formDiv form{
	padding:0px 10px 0px 10px;
}

#formDiv p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	padding:9px 0px 0px 0px;
}

#formDiv label{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#4f4f4f;
	float:left;
	width:160px;
	margin:4px 0px 0px 0px;
}

#formDiv input{
	border:1px solid #999999;
	font-size:16px;
	width:215px;
}

#formDiv textarea{
	border:1px solid #999999;
	font-size:16px;
	width:215px;
	height:80px;
}

#formDiv select{
	border:1px solid #999999;
	padding:3px;
	font-size:14px;
}

.inputSpan{
	height:34px; 
	float:left;
}

.inputSpan2{
	height:90px; 
	float:left;
}

.button{
	border:1px solid #333333;
	float:right;
}

#footer{
	height:15px;
	text-align:center;
	margin-top:15px;
	width:710px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../img/footer.jpg);
	font-size:10px;
	padding-top:6px;
	color:#333333;
}

#footer a{
	color:#131313;
}

#footer a:hover{
	color:#666666;
	text-decoration:none;
}
#formDiv span.req input.fout, #formDiv span.req textarea.fout
{
	border-color:red;
}
