/* ------------ FORMS ------------ */

form, fieldset, legend { color: #555; /* DEFINE YOUR TEXT COLOR */ }

input, textarea, label, fieldset, legend { 
	font-family: Georgia, Times, Times New Roman;
	font-size: 100%; 
}

.long {
	width: 396px;
	background: #fcfcfc; 
	border: 1px solid #444; 
}

select.long { 
	width: 400px;
}

input#submit {
	background: #ddd; 
	border: 1px solid #666; 
	width: 150px; 
	padding: 2px 0;
}

/* Hide from IE Mac \*/
input, textarea { padding: 2px; }
/* End hide from IE Mac */

fieldset, legend {
	border: none;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

fieldset { margin: 15px 0; }

fieldset label { font-weight: normal; }

legend { *margin-left: -5px; /* targets IE6 and 7 */ }

label { font-weight: bold;}


</style>

