.cform {display: inline;}
.cform fieldset {border: 0px none; margin: 0px; padding: 0px;}
.cform legend {display: none;}

ol.cf-ol {padding:0px; margin: 0px;}
ol.cf-ol li {margin: 10px 0px !important; padding: 0px; list-style: none; text-align: left;}

ol.cf-ol li.textonly {padding: 3px 0px; text-align: center;}

.cform label {display: block; margin-bottom: 2px;}
.cform label span { background: url(quote_arrow.gif) no-repeat left center; padding-left: 10px; }
.cform label em {color: #EB340A; font-weight: bold; font-style: normal;}

.cform input,
.cform textarea,
.cform select {
    padding: 1px;
    margin: 0px;
    background: #fff;
    border: 1px solid #b6b6b6;
}
.cform input:focus,
.cform textarea:focus,
.cform select:focus
{
    background: #fff;
    outline: 0;
}
.cform input,
.cform textarea {
    width: 155px;
}
.cform textarea {overflow: auto;}
.cform select {width:155px;}

span .reqtxt,
span .emailreqtxt {display:none !important;}

.cform .cf_error {border:1px solid #ff0000 !important; padding:1px;}

div.cf_info {
	color:#333;
	display:none;
	padding:10px 15px!important;
	line-height:1.3em;
	margin:10px auto;
}
div.cf_info ol {
	margin:0;
	padding:5px 0px 0 0px;
}
div.cf_info ol li {
	padding:1px 0;
	margin:2px 0;
        border: 0px none;
        background: transparent;
}
div.cf_info a	{
	color:#ad2929!important;
	text-decoration:underline!important;
}

div.success {
	background:#F7F7F7 none repeat scroll 0% 50%;
	color:#444444;
	display:block;
}
div.failure {
	display:block;
	background:#FFDFDF;
	border-color:#DF7D7D;
	border-style:solid;
	border-width:1px;
}
div.waiting {
	background:#F9F9F9;
	color:#AAAAAA;
	display:block;
}

p.cf-sb {margin: 0px; padding: 10px 0px; text-align: right;}
.cform input.sendbutton {margin: 0px; padding: 0px; width: 71px; background:transparent url(submit_btn.gif) no-repeat top left; border: 0px none; }
.cform input.sendbutton:hover {background:transparent url(submit_btn.gif) no-repeat bottom left;}

.linklove {display: none;}
