.cf_hidden {
	display: none;
}

.cf-sb { text-align: center; }

#cformsform p.cf-sb input.sendbutton {
	font-family: Arial,sans-serif;
	font-size: 11px;
	color: #fff;
	padding: .25em 1em;
	border: 1px solid #281138;
	background: #281138 url(btn_bg.gif) 0 -5px repeat-x;
}

#cformsform {
	position: relative;
	margin: 0;
	padding: 1em;
	background: #efeef0;
	border-top:2px solid #685d6f;
	border-bottom:2px solid #685d6f;
}
	
	#cformsform input, #cformsform textarea, #cformsform select {
		font-family: Arial,sans-serif;
		font-size: 11px;
		border: 1px solid #888;
		padding: 2px;
		color: #666;
	}
	
	span.reqtxt, span.emailreqtxt {
		display: block;
		color: #281138;
		font-style: italic;
		padding: 0 0 0 68px;
	}
	
	#cformsform ol {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
		#cformsform ol li {
			margin: .5em 0;
		}
		
			#cformsform ol li label {
				display: block;
				float: left;
				clear: left;
				width: 64px;
				font-weight: bold;
				text-align: right;
				padding-right: 4px;
				color: #4b3d54;
			}
			
	#cformsform ol li#li--4 {
		position: absolute;
		right: 30px;
		top: 11px;
	}
	
		#cformsform ol li#li--4 textarea {
			height: 80px;
		}
		
.failure {
	display: block;
	border: 1px solid #ac2424;
	padding: 1em;
	background: #FFFFB5;
	color: #ac2424;
	margin: 1em 0;
}