/*/////////////////////////////////
		Contact Form
/////////////////////////////////*/
#conForm {
	width:860px;
	padding-bottom: 80px;
	padding-left:20px;
}
fieldset {
	border:none;
	margin-right:20px;
	position:relative;
}
legend {
	display:none;
}
fieldset.last {
	margin-right:0px;
}
label{
	font-size: 1.2em;
	color:#4d2e0c;
	display:block;
	float:left;
	position:relative;
}
.groupLabel{
	font-size: 1.2em;
	color:#4d2e0c;
}
fieldset input {
	float:left;
	margin-bottom:20px;
	height:30px;
	padding-top:8px;
	font-size: 1.2em;
}
#conForm .long, fieldset{
	width:412px;
	float:left;
}
#conForm input.long {
	background: transparent url(/media/images/formLong.gif) 0 0 no-repeat;
	border:none;
}
#conForm .short{
	width:196px;
}
div.half {
	float:left;
	display:block;
	width:196px;	
}
div.right {
	float:right
}
#conForm input.short{
	width:190px;
	background: transparent url(/media/images/formShort.gif) 0 0 no-repeat;
	border:none;
}
#conForm textarea {
	height: 120px;
	background: transparent url(/media/images/formArea.jpg) 0 0 no-repeat;
	border:none;
}
#conSubmit, #subContainer input {
	float:right;
	clear:both;
	height:19px;
	width:93px;
	border:none;
	cursor:pointer;
	position:relative;
	left:-15px;
}
#subContainer {
	height:19px;
	overflow:hidden;
	width:100%;
	padding:0px;
	clear:both;
	display:block;
}
.questions {
	padding-top:30px;
}
#response {
	font-weight:bold;
	display:block;
	position:relative;
	top:-60px;
	left:-80px;
	text-align:right;
	float:right;
	width: 430px;
	font-size:.75em;
}
#response h4{
	font-weight:bold;
	color:#4b2703;
	font-size: 2em;
	display:inline;
}
/*/////////////////////////////////
		customRadio Buttons
/////////////////////////////////*/

#radContainer {
	position:relative;
	top:0;
	left:0;
	height:27px;
}
/* pre - Javascript */
#radContainer span, #radContainer input {
	display:block;
	float:left;
	width: 20px;
	margin-right:25px;
	height:27px;
	position:relative;
	padding-top:0px;
	outline:none;
}
#radContainer label{
	display:none;
}
#radContainer span {
	padding-top:5px;
	height:22px;
	width: 60px;
}
#radContainer input {
	cursor: pointer;
}

/* post - Javascript */
#radContainer.styled input {
	width: 70px;
	height:27px;
	z-index: 4;
	margin: 0 0 0 -108px;
	filter:alpha(opacity=00);
	-moz-opacity: 0.00;
	opacity: 0.00;
}
#radContainer.styled span {
	width: 70px;
	height:0px;
	padding-top:27px;
	overflow:hidden;
	background: 0 0 no-repeat;
	z-index: 1;
}
#radContainer.styled #r-aspen{
	background-image: url(/media/images/form_aspen.gif); 
}
#radContainer.styled #r-spruce{
	background-image: url(/media/images/form_spruce.gif); 
}
#radContainer.styled #r-cotton{
	background-image: url(/media/images/form_cottonwood.gif); 
	width: 100px;
}

#radContainer.styled span.selected {
	background-position: 0 -27px;
}

#radContainer.macff input {
	position:relative;
	left:-12px;
	padding-top:5px;
	height:22px;
}
#radContainer.macff #sel_cotton{
	position:relative;
	left:20px;
}



/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

