@charset "UTF-8";
@media all
{
	/* labels */
	#webform {
		text-align:center;
	}
	td.webform_label, td.webform_label_multi {
		font-weight: bold;
		padding: 5px 0px 3px 0px;
	}
	
	/* additional fields */
	table.webform_table select {
		height: 20px;
	}

	table.webform_table textarea {
		height: 60px;
	}

	table.webform_table tr td.webform_button {
		text-align: left;
	}
	
	/* error */
	span.webform_label_error{
		color: #CC0000;
	}
	
	span.webform_msg_error{
		color: #CC0000; 
		font-weight: bold;
	}
	
	/* checkbox */
	table.webform_checkbox_row{
		float: left; 
		padding: 0px 8px 0px 0px;
	}
	
	td.webform_field_checkbox, td.webform_field_checkbox_row{
		padding: 2px 0px 2px 0px;
	}
	
	td.webform_label_checkbox{
		padding: 2px 0px 2px 5px;
	}

	td.webform_label_checkbox_row{
		padding: 2px 0px 2px 3px;
	}
	
	/* radio */
	table.webform_radio_row{
		float: left; 
		padding: 0px 8px 0px 0px;
	}
	
	td.webform_field_radio, td.webform_field_radio_row{
		padding: 4px 0px 0px 0px;
	}
	
	td.webform_label_radio, td.webform_label_radio_row{
		padding: 1px 0px 0px 5px;
	}
	
	/* table field */
	table.webform_label_table{
		vertical-align: top;
	}
	
	.webform_label_table tr th, .webform_label_table tr td, 
		.webform_field_table tr th, .webform_field_table tr td {
		white-space: nowrap;
	}
	
	/************************************************************************************************ 
	 * KwsStyle style: In the optional form configuration field "Style" "KwsStyle" has been entered. 
     * So the following styles are special for that webform:
	************************************************************************************************/
	td.webform_label_KwsStyle, td.webform_label_multi_KwsStyle {
		color: #6E7031;
		text-align:right;
		padding-left:20px;
	}
	
	td.webform_field_KwsStyle,td.webform_field_multi_KwsStyle {
		color: #6E7031;
		text-align:left;
	}
	
	td.webform_field_KwsStyle input, td.webform_field_KwsStyle select {
		height:18px;
		width:250px;
		background-color:#E1E7C1;
		border:1px solid #CCCC99;
		color:#6E7031;
	} 
	td.webform_field_multi_KwsStyle textarea {
		height:150px;
		width:250px;
		background-color:#E1E7C1;
		border:1px solid #CCCC99;
		color:#6E7031;
	}
	td.webform_button webform_button_KwsStyle {	   
		text-align:left;
	}	
	td.webform_middletext_KwsStyle {
		color: #999999;
	}
	
	td.webform_mandatory_KwsStyle {
		color: #999999;
	}
	
	td.webform_button_KwsStyle input {
		border: 1px solid #CCCC99; 
		background-color:#6E7031; none repeat scroll 0%; 
		-moz-background-clip: 
		-moz-initial; 
		-moz-background-origin: -moz-initial; 
		-moz-background-inline-policy: -moz-initial; 
		font-family: tahoma; font-style: normal; 
		font-variant: normal; 
		font-weight: bold; 
		font-size: 8pt; 
		line-height: normal; 
		font-size-adjust: none; 
		font-stretch: normal; 
		color: white;
		cursor:pointer;
	}
	
	td.webform_error_text_start_KwsStyle {
		color: orange;
	}
	
	td.webform_error_start_KwsStyle {
		color: orange;
	}
	
}    

