/* GENERIC FORM STYLING */
#content form {
	width:500px;
}

#content li {
		list-style-image: none;
		margin-bottom: 0px;
		margin-top: 0px;
		padding-left: 2px;
		margin-left: 10px;
}
	#content form fieldset {
		border:0;
		padding:1px;
	}
		#content .message {
			color:#ffffff;
			background:#000000;
			border:1px solid #ccc;
			padding:5px;
			margin:5px;
		}
		#content span.message {
			width: 320px;
		}
		#content form div {
			margin-top:10px;
			width:100%;
		}
		
		#content form label {
			margin-top: 2px;
			font-size:1em;
			color:#C52620;
		}
			#content form label.left {
				float:left;
				width:27em;
				display:inline;
			}
			#content form label.FormHeading {
				font-size:1em;
				color:#C52620;
				font-weight:bold;
			}
		#content form input.text,
		#content form textarea,
		#content form select {
			width:300px;
			color:#676767;
			background:#f8f8f8;
			border:1px solid #C52620;
			padding:2px;
		}
		
		#content form input.numeric {
			width:20px;
			background:#f0f0f0;
			border:1px solid #aaa;
			padding:3px;
			color:#676767;
			margin-right:4px;
		}
		#content form input.year {
			width:35px;
		}
		#content form p.Actions {
			text-align:right;
			padding:0 22px 15px 0;
		}
			#content form p.Actions input {
				padding:2px;
			}
			
#content form input.action {
	font-weight: bold;
	color: #C52620;
	border: 1px solid #C52620;
}

#content .contactinfo {
	color: #C52620;
	font-size: 12px;
	font-weight: bold;
}

#content .border {
	border: 3px solid #C52620;
	padding: 10px;
}
			
/* SEARCH FORM STYLING */

#Search form fieldset {border: none;}			
#Search form {float:left; width:180px;	margin:0px;}
#Search form * {display:inline !important;}
#Search form div {}
#Search form input.text {width:110px; color:#006666; background:#f0f0f0; border:1px solid #aaa;	padding:3px; margin-right: 5px;}
#Search form input.action {font-weight:bold;}