/*-----------------------------------------------------------------------------
author:    www.danielwriter.com
-----------------------------------------------------------------------------*/

/* =Contact Page
-----------------------------------------------------------------------------*/
#h1Contact {
	width:400px;
	height:20px;
	background: url(../img/h1Contact.gif) no-repeat;
	position:absolute;
	}

#formWrapper {
	float:right;
	padding:0 0 0 20px;
	width:475px;
	}
	
textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	}
	
input, textarea, select {
	padding:3px 2px 3px 2px;
	background:#d6c192;
	border: 1px solid #000000;
	color:#000000;
	width:470px;
	}
	
input#submit {
	padding:3px 5px;
	background:none;
	background-color:#c10202;	
	color:#ffffff;
	font-weight:bold;
	border: 1px solid #000000;
	width:150px;
	}
	
.imgFloatLeftNoB {
	float:left;
	margin:0 0 15px 0;
	}

	
	
