* {
	padding:0;
	margin:0;
}

a, input {
	outline:none;
	
}

a {
color:#fffba7;
text-decoration:none;
}
a:hover {
text-decoration:underline;
}

img {
max-width:482px;
}

a img {
border:none;
}

body {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	background:#000;
	
}

h2 {
text-transform:uppercase;
color:#fffba7;
font-size:30px;
padding-top:6px;
font-family:"Century Gothic",Arial, Helvetica, sans-serif;
font-weight:normal;
}

h4 {
color:#575c61;
font-weight:normal;
font-size:17px;
}

p {
padding-top:6px;
color:#fff;
font-size:11px;
padding-bottom:20px;
}

#content {
width:482px;
margin:0 auto;
text-align:left;
background:#000;
border-width:0px !important;
}

#formDiv {
	padding:8px;
	background:#ddd;
}

#formDiv h3 {
	color:#565454;
	font-weight:normal;
	font-size:16px;	
	padding:3px 0 17px;
}

#formDiv input, #formDiv textarea {
	font-size:12px;
	color:#7aa393;
	padding:6px 5px;
}

#formDiv textarea {
height:100px;
}

#field_name {
float:left;
width:220px;
border:none;
border-width:0px !important;
}

#field_email {
float:left;
width:220px;
border:none;
position:relative;
left:5px;
border-width:0px !important;
}

#field_subject {
width:455px;
border:none;
clear:both;
margin-top:5px;
border-width:0px !important;
}

#field_message {
margin-top:5px;
width:455px;
border:none;
font-family:Arial, Helvetica, sans-serif;
border-width:0px !important;
}

#field_submit {
	position:relative;
	left:162px;
	top:10px;
	margin-bottom:6px;
}
