/*                                                    */
/* pls be acreful with what you change or add in here */
/*                                                    */

div.cforms {
	margin: 20px auto 40px auto;
}

div.cforms  form {
	float: left;
	width: 100%;
}

div.cforms div.inputfield {
	position: relative;
}

div.cforms label {   /* form labels */
	font: normal 12px 'Trebuchet MS', Tahoma, Arial, Serif;
	display: block;
	float: left;
	clear: left;
	width: 25%;
	text-align: right;
	margin-top:3px;
}

div.cforms div.inputfield input, div.cforms div.inputfield textarea { /* form fields */
	font: normal 12px 'Trebuchet MS', Tahoma, Arial, Serif;
	padding: 0 3px;
	float: left;
	margin: 2px 0 2px 10px;
}

div.cforms div.inputfield input {
	width: 40%;
}

div.cforms div.inputfield textarea {
	width: 50%;
}

div.cforms div.inputfield input.sendbutton {
	width: auto !important;
	padding: 2px;
  background: #f3f3f3!important;
  border: 1px solid #888888!important;
  position:relative; left:25%;
}

div.cforms div.info {
	margin-bottom: 10px;
	text-align: center;
}

span.required {
  top:3px;
  position:relative;
}

div.cforms .error {
	border: 1px solid #FF0000 !important;
	padding: 1px;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
/* End hide from IE-mac */
