/*-----------------------------------------------------------------------------
author:    www.3rdstudio.com
           511 W Chestnut
		   Yakima WA 98902
		   509.972.1600
-----------------------------------------------------------------------------*/


/* =Yugm Contact Page
-----------------------------------------------------------------------------*/
table tr td {
	margin:0 0 15px 0;
	padding:5px 0 0 0;
	border-top:#50440d solid 2px;
	}

#leftCol {
	width:300px;
	padding:0 15px 0 0;
	}
	
#rightCol {
	float:left;
	width:400px;
	}

.form {
	padding:0 0 10px 0;
	}	
	
#content label {
	font-weight:bold;
	}	

#content input, #content textarea, #content select {
	padding:3px 2px 3px 2px;
	border: 1px solid #ffffff;
	background:#d9d6c7;
	color:#000000;
	}
	
#content textarea {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:100%;
	}

#content select {
		padding:0 0 0 2px;
		border: 1px solid #bcbaae;
	}

#content option {
		padding:0 10px 0 0;
	}
	
#content input#submit {
	padding:5px;
	background: url(../img/submitBtnBg.gif) repeat-x #849765 ;
	color:#FFFFFF;
	font-weight:bold;
	}