form 	{
margin : 0;
padding : 0;
}

{
margin : 0;
padding : 1em;
border : 1px solid #ccc;
}

	div br {
	display : none;
}
	
.fildsetheader {
font-weight: normal;
letter-spacing: -1px;
text-transform: lowercase;
font-size: 18pt;
color: #66000F;
font-family: "trebuchet ms", helvetica, sans-serif;
}

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

legend {
font-weight : bold;
color : #333;
margin : 0;
padding : 0.5em;
}

label {
display : block;
background-color: #fff;
color: #000000;
font-size: 9pt;
font-weight: bold;
font-family: "trebuchet ms", helvetica, sans-serif;
}


div {
margin : 0;
padding : 0;
}

	div.fm-optional {
	display : block;
	font-size: 9pt;
	}

	div input {
	width: 250px; /* Width for modern browsers */
	border : 1px solid #900;
	font-family : "trebuchet ms", helvetica, sans-serif;
	font-size: 9pt;
	padding : 1px;
	}
	
	div textarea {
	width: 250px; /* Width for modern browsers */
	border : 1px solid #900;
	font-family : "trebuchet ms", helvetica, sans-serif;
	font-size: 9pt;
	padding : 1px;
	}
	
	.button {
	width: 100px; /* Width for modern browsers */
	border : 1px solid #900;
	color: #000000;
	font-size: 11pt;
	font-weight: bold;
	font-family: "trebuchet ms", helvetica, sans-serif;
	}
	
	div select {
	font-family : "trebuchet ms", helvetica, sans-serif;
	font-size : 100%;
	width: 250px; /* Width for modern browsers */
	border : 1px solid #900;
	padding : 1px;
	}
						
	div label:before {
	content: "*";
	}

		div.fm-optional label:before {
		content: "";
		}
	
/* Optional fields. */

.fm-optional input {
border : 1px solid #ccc;
}