

.MF_table, .MF_th, .MF_td {
	font-family:helvetica;
	font-size:11px;
}

span.requiredField {
	color:#CC0000;
	font-style:italic;
	visibility:hidden;
}


.MF_textarea, .MF_input {
	border:1px solid #CCCCCC;
	height:20px;
	margin:3px 0 0;
}

.requiredField, .error {
	color:#cc0000 !important;
}

.error {
	font-style:italic;
	padding-left:5px;
}

.MF_textarea, .MF_input 
{
	outline: none;
}

#MF_downloads {
	background:none repeat scroll 0 0 #E2E2E2;
	padding:10px;
	width:160px;
}

#MF_downloads li {
	background-image:url("/images/pdf_file_icon.gif");
	background-position:0 0.1em;
	background-repeat:no-repeat;
	padding-bottom:4px;
	padding-left:20px;
	background-attachment:
}

#MF_downloads a{
	color:#892637;
	text-decoration:none;
}

#MF_downloads a:hover {
	text-decoration:underline;
}

#MF_downloads a {
	line-height:1em;
	font-size:12px;
}

#MF_downloads ul {
	font-family:Arial,Helvetica,sans-serif;
	list-style:none outside none;
}
