SPAN.mandatory {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF6600;
}
FIELDSET.contacts {
	width: 698px;
	padding: 20px;
  }
FIELDSET.contacts LEGEND {
	padding: 5px 10px 5px 10px;
	font-size: 16px;
	font-weight: bold;
  }
FIELDSET.contacts LABEL {
	margin-top: 0px;
	margin-right: 5px;
	padding-top: 0;
	text-align: right;
	font-weight: bold;
	display: inline;
	top:0px;
  }
FIELDSET.contacts INPUT,
FIELDSET.contacts SELECT,
FIELDSET.contacts TEXTAREA {
	margin: 0px 0px 15px 0px;
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, Geneva, Swiss, Sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #006496;
	border-top: 2px solid #006496;
	border-right: 2px solid #B2D0DF;
	border-bottom: 2px solid #B2D0DF;
	border-left: 2px solid #006496;
	background: #E5EFF4;	
  }
	FIELDSET.contacts INPUT.sub {
		background: url(/image/field_submit.gif) repeat-x 0px 0px #006496;
		font-family: "Trebuchet MS";
		font-size: 12px;
		font-weight: bold;
		color: #FFF;
		margin: 0px 0px 0px 0px;
		padding: 0px 4px 0px 4px;
		border: 2px solid #006496;
		vertical-align: top;
	}	
	FIELDSET.contacts INPUT.sub:hover {
		background: url(/image/field_submit.gif) repeat-x 0px -70px #FF6600;
		border: 2px solid #FF6600;
		cursor: hand;
		cursor: pointer;
	}
	
	FIELDSET.contacts INPUT.missing,
	FIELDSET.contacts SELECT.missing,
	FIELDSET.contacts TEXTAREA.missing {
		margin: 0px 0px 15px 0px;
	    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, Geneva, Swiss, Sans-serif;
		font-size: 14px;
		font-weight: bold;
		color: #006496;
		border-top: 2px solid #FF6600;
		border-right: 2px solid #FF6600;
		border-bottom: 2px solid #FF6600;
		border-left: 2px solid #FF6600;
		background: #FFECE0;	
	}	
	
	
	DIV.missing {
		padding: 0px 10px 0px 10px;
		margin: 15px 0px 15px 20%;
		font-size: 14px;
		background: #FFECE0;
		border: 2px dotted #FF6600;
	}	
		DIV.missing IMG {
			vertical-align: middle;
		}
		DIV.missing B {
			color: #FF6600;
		}		
