/*                                                    */
/* pls be acreful with what you change or add in here */
/*                                                    */

/* change formatting of response msg here*/
.success { ; background-color: #E5E5E5; padding-top: 3px; padding-right: 3px; padding-bottom: 3px; padding-left: 3px}
.failure { color: #FF0000; ; background-color: #E5E5E5; padding-top: 3px; padding-right: 3px; padding-bottom: 3px; padding-left: 3px}

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 11px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	float: left;
	clear: left;
	width: 30%;
	text-align: left;
	margin-top:17px;
; vertical-align: top; clip:  rect(   )
}
div.cforms div.inputfield textarea { /* form fields */
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	padding: 0 3px;
	float: left;
	margin: 2px 0 2px 0px;
}

div.cforms div.inputfield input {
	width: 50%;
}

div.cforms div.inputfield textarea {
	width: 50%;
; border: #A7A9AC; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px
}

div.cforms div.inputfield input.sendbutton {
	width: auto !important;
	padding: 2px 2px;
  background: #f3f3f3!important;
  border: 1px #888888 solid!important;
  position:absolute; left:25%;
; margin: 10px 10px 10px 20px
; clip:  rect(   )
}

div.cforms div.info {
	margin-bottom: 10px;
	text-align: center;
}

span.required {
  top:3px;
  position:relative;
; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #FF0000
}

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 */


div.cforms div.inputfield input { 
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	padding: 0 3px;
	float: left;
	margin: 2px 0 2px 0px;
; clip:  rect(   ) ; border: #A7A9AC; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px} 
