/*-----------------------------------------------------------------------------
author:    www.danielwriter.com
-----------------------------------------------------------------------------*/


/* =Seth Ingham Contact
-----------------------------------------------------------------------------*/
#h1Contact {
	width:800px;
	height:49px;
	background:url(../img/h1Contact.gif) no-repeat;
	position:absolute;
	}
	
#sent {
	padding:20px;
	background:#011f3d url(../img/inputBg.gif) repeat-x;
	border: 1px solid #010a13;
	color:#ffffff;
	font-weight:bold;
	margin:0 0 20px 0;
	text-align:center;
	}
	
	#formWrapper {
	float:right;
	padding:0 0 0 20px;
	width:475px;
	}
	
textarea {
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:100%;
	}
	
input, textarea {
	padding:3px 2px 3px 2px;
	background:#011f3d url(../img/inputBg.gif) repeat-x;
	border: 1px solid #010a13;
	color:#ffffff;
	width:470px;
	}
	
input#submit {
	padding:3px 5px;
	background:#f76f02 url(../img/contactBtnBg.gif) repeat-x;
	color:#000000;
	font-weight:bold;
	border: 1px solid #000000;
	width:150px;
	}

	
	

	
