/*-----------------------------------------------------------------------------
author:    www.danielwriter.com
-----------------------------------------------------------------------------*/

/* =Contact page
-----------------------------------------------------------------------------*/
#h2Contact {
	background:url(../img/h2Contact.jpg) no-repeat;
	position:absolute;
	height:30px;
	width:400px;
	}
	
#content img {
	border:#000a13 solid 1px;
	margin:0 0 20px 0;
	}
	
#addressInfo {
	font-size:120%;
	}
	
#formWrapper {
	float:right;
	padding:0 0 0 20px;
	width:500px;
	}
	
textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	}
	
input, textarea {
	padding:3px 2px 3px 2px;
	background:#102730;
	border: 1px solid #000a13;
	color:#ffffff;
	width:500px;
	}
	
input#submit {
	padding:3px 5px;
	background:none;
	background-color:#e6d369;	
	color:#000a13;
	font-weight:bold;
	border: 1px solid #000a13;
	width:150px;
	}