
/* Undo some of the styling cforms does by default without changin the cforms.css */
.cform fieldset
{
	background-color: Transparent;
	border: none;
	padding: 0px;
}

.linklove, .cform legend
{
	display: none;
}

p.cf-sb
{
	text-align: center;
	margin-right: 40px;
}

.cform input:hover,
.cform textarea:hover,
.cform select:hover
{
	background: transparent;
}

.cform label
{
	width:100px;
}
