/*-----------------------------------------------------------------------------
author:    www.3rdstudio.com
           511 W Chestnut
		   Yakima WA 98902
		   509.972.1600
-----------------------------------------------------------------------------*/


/* =Draper Contact Page
-----------------------------------------------------------------------------*/
#contactH1 {
	background:url(../img/contactH1.gif) no-repeat;
	position:absolute;
	width:111px;
	height:31px;
	}

p#otherForms {
	font-size:120%;
	}
	
#formWrapper {
	float:right;
	padding:0 0 0 20px;
	width:400px;
	}
	
td {
	padding:0 10px 0 0;
	}


.form {
	padding:0 0 10px 0;
	}	
	
label {
	font-weight:bold;
	}	

input, textarea {
	padding:3px 2px 3px 2px;
	border: 1px solid #bcbaae;
	background:#f7f6f1;
	color:#684a3c;
	}
	
textarea {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:100%;
	}

select {
		padding:0 0 0 2px;
		border: 1px solid #bcbaae;
	}

option {
		padding:0 10px 0 0;
	}
	
input#submit {
	padding:5px;
	background: url(../img/submitBtnBg.gif) repeat-x #cc510c ;
	color:#FFFFFF;
	font-weight:bold;
	}

