@charset "utf-8";
/* CSS Document */

.cform label{
	font-size:12px;
	color:#666;
	background:#ececec;
}
.cform input,
.cform textarea,
.cform select {
	margin:0 0 8px 0;
	padding:3px;
	background: #fff;
	border:none;
	border-top: 1px solid #f0f0f0;
	vertical-align:top;

}
.cform input:hover,
.cform textarea:hover,
.cform select:hover	{
	background:#CEDDDF;
}

.cform input:focus,
.cform textarea:focus,
.cform select:focus	{
	background:#F3F8F8;
}

.cform .cf-box-title{
	font-size:12px !important;
	letter-spacing:normal !important;
	color:#666;
	background:#ececec !important;
	padding:2px;
}

.linklove{
	display:none !important;
}