ol.cf-ol {
	list-style: none;
	padding: 0;
}
ol.cf-ol label {
	display: block;
}
ol.cf-ol input, ol.cf-ol textarea  {
	width: 200px;
	height: 14px;
	padding: 4px;
	border: 1px solid #303030;
}
ol.cf-ol textarea {
	height: 100px;
}
ol.cf-ol input:hover, ol.cf-ol textarea:hover {
	border-color: #811a1a
}
fieldset.cf_hidden {
	display: none;
}
input.sendbutton {
	height: 29px;
	background: url(../images/backgrounds/submit-button.jpg) no-repeat left top;
	border: 0;
	padding: 0 10px;
	color: #fff;
	cursor: pointer;
	font-size: 11px;
	
}
input.sendbutton:hover {
	background-position: left bottom;
}
#sidebar-contact {
	margin: 40px 0 70px 5px;
}
#sidebar-contact label, #sidebar-contact .reqtxt, #sidebar-contact .emailreqtxt {
	display: none;
}
#sidebar-contact input, #sidebar-contact textarea {
	border: 1px solid #dbdbdb;
	color: #909090;
	width: 270px;
	margin-top: 1px;
} 
#sidebar-contact .sendbutton {
	width: auto;
	color: #fff;
}