/* =Forms
----------------------------------------------- */

label { 
	background: transparent;
	color: #653C38;
	display: block;
}

label span { 
	background: transparent;
	color: #986D66;
	font-size: .9em;
	text-transform: uppercase;
}

input, textarea {
	background: transparent url(images/form_inputtext.jpg) repeat-x 0 0;
	border: 1px solid #e1e1e1;
	color: #960;
	display: block;
	font: .9em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	margin-top: .5em;
	padding: 2px;
}

input.buttons {
	width: 50px;
	background: transparent url(images/form_inputtext.jpg) repeat-x 0 0;
	border: 4px solid #e1e1e1;
	color: #333;
}

input.checkbox {
	width: 14px;
	background: transparent #FFF5BD;
	}

select {
	background: transparent url(images/form_inputtext.jpg) repeat-x 0 0;
	border: 1px solid #e1e1e1;
	color: #960;
	display: block;
	font: .9em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	margin-top: .5em;
	padding: 2px;
}


#contactform table {
	padding-top: 40px;
	text-align: left;
}

#contactform table.options {
	padding-top: 2px;
	padding-left: 20px;
	color: #3F1F11;
	text-align: left;
	font: .9em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
}


#contactform table.options td{
	padding-top: 8px;
	padding-bottom: 8px;
}

#contactform table td {
	padding: 0 10px 10px 0;
}

#contactform-firstname, #contactform-phone, #contactform-city, #contactform-zip, #contactform-country {
	width: 200px;
}

#contactform-lastname {
	width: 210px;
}
#contactform-state {
	width: 40px;
}

#contactform-email {
	width: 210px;
}

#contactform-zip {
	width: 100px;
}

#contactform-purposeother textarea {
	font: .9em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
}


#contactform-address, #contactform-message {
	width: 430px;
}

#contactform-message {
	height: 140px;
	background: transparent url(images/form_inputtext.jpg) repeat-x 0 0;
	border: 1px solid #e1e1e1;
	color: #960;
	display: block;
	font: .9em "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	margin-top: .5em;
	padding: 2px;
}

#subscribe-name, #subscribe-email {
	width: 200px;
}

input.imagesubmit {
	border: none;
	margin: 0;
	padding: 0;
}
