form {
	margin: 0;
	padding: 0;
	}


fieldset div input, fieldset div textarea {
	width: 150px;
	border-top: 1px solid #555;
	border-left: 1px solid #555;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 1px;
	color: #333;
	}


#fm-submit {
	float:left;
	text-align: center;
	}

#address {float:left;}
#response {float:left}

#fm-submit input {
	border: 1px solid #333;
	padding: 2px 1em;
	background: #555;
	color: #fff;
	font-size: 100%;
	}

input:focus, textarea:focus {
	background: #efefef;
	color: #000;
	font: 12px arial,verdana,sans-serif;
}
input, textarea {
	font: 12px arial,verdana,sans-serif;
}

	
/* required fields - does not work in IE */
fieldset div.fm-req {
	font-weight: bold;
}

fieldset div.fm-req label:before {
	content: "* "; /* does not work in IE */
}

/* Basic page styling, not part of the form example */

body 	{
	padding: 0;
	margin: 0px;
	color: #ffffff;
	background: #17181a  url(../images/back.jpg) no-repeat top center;
	font: 12px Helvetica, sans-serif;
	text-align: center;
	}

#container {
	margin: 0 auto;
	width: 900px;
	text-align: left;
	}

p#fm-intro {
	margin: 0;
	}

#yellow_line {width: 900px; height:6px; background:#f9d45c; overflow:hidden; margin-bottom:75px;}
.line {height:6px; background:#f9d45c; overflow:hidden;}

#left {width:40%; float:left; color:#ffffff; min-height:300px; font-weight:bold;}
#right {width:55%; float:right; font-weight:bold;}

#footer {clear:both; margin:75px 0px 25px 0px; text-align:right; font-weight:bold; color:#353738;}

.logo {margin-top:100px; margin-bottom:40px;}
.clear {clear:both;}
p {margin:3px 0px 3px 0px; line-height:18px;}

h1 {margin:0px; font-size:20px}
H2 {margin:0px; font-size:47px;}
h3 {margin:0px; font-size:30px;}

a:link {color: #ffffff; text-decoration:none;}
a:visited {color: #ffffff; text-decoration:none;}
a:active {color: #ffffff;}
a:hover {color: #DADADA;}

a.foot:link {color: #353738; text-decoration:none;}
a.foot:visited {color: #353738; text-decoration:none;}
a.foot:active {color: #353738;}
a.foot:hover {color: #606263;}