<!-- fmph_form.css -->

#errorbox {border: 1px solid #000;
        margin: 0em;
        width: 25em;
        padding: 5px;}
.errorstring   { color: red; font-size: 11px; font-weight: bold; padding-bottom: 5px
 }
	#errorbox ul {
		list-style: none;
		margin-left: 0;
		padding-left: 1em;
		text-indent: -1em;
		}

	#errorbox li{
		list-style-image: none;
		list-style-type: none;
		}