/* WEBFORMS */
.webform-component-fieldset{
	margin-bottom: 20px;
	padding: 10px 10px 10px 15px;
	background-color: #EAE9DA;
	border:none;
}
.webform-component-fieldset legend{
	font-weight:bold;
	color: #A59672;
	font: bold 13px "Times New Roman", Times, serif;
	text-transform: uppercase;
	padding: 2px 10px;	
}

.webform-component-textfield label,
.webform-component-textarea label,
.webform-component-email label,
.webform-component-select label{
	width: 110px;
	float:left;
}
.webform-component-textfield input,
.webform-component-textarea textarea.form-textarea,
.webform-component-email input,
.webform-component-select select{
	width: 250px;
	border: 1px solid #666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;	
}
.webform-component-select select{ width: 130px; }
.webform-component-select select#edit-submitted-fmembership{ width:250px; }
input#edit-submitbutton{
	background: #A59672;
	border: 1px solid #666666;
	color: #F2F2E6;
	font-weight: bold;
	margin-left: 110px;	
}


/* overwrite from system.css (use full tag */
label span.form-required { color:#CC0000; }
.webform-component-textfield div.form-item input.error,
.webform-component-email div.form-item input.error{
  border: 1px solid #CC0000;
  color: #000000;
}
/* overwrite from system.css */
.marker, .form-required {
  color:#CC0000;
}

/* CUSTOM ITEM: MEETING FORM */
/* specifications elements */
fieldset#webform-component-setspecs .form-item{ 
	margin: 0px; 
	padding: 0px; 
}
fieldset#webform-component-setspecs label{ 
	float: none;	
	width: 150px; 
}
fieldset#webform-component-setspecs #webform-component-flocation label{ 
	float: left; 
	width: 90px;
 }
fieldset#webform-component-setspecs div#webform-component-fcategory{ 
	padding-top: 10px; 
}
fieldset#webform-component-setspecs #webform-component-frequest_other label{ 
	float: left; 
	width: 80px;	
	font-weight: normal;
}

/* date time elements */
fieldset#webform-component-setdates input{width: 100px;}
fieldset#webform-component-setdates input#edit-submitted-setdates-falternatedate{width: 250px;}
fieldset#webform-component-setdates .form-item{	margin: 0px; padding: 0px 0px 10px; }

div#webform-component-farrivaldate,
div#webform-component-fdeparturedate,
div#webform-component-fparticipants,
div#webform-component-falternatedate{
	float:left;	
}
div#webform-component-farrivaldate label,
div#webform-component-fdeparturedate label,
div#webform-component-fparticipants label,
div#webform-component-falternatedate label{
	width: 140px;
}

/* NEED FIX for IE is placed next/above to last time field*/
div#webform-component-falternatedate{}

div#webform-component-farrivaltime label,
div#webform-component-fdeparturetime label{
	padding: 0px 0px 0px 20px;
	width: 50px;
}

/* CUSTOM ITEM: CONTEST FORM 
   display radio answers horizontally (remove float left) */
fieldset#webform-component-setquestion div.form-item label,
fieldset#webform-component-setquestion1 div.form-item label,
fieldset#webform-component-setquestion2 div.form-item label,
fieldset#webform-component-setquestion3 div.form-item label{
	float:none;
	
}

 /* CUSTOM ITEM: PRODUCT FORM  */
.webform-component-select select#edit-submitted-setvoucher-fvoucher{ width:250px; }
div#webform-component-fvoucher label{width:180px;}
div#webform-component-fvouchername label{width:180px;}
div#webform-component-farticle label{width:250px;}
div#webform-component-farticle div.form-item label{float:none;}


/* GENERAL RADIO BUTTONS / CHECKBOXES
-  name field radio, checkbox 
-  dont float labels
*/

#webform-component-radio div.form-item label,
#webform-component-checkbox div.form-item label{
float:none;

}
div.form-radios,
div.form-checkboxes{
margin-bottom:10px;
}
div.form-radios div.form-item label.option,
div.form-checkboxes div.form-item label.option{
float:none;
margin-left: 110px;
}
/* use for single checkbox only -> place checkbox next to label */
#webform-component-checkbox_single label.option{
margin-left: 0px;
}


/* CUSTOM SPAM FIELDS 
-> field id spamprotect     (inputfield)  : label is math text, input field make small, align label to left 110px
-> field id spamdescription (markupfield) : label and question text, korrex bottom margin by negative values
*/
#webform-component-spamprotect div.form-item input{ 
	width: 35px;
	margin-left: 110px;
	
}
#webform-component-spamprotect div.form-item label{
	/*font-size: 12px;
	font-weight: none;
	padding-left: 110px;
	width: 60px;*/
	display:none;
}

div#webform-component-spamdescription{
	margin-bottom: -10px;
	padding: 0px;
}

* html div#webform-component-spamdescription{
	margin-bottom: -18px;  /*for ie6*/
}

*+html div#webform-component-spamdescription{
	margin-bottom: -18px; /*for ie7*/
}