/* ############################################################################
   ##
   ##  Extranet Website Stylesheet
   ##
   ######################################################################### */

/* ####################################
   HTML Element Styles
   ################################## */

#ContactForm {
	margin: 0px 0px 20px 0px;
	padding: 0px;
	
	border-bottom: 1px solid white;
}

	#ContactForm table.formtable {
		width: 100%;
	}
	
	#ContactForm table.formtable td {
		margin: 5px 0px;
		padding: 5px 0px;
		width: 50%;
		border-top: 1px solid #eeeeee;
	}
	
	#ContactForm input.radio {
		border: none;
	}
	
	#ContactForm input.text {
		width: 200px;
		font-size: 91.7%;
	}
	
	#ContactForm select {
		width: 200px;
		font-family: arial, helvetica, sans-serif;
		font-size: 91.7%;
		border: #cccccc 1px solid;
		background-color: #ffffff;
		padding-left: 3px;
		padding-right: 3px;
		padding-top: 1px;
		padding-bottom: 1px;
		color: #323232;
		margin-top: 0;
		margin-bottom: 0;
	}
	
	#ContactForm textarea {
		width: 200px;
		height: 125px;
		font-size: 91.7%;
	}
	
	#ContactForm input.submit {
		display: inline;
		width: 60px;
		height: 23px;
		font-family: Arial;
		font-size: 83.5%;
		font-weight: bold;
		color: #ffffff;
		text-transform: uppercase;
		background: url(/images/templates/b_submit_button_60.gif) top left no-repeat;
		border: none;
	}
	
#FormErrorMessage {
	margin: 0px 0px 10px 0px;
	padding: 10px 20px 0px 20px;
	color: #EC5F35;
	border: 1px solid #eeeeee;
}