	/* ----------- stylized ----------- */
	.cform {
		margin:0 auto;
		width:500px;
		padding:14px;
		margin-bottom: 2em;
	}
	.cform h1 {
		font-size:14px;
		font-weight:bold;
		margin-bottom:8px;
	}
	.cform p{
		color:#666666;
		margin-bottom:20px; 
		padding-bottom:10px;
		clear: both;
	}

.cform .sendbutton {
margin-left: 190px;
}

	.cform label{
		display:block;
		font-weight:bold;
		text-align:right;
		width:180px;
		float:left;
		clear: both;
	}
	.cform .small{
		color:#666666;
		display:block;
		font-size:11px;
		font-weight:normal;
		text-align:right;
		width:180px;
	}
	.cform input,
	.cform textarea {
		float:left;
		font-size:12px;
		padding:4px 2px;
		border:solid 1px #ccc;
		width:260px;
		margin:2px 0 20px 10px;
	}
	
	
	
	.cform button{ 
		clear:both;
		margin-left:150px;
		width:125px;
		height:31px;
		background:#666666 url(images/submit.png) no-repeat;
		text-align:center;
		line-height:31px;
		color:#FFFFFF;
		font-size:11px;
		font-weight:bold;
	}

.cf_info p {
padding: 1em;
background: #ffc;
border: 1px solid #ccc;
}

.cform ol {

	margin: 0;
	padding: 0;
	list-style: none;
}

.cform .emailreqtxt, 
.cform .reqtxt,
.cform fieldset,
.cform legend,
.cform br
 {display:none;}