/* CSS Document */

/* label,input	{margin-bottom: 10px;
		width: 120px;
		float: left;
		display: block;
		}
label {
	text-align: right;
	color:#FFF;
	width: 75px;
	
}
br {
	clear: left;
}
.submit input
{
color: #000;
background: #DD5050;
}
fieldset
{
	padding:1em;
	border: 1px solid #FF0000;
	
}

legend
{
padding:4px;
border: 1px solid #FF0000;
font-size:12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}


*/

form {
margin : 0;
padding : 0;
}

fieldset {
padding-left:1.5em;
border : 1px solid #DD5050;

}

	fieldset div br {
	display : none;
	}

/* Style the legend, labels and the div containing the submit button. */

legend {display:none;
font-size : 11px;
border:1px solid #DD5050;
font-family: Verdana, Arial, Helvetica, sans-serif;
color : #DD5050;
margin : 0;
padding : 0.5em;
}

label {
display : block;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
padding-top:10px;
color : #DD5050;
}
label.party {
				display: inline;
				}

#fm-submit {
clear : both;margin-bottom:10px;
}

/*APPFORM FORM STYLES*/
#radio label {display: inline;
}
option {
fieldset.appFieldSet {
	font-family: 'Trebuchet MS', Arial, sans-serif;
	font-size: 10px;
	border: thin solid #DD5050;;
	padding: 10px;
	margin: 10px 0 10px 0;
	}
legend.appForm {
	
	/*font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;*/
	background-color: #fff;
	border: 1px dotted #DD5050;
	padding: 5px;
	color: #DD5050;
	display: inline;
}
select.choose
		{
		color:#DD5050;
		font-size:11px; 
		margin-left: 5px;
		border: 1px solid #DD5050;}
		
.appField {
	font-family: 'Trebuchet MS', Arial, sans-serif;
	font-size: 10px;
	color:#DD5050;
	padding: 3px;
	border: 1px solid #DD5050;
	display: block;
	vertical-align: text-top;
	text-align: left;
	width: 17em;
	margin-left: 5px;
}

.appSubmit input {
color: #fff;
background: #DD5050;
border: 2px outset #d7b9c9;
margin-left: 5px;
} 