.cform {
	width:260px;
	
}
.cform legend{
	font-size:18px;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#555;
	margin:10px 0 5px 0;
	
}
.cform ul, .cform ol{
	list-style:none;
	margin:0;
	width:250px;
}
.cform ul li, .cform ol li {
	margin:0px 0 10px 0;
}
.cform .reqtxt, .cform .emailreqtxt{
	font-size:10px;
	color:#666;
}
.cform label {
	font-family:Arial, Helvetica, sans-serif;
	display:block;
	margin:0 0 5px 0;
	font-size:13px;
	font-weight:bold;
}
.cform input, .cform textarea, .cform select {
	background:url(images/form_grad.jpg) top left repeat-x #fff;
	width:250px;
	color:#666666;
	padding:2px;
	letter-spacing:0.05em;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;	
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	font-size:12px;
	
}
.cform select { /* compensate for there being no padding on the right due to the button */
 width:260px;
}
.cform textarea{
	height:50px;
}

.cform input:hover, .cform textarea:hover, .cform select:hover {
	border:1px solid #999;	
}
.cform input:focus, .cform textarea:focus, .cform select:focus {
	border:1px solid #666;
}
.cform input:disabled, .cform textarea:disabled, .cform select:disabled{
	color:#aaa;
}
.cform .sendbutton{
	color:#666666;
	background:#ccc;
	width:77px;
}
.message {
	display:none;
}
.failure{
	margin:10px 0;
	padding:5px;
	border: #CC0000 1px solid;
	background: #ffebe8;
}
.waiting{
	margin:10px 0;
	padding:5px;
	border: #e6db55 1px solid;
	background: #ffffe0;
}
.success {
	margin:10px 0;
	padding:5px;
	border: #e6db55 1px solid;
	background: #ffffe0;
}
.linklove{
	display:none;
}
.cf_hidden{
	display:none;
}
.cform .cf_li_err label{
	font-weight:bold;
}

.cform .cf_error{
	border:#CC0000 1px solid;
}