/* ------------------ CFORMS ------------------- */


.cform {
     margin: 5px 0 0 2px;
     float: left;
     width: 100% !important;
}

ol.cf-ol {
     padding-left: 0 !important;
}
.cform li {
     list-style: none !important;
     margin-left: 0 !important;
     margin-bottom: 15px;
     padding: 0 !important;
     clear: left;
}
.cf_li_err input, .cf_li_err textarea {
     border: 1px dotted red !important;
     background: #f3f3f3;
}
.cf_info {
     background:red;
     clear:left;
     color:white;
     margin-left:23px;
     width:240px;
     text-align:center;
}
.cform li input {
     clear: both;
}


/* Normal input field label */
.cform li label, .cf-box-title {
     clear:both;
     display:block;
     float:left;
     width:100px;
     text-align: left;
     line-height: 1.4em;
}


.cform li input, .cform li textarea, .cform li select {
     border: 1px solid silver;
     margin:2px 6px 8px 0;
     padding:5px;
     width:400px;
     background: #f6f6f6;
     -moz-box-shadow: 1px 1px 4px #ddd;
     -webkit-box-shadow: 1px 1px 4px #ddd;
     box-shadow: 1px 1px 4px #ddd;
}





#sidebar .cform li {
	border: none;
}


.cform li span {
     font-size: 13px;
     padding-bottom: 4px;
     line-height: 1.3em;
}

.cform li span.reqtxt, .cform li span.emailreqtxt {
     font-size: 12px;
}


/* Radio button name desc */
.cform .cf-after label {
	width: 50px;
}


/* Radio buttons etc. title */
.cform .cf-box-title {
     float: left;
     display: block;
     height: 16px;
     width: 100px;
     margin: 0 20px 0 0;
     padding: 0;
     line-height: 1.4em;
}


.cform .cf-box-group, .cform .cf-box-group li {
     float: left;
     clear: none;
}


/* radio buttons */

.cform ol.cf-ol li.cf-box-group {
     width: 300px;
     margin: 0 0 0 20px !important;
}

.cform ol.cf-ol li.cf-box-group .cf-after {
	padding: 6px 0 0 3px;
	width: 50px;
}


ol.cf-ol li.cf-box-title  {
	font-weight: normal;
	font-size: 13px;
	letter-spacing: 0;
}




.cform .cf-box-group input {
     width: auto;
     float: left;
     clear: none;
     border: none;
}

.cform .cf-box-group label { /* Radio buttons title */
     clear: none;
}

.cform .cf-after { /* radio buttons label */
     float: left;
     margin: 0 12px 0 3px;
}

.cform .cf-sb input { /* submit button */
     padding: 6px 6px;
     width: 100px;
	margin-right: 60px;
}

.cform select {
     width: 100%;
     margin: 0 0 8px 0;
}

.cf_hidden { 
   display: none;
}

.linklove {
     display: none !important;
}

p.cf-sb {
	clear:left;
	float:left;
	margin: 5px 0 0 42px;
	width:140px;
	}

.cform input.backbutton, .cform input.resetbutton, .cform input.sendbutton {
	cursor: pointer !important;
	margin-top: 0;
	}

.service .cform label span {
     font-size: 12px;
	}

.cform input.cf_upload {
     -moz-background-clip:border;
     -moz-background-inline-policy:continuous;
     -moz-background-origin:padding;
     background:#F9F9F9 none repeat scroll 0 0;
     border:1px solid #888888;
     width:250px;
     -moz-box-shadow: none;
     -webkit-box-shadow: none;
}



div.failure {
	margin: 10px 10px 10px 0;
	width: 100%;
}

div.cf_info.failure {
	padding: 15px 0 !important;
	font-size: 14px;
	border: none;
}

ol.cf-ol li.cf_li_err {
	border: none;
	border: 10px 0 3px 0 !important;
}


div.cf_info.success {
	font-size: 14px;
	width: 95%;
	background: #eee;
	margin: 0 0 10px 0;
	color: black;
}

ol.cf-ol li.textonly {
	background: none !important;
	text-align: left;
	font-size: 12px;
	margin-top: 20px;
	clear: left;
	float: left;
	letter-spacing: 0;
	line-height: 40px;
	font-weight: bold;
}

.cform .cf-after {
	margin: 0;
}

.cform input.cf-box-a, .cform input.cf-box-b {
	margin-left: 20px !important;
}


/* ----------- SIDEBAR MAILINGLIST -------------- */


#sidebar .cform li input.single {
	width: 235px;	
	float: left;
}

#sidebar .cform li span.reqtxt, #sidebar .cform li span.emailreqtxt {
	float: left;
	color: silver;
}

#sidebar li.cf-box-group {
	margin-left: 0 !important;
}

#sidebar p.cf-sb {
	margin: 5px 0 0 30px;
}

#sidebar .cform li span {
	padding-bottom: 0;
}

div.cf_info.success {
	background:#EEEEEE none repeat scroll 0 0;
	color:black;
	font-size:14px;
	margin:10px 0;
	width:83%;
	line-height: 1.3em;
}

