form 	{
margin : 0;
padding : 0;
}

fieldset {
margin : 20px;
padding : 1em;
border : 1px solid #ccc;
}

	fieldset div br {
	display : none;
	}

/* 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;
}

#fm-submit {
clear : both;
padding-top : 1em;
text-align : center;
}

fieldset div {
margin : 0;
padding : 0;
}

	fieldset div input {
	width: 200px; /* Width for modern browsers */
	border : 1px solid #900;
	padding : 1px;
	}
	
	fieldset div select {
	font-family : "Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;
	font-size : 100%;
	width: 200px; /* Width for modern browsers */
	border : 1px solid #900;
	padding : 1px;
	}
						
	fieldset div label:before {
	content: "* ";
	}

input, textarea { padding : 3px; font : 100% Tahoma, Verdana, "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif; background : #f2f2f2; border : 1px solid #000; color : #666; }
input:hover, textarea:hover, input:active, textarea:active, input:focus, textarea:focus { background : #fff; border-color : #c00; color : #000; } 
fieldset input, fieldset textarea { width : 300px; }
fieldset[id="fm-radio"] input { width : auto; border : 0px solid #fff; }
textarea { height : 300px; }

input[name="submit"], input[name="post"], input[id="go"] { width : auto; padding : 0 .25em; color : #fff; border : 2px double #900; border-top-color : #f90000; background-color : #c00; font : bold 82% "Lucida Grande", "Lucida Sans Unicode", Verdana, Heletica, Arial, sans-serif; text-transform : uppercase; }
input[name="submit"]:hover, input[name="post"]:hover, input[id="go"]:hover { width : auto; padding : 0 .25em; color : #fff; border : 2px double #c00; border-top-color : #ff6c6c; background-color : #f00; font : bold 82% "Lucida Grande", "Lucida Sans Unicode", Verdana, Heletica, Arial, sans-serif; text-transform : uppercase; }

form { margin : .5em 20px; }
form div { padding : .5em 0; }

label { margin-bottom : .5em; }
label, label span { display : block; }

