/* CSS for SoH developed forms; copyright SoH 2009 - all rights reserved */

#content form {
	margin-left:		30px;
	margin-right:		30px;
}
#orgType {
	margin: 0 2px 0 20px;
}

fieldset {
	margin: 			10px 0 0 0;
	padding: 			0;
	background:			transparent url(fieldsetbg.gif) no-repeat bottom right;
	border: 1px solid #750B6E;
}
legend {
	text-transform:		uppercase;
	font-size:			1.3em;
	padding:			5px;
	margin-left:		1em;
	color:				#ffffff;
	background:			#750B6E;
}
fieldset ol {
	padding: 			10px 10px 0 10px;
	list-style: 		none;
}
fieldset li {
	position:			relative;
	padding-bottom: 	1em;
	line-height:		3.4em;
	list-style: none;
}
textarea {
	font-size: 1.2em;
	overflow: scroll;
	border: 1px solid #333;
}
select {
	border: 1px solid #999;
	font-size: 1.3em;
	margin: 0 0 0 1em;
}

checkbox {
	display: inline;
	margin: 0 0 0 5px;
}
span.required {
	background: url(../pages/contact/required.gif);
}


fieldset#submitform {
	background-image:	none;
	border-style: 		none;
}
label {
	position:			relative;
	clear:				left;
	float:				left;
	width:				15em;
	margin-right:		5px;
	padding-right:		30px;
	line-height:		3.4em;
	text-align:			right;
}
label.required {
	background:			transparent url(../pages/contact/required.gif) no-repeat right center;
}
label span {
	position:			absolute;
	left:				-10000px;
	top:				0px;
}
p span.required {
	display:			inline-block;
	vertical-align: 	middle;
	line-height:		3.4em;
	width:				25px;
	line-height:		3.4em;
	text-indent:		-10000px;
	overflow:			hidden;
	background:			transparent url(required.gif) no-repeat center right;
}
input {
	padding:			5px;
	font-size:			1.4em;
	border:				1px solid #493F0B;
	color:				#1E1903;
	background:			#F5F6D4;
}
input.radio {
	border:				none;
	background:			transparent;
}
label.select {
	position: relative;
	top: 15px;
	float: none;
	left: 140px;
}

