/*-----------------------------------------------------------------------------
author:    www.danielwriter.com
-----------------------------------------------------------------------------*/

/* =Contact Page
-----------------------------------------------------------------------------*/
#h1Contact {
	width:378px;
	height:26px;
	position:absolute;
	background:url(../img/h1Contact.gif) no-repeat;
	}

#formWrapper {
	float:right;
	padding:0 0 0 20px;
	width:305px;
	}
	
textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	}
	
input, textarea {
	padding:3px 2px 3px 2px;
	background:url(../img/formInputBg.gif) repeat-x #d5cdb1;
	border: 1px solid #c4b890;
	color:#000000;
	width:300px;
	}
	
input#submit {
	padding:3px 5px;
	background:none;
	background-color:#022744;	
	color:#ffffff;
	font-weight:bold;
	border: 1px solid #c4b890;
	width:150px;
	}

	
	
