/* ---------------------------------------------------------------------------
 * this file is generated by ext:swisstypo3_config
 * --------------------------------------------------------------------------- */

/* include from fileadmin/css/ext/mailform/mailform.css */

/*******************************************************************************

	Element container layout definition

	All elements are shown in a container which uses one of the following
	classes. Please read the specific container description for more
	Information.

*******************************************************************************/

/**
 * This class represents the outer mailform table. In this table
 * all fields and elements are shown in cells
 */
.mailform-table-outer { }

/**
 * If you like to access every single cell, please use the form wizard
 * You may input here a class which is used for every cell, but you must
 */

/**
 * td-no-style represents every single defined cell. But you can change the
 * class of every cell in the field wizard
 */
.td-no-style { background-color: #ffffff; }
/**
 * This class is used for the outer container of a Form-Element
 * IF the current form content is valid
 * In the current version not used, for later purposes
 */
.tx_mailform_valid { }

/**
 * This class is used for the outer container of a Form-Element
 * IF the current form content is not valid.
 */
.tx_mailform_invalid { }

/**
 * This class is used for the outer container of a Form-Element
 * IF the current content is required, and the user has not yet input
 * the required data
 */
.tx_mailform_required { }

/**
 * This class is used for the outer container of a Form-Element
 * The class is used, if the form has not yet sent, and is not corrected.
 * Actually this is the class, the user will see the most (if he inputs correct
 * data)
 */
.tx_mailform_none { }

/**
 * If the user inputs invalid data, the error will be displayed with
 * this text formation
 */
.tx_mailform_FieldErrorMessage {
	color: #FF0000;
	font-weight: bold;
}

/**
 * This is the class which will be the outer container class for Layout
 * elements.
 * That excludes all form elements.
 * It Includes eg title-element, html-element, separator-element
 */
.tx_layout_element_container {
	color: #ff0000;
}

/*******************************************************************************

 Formular required star

 All existing possibilities for a required star are listed below

*******************************************************************************/
.tx_mailform_required_star {}
.tx_mailform_required_star-ok {}
.tx_mailform_required_star-required {}
.tx_mailform_required_star-error {}

/*******************************************************************************

 Formular element label definition

 All current existing elements are listed below
 You can separately design every different element type

*******************************************************************************/



.tx_mailform_label_global {
	font-weight: normal;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

.tx_mailform_label_textarea {

}

.tx_mailform_label_title {

}

.tx_mailform_label_text {

}

.tx_mailform_label_textwdesc {

}

.tx_mailform_label_default {
	width:200px;
}

.tx_mailform_label_submit {

}

.tx_mailform_label_file {

}

.tx_mailform_label_password {

}

.tx_mailform_label_radio {

}

.tx_mailform_label_select {

}

.tx_mailform_label_layout_default {

}

.tx_mailform_label_navi_nextpage {

}

.tx_mailform_label_navi_previouspage {

}

.tx_mailform_label_navi_pagenavi {

}

.tx_mailform_label_navi_reset {

}

.tx_mailform_label_submit {

}

/*******************************************************************************

 Formular element layout definition

 All current existing elements are listed below
 You can separately design every different element type

*******************************************************************************/

 /**
  * Normal Text element
  */
.tx_mailform_text {
/*  font-size: 11px; */
  color: #000000;
  border: 1px solid #000000;
  height: 15px;
}

/**
 * Select (Dropdown / Multiselect)
 */
.tx_mailform_select {
/*  font-size: 10px; */
  color: #000000;
  border: 1px solid #000000;
  margin-bottom: 5px;
}

.tx_mailform_option {
/*  font-size: 10px; */
  color: #000000;
}

/**
 * Textarea
 */
.tx_mailform_textarea {
/*  font-size: 11px; */
  font-family: Arial;
  color: #000000;
  /*background-color: #eeeeee;*/
  margin-bottom: 5px;
  border: 1px solid #000000;
  width: 192px;
 }

/**
 * Hidden Field
 * (Actually it does not make sense to design a invisible element)
 */
.tx_mailform_hidden {
/*  font-size: 10px; */
  color: #000000;
  border: 1px solid #000000;
}

/**
 * Password field
 */
.tx_mailform_password {
/*  font-size: 10px; */
  color: #000000;
  border: 1px solid #000000;
  margin-bottom: 5px;
}

/**
 * File Upload
 * Currently not functional
 */
.tx_mailform_file {
/*  font-size: 10px; */
  color: #000000;
  border: 1px solid #000000;
  margin-bottom: 5px;
 }

/**
 * Captcha
 */
.tx_mailform_captcha {
/*  font-size: 15px; */
  color: #000000;
  border: 1px solid #000000;
  height: 18px;
  width: 192px;
}

/**
 * Checkboxes
 */
input.tx_mailform_checkbox_box {
border: none;
}
div.tx_mailform_checkbox_wrap {
	overflow:hidden;
	float:left;
}
* html div.tx_mailform_checkbox_wrap {
	overflow:visible;
	height:1%;
}

div.tx_mailform_checkbox_element {
	width:90px;
	height:1%;
	margin-top: 2px;
}

td.tx_mailform_checkbox_text {
/*  font-size: 10px; */
  color: #000000;
}

.cb_input {
float: left;
width: 15px;
margin-top:5px;
}

label.tx_mailform_cb_label {
/*  font-size: 11px; */
  font-weight: normal;
  margin-left: 5px;
  float: left;
  width: 155px;
  display: block;
  text-align: left;
}


/**
 * Radio Buttons
 */
input.tx_mailform_radio_button { }

td.tx_mailform_radio_text {
/*  font-size: 10px; */
  color: #000000;
  padding: 5px;
}
label.tx_mailform_rb_label {
/*  font-size: 10px; */
  color: #000000;
  /*margin-bottom: 2px;*/
}


div.tx_mailform_radio_element {
	width:90px;
	height:1%;
	margin-top: 2px;
}

/*******************************************************************************

 Layout-element layout definition

 All current existing elements are listed below
 You can separately design every different element type

*******************************************************************************/

/**
 * Popular HR Separator
 */
.tx_mailform_hrSeparator {
  width: 100%;
  height: 2px;
}

/**
 * Text Title
 */
.mailform-table-outer h3 {
  display: block;
  color: #000000;
/*  font-size: 12px; */
  font-weight: bold;
  margin: 15px 0 5px 0;
}

/**
 * HTML - Element
 *
 * - The HTML Element is not accessable over CSS.
 * - Please Include your CSS Definition in your specified HTML Element
 * - In the Wizard
 */

 /*******************************************************************************

 Navigation-element layout definition

 All current existing elements are listed below
 You can separately design every different element type

*******************************************************************************/
 /**
 * Submit Button
 */
.tx_mailform_submit {
/*  font-size: 10px; */
  color: #000000;
  border: 1px solid #000000;
  margin-bottom: 5px;
 }

/**
 * Submitbutton with extended features
 */
.tx_mailform_submitextended {
/*   font-size: 10px;*/
  color: #000000;
  border: 1px solid #000000;
  margin-bottom: 5px;
}

.tx_mailform_navi_nextpage {
/*	font-size: 10px;*/
	color: #000000;
	border: 1px solid #000000;
	margin-bottom: 5px;
}

.tx_mailform_navi_previouspage {
/*	font-size: 10px;*/
	color: #000000;
	border: 1px solid #000000;
	margin-bottom: 5px;
}

.tx_mailform_navi_reload {
/*	font-size: 10px;*/
	color: #000000;
	border: 1px solid #000000;
	margin-bottom: 5px;
}

.tx_mailform_navi_pagenavi {
/*	font-size: 10px;*/
	color: #000000;
	border: 1px solid #000000;
	margin-bottom: 5px;
}

.tx_mailform_navi_reset {

}

/******************************************************************************
 * Faebi Code
 ******************************************************************************
 */

.tx_mailform_field_text,
.tx_mailform_field_textwdesc,
.tx_mailform_field_textwdesc-anderes_textfeld,
.tx_mailform_field_textarea,
.tx_mailform_field_select,
.tx_mailform_field_radio,
.tx_mailform_field_password,
.tx_mailform_field_submit,
.tx_mailform_field_submitimage,
.tx_mailform_field_submitextended,
.tx_mailform_field_file {
  width:100%;
	overflow:hidden;
}

.tx_mailform_field_text-float,
.tx_mailform_field_text-float_labelrechts {
	float:left;
}

.tx_mailform_field_text-float_ohnelabel {
	float:left;
	overflow:hidden;
}

.tx_mailform_field_select-float_left_withlabel,
.tx_mailform_field_select-float_left {
	float:left;
	width:100%;
}

.tx_mailform_field_checkbox {
	overflow:hidden;
}

.tx_mailform_field_captcha {}
.tx_mailform_field_staticcountry {}
.tx_mailform_field_contelement {}


/**
 * Layout Elements
 */
.tx_mailform_layout_default {}
.tx_mailform_layout_title {}
.tx_mailform_layout_htmlelement {}
.tx_mailform_layout_error {}

/**
 * Navigation
 */
.tx_mailform_navi_pagenavi {}
.tx_mailform_navi_nextpage {}
.tx_mailform_navi_previouspage {}
.tx_mailform_navi_reset {}


.tx_mailform_td_label{
	width:140px;
	/*display: block;*/
}

.tx_mailform_div_label_left {
	width:140px;
	float:left;
}

.tx_mailform_div_label_error {
  color:#ff0000;
	font-weight: bold;
}

.tx_mailform_div_input {
	float:left;
}

.tx_mailform_div_icon {
	float:left;
}

.tx_mailform_div_err_msg,
.tx_mailform_div_err_msg_block {
	display:block;
}
.tx_mailform_div_err_msg,
.tx_mailform_div_err_msg_float-left {
	float:left;
}

.tx_mailform_div_err_msg_float-none {
	float:none;
}
.tx_mailform_div_err_msg_1 {
	color: #ff0000;
}

.tx_mailform_field_text-float_labelrechts_input {
	width:60px;
}

.tx_mailform_div_label_left_nowidth {
	float:left;
}

.tx_mailform_div_output_select_width {
	float:left;
	width:200px;
}

.tx_mailform_div_output_select-check {

}

.mailform_radio_box, .mailform_checkbox_box {
	border: none;
	margin: 0;
	padding: 0;
	height: 15px;
}

.tx_mailform_layout_title {
clear: both;
 }


#tx_mailform_input-item-658-FTC097TVR,
#tx_mailform_input-item-2131-FZJ963XFJ,
#tx_mailform_input-item-659-FVH174KEZ,
#tx_mailform_input-item-2326-FVH174KEZ {
visibility:hidden;
}



   
  
         
#tx_mailform_div-item-2326-FIY301KMT .tx_mailform_td_label {
display:none;
}
#tx_mailform_div-item-2326-FIY301KMT,
#tx_mailform_div-item-2326-FIY301KMT  .tx_mailform_checkbox_wrap,
#tx_mailform_div-item-2326-FIY301KMT .tx_mailform_class-item-2326-FIY301KMT {
  width:490px;
  margin-bottom:5px;
}

#tx_mailform_div-item-2326-FOF615BGO .tx_mailform_div_label_left {
display:none;
}
#tx_mailform_div-item-2326-FOF615BGO .tx_mailform_checkbox_wrap .tx_mailform_class-item-2326-FOF615BGO-0,
#tx_mailform_div-item-2326-FOF615BGO .tx_mailform_checkbox_wrap .tx_mailform_class-item-2326-FOF615BGO-1,
#tx_mailform_div-item-2326-FOF615BGO .tx_mailform_checkbox_wrap .tx_mailform_class-item-2326-FOF615BGO-2 {
  width:180px;
}

#tx_mailform_div-item-2326-FKO275CYU .tx_mailform_checkbox_wrap .tx_mailform_class-item-2326-FKO275CYU-0,
#tx_mailform_div-item-2326-FKO275CYU .tx_mailform_checkbox_wrap .tx_mailform_class-item-2326-FKO275CYU-1,
#tx_mailform_div-item-2326-FKO275CYU .tx_mailform_checkbox_wrap .tx_mailform_class-item-2326-FKO275CYU-2,
#tx_mailform_div-item-2326-FKO275CYU .tx_mailform_checkbox_wrap .tx_mailform_class-item-2326-FKO275CYU-3,
#tx_mailform_div-item-2326-FKO275CYU .tx_mailform_checkbox_wrap .tx_mailform_class-item-2326-FKO275CYU-4,
#tx_mailform_div-item-2326-FKO275CYU .tx_mailform_checkbox_wrap .tx_mailform_class-item-2326-FKO275CYU-5  {
  width:200px;
}



#tx_mailform_div-item-2326-FFS621VGY .tx_mailform_div_label_left,
#tx_mailform_div-item-2326-FDC544SJI .tx_mailform_div_label_left,
#tx_mailform_div-item-2326-FVN938OXN .tx_mailform_div_label_left {
display:none;
}
#tx_mailform_div-item-2326-FFS621VGY .tx_mailform_div_output_select_width,
#tx_mailform_div-item-2326-FDC544SJI .tx_mailform_div_output_select_width,
#tx_mailform_div-item-2326-FVN938OXN .tx_mailform_div_output_select_width {
width:90px;
}
#tx_mailform_div-item-2326-FFS621VGY .tx_mailform_div_output_select_width select,
#tx_mailform_div-item-2326-FDC544SJI .tx_mailform_div_output_select_width select,
#tx_mailform_div-item-2326-FVN938OXN .tx_mailform_div_output_select_width select    {
width:80px;
}


.mailform_radio_box {
    float: left;
    margin-top: 5px;
}

.tx_mailform_radio_element label.tx_mailform_cb_label {
    float: left;
    text-align: left;
    width: 400px;
}

.tx_mailform_div_icon {
    display: none;
}

.tx_mailform_submit {
    border-width: 0;
    margin-left: 267px;
}
.tx_mailform_text {
    height: 20px;
    width: 340px;
}
.tx_mailform_text,
.tx_mailform_select {
font-family:Georgia,"Times New Roman",Times,serif;
font-size: 16px;
}
.tx_mailform_select {
    height: 26px;
}


td.td-address-style {
    padding-top: 20px;
}

td.td-0-style {
    width: 140px;
}
td.td-1-style {
    width: 100px;
}

.tx_mailform_required,
.tx_mailform_required .tx_mailform_select
 {
    color: #ff0000;
}
td.td-2-style {
    width: 95px;
}
td.td-3-style {
    width: 181px;
}

.tx_mailform_div_err_msg_float-none {
    display: none;
}


/* Sonstiges */


#tx_mailform_input-item-2342-FVH174KEZ {
visibility:hidden;
}

tx_mailform_div-item-2342-FIY301KMT .tx_mailform_td_label {
display:none;
}
#tx_mailform_div-item-2342-FIY301KMT,
#tx_mailform_div-item-2342-FIY301KMT  .tx_mailform_checkbox_wrap,
#tx_mailform_div-item-2342-FIY301KMT .tx_mailform_class-item-2342-FIY301KMT {
  width:490px;
  margin-bottom:5px;
}

#tx_mailform_div-item-2342-FOF615BGO .tx_mailform_div_label_left {
display:none;
}
#tx_mailform_div-item-2342-FOF615BGO .tx_mailform_checkbox_wrap .tx_mailform_class-item-2342-FOF615BGO-0,
#tx_mailform_div-item-2342-FOF615BGO .tx_mailform_checkbox_wrap .tx_mailform_class-item-2342-FOF615BGO-1,
#tx_mailform_div-item-2342-FOF615BGO .tx_mailform_checkbox_wrap .tx_mailform_class-item-2342-FOF615BGO-2 {
  width:180px;
}

#tx_mailform_div-item-2342-FKO275CYU .tx_mailform_checkbox_wrap .tx_mailform_class-item-2342-FKO275CYU-0,
#tx_mailform_div-item-2342-FKO275CYU .tx_mailform_checkbox_wrap .tx_mailform_class-item-2342-FKO275CYU-1,
#tx_mailform_div-item-2342-FKO275CYU .tx_mailform_checkbox_wrap .tx_mailform_class-item-2342-FKO275CYU-2,
#tx_mailform_div-item-2342-FKO275CYU .tx_mailform_checkbox_wrap .tx_mailform_class-item-2342-FKO275CYU-3,
#tx_mailform_div-item-2342-FKO275CYU .tx_mailform_checkbox_wrap .tx_mailform_class-item-2342-FKO275CYU-4,
#tx_mailform_div-item-2342-FKO275CYU .tx_mailform_checkbox_wrap .tx_mailform_class-item-2342-FKO275CYU-5  {
  width:200px;
}



#tx_mailform_div-item-2342-FFS621VGY .tx_mailform_div_label_left,
#tx_mailform_div-item-2342-FDC544SJI .tx_mailform_div_label_left,
#tx_mailform_div-item-2342-FVN938OXN .tx_mailform_div_label_left,
 {
display:none;
}
#tx_mailform_div-item-2342-FFS621VGY .tx_mailform_div_output_select_width,
#tx_mailform_div-item-2342-FDC544SJI .tx_mailform_div_output_select_width,
#tx_mailform_div-item-2342-FVN938OXN .tx_mailform_div_output_select_width {
width:90px;
}
#tx_mailform_div-item-2342-FFS621VGY .tx_mailform_div_output_select_width select,
#tx_mailform_div-item-2342-FDC544SJI .tx_mailform_div_output_select_width select,
#tx_mailform_div-item-2342-FVN938OXN .tx_mailform_div_output_select_width select    {
width:80px;
}


#tx_mailform_input-item-2350-FVH174KEZ {
visibility:hidden;
}

tx_mailform_div-item-2350-FIY301KMT .tx_mailform_td_label {
display:none;
}
#tx_mailform_div-item-2350-FIY301KMT,
#tx_mailform_div-item-2350-FIY301KMT  .tx_mailform_checkbox_wrap,
#tx_mailform_div-item-2350-FIY301KMT .tx_mailform_class-item-2350-FIY301KMT {
  width:490px;
  margin-bottom:5px;
}

#tx_mailform_div-item-2350-FOF615BGO .tx_mailform_div_label_left {
display:none;
}
#tx_mailform_div-item-2350-FOF615BGO .tx_mailform_checkbox_wrap .tx_mailform_class-item-2350-FOF615BGO-0,
#tx_mailform_div-item-2350-FOF615BGO .tx_mailform_checkbox_wrap .tx_mailform_class-item-2350-FOF615BGO-1,
#tx_mailform_div-item-2350-FOF615BGO .tx_mailform_checkbox_wrap .tx_mailform_class-item-2350-FOF615BGO-2 {
  width:180px;
}

#tx_mailform_div-item-2350-FKO275CYU .tx_mailform_checkbox_wrap .tx_mailform_class-item-2350-FKO275CYU-0,
#tx_mailform_div-item-2350-FKO275CYU .tx_mailform_checkbox_wrap .tx_mailform_class-item-2350-FKO275CYU-1,
#tx_mailform_div-item-2350-FKO275CYU .tx_mailform_checkbox_wrap .tx_mailform_class-item-2350-FKO275CYU-2,
#tx_mailform_div-item-2350-FKO275CYU .tx_mailform_checkbox_wrap .tx_mailform_class-item-2350-FKO275CYU-3,
#tx_mailform_div-item-2350-FKO275CYU .tx_mailform_checkbox_wrap .tx_mailform_class-item-2350-FKO275CYU-4,
#tx_mailform_div-item-2350-FKO275CYU .tx_mailform_checkbox_wrap .tx_mailform_class-item-2350-FKO275CYU-5  {
  width:200px;
}



#tx_mailform_div-item-2350-FFS621VGY .tx_mailform_div_label_left,
#tx_mailform_div-item-2350-FDC544SJI .tx_mailform_div_label_left,
#tx_mailform_div-item-2350-FVN938OXN .tx_mailform_div_label_left {
display:none;
}
#tx_mailform_div-item-2350-FFS621VGY .tx_mailform_div_output_select_width,
#tx_mailform_div-item-2350-FDC544SJI .tx_mailform_div_output_select_width,
#tx_mailform_div-item-2350-FVN938OXN .tx_mailform_div_output_select_width {
width:90px;
}
#tx_mailform_div-item-2350-FFS621VGY .tx_mailform_div_output_select_width select,
#tx_mailform_div-item-2350-FDC544SJI .tx_mailform_div_output_select_width select,
#tx_mailform_div-item-2350-FVN938OXN .tx_mailform_div_output_select_width select    {
width:80px;
}




#tx_mailform_input-item-2353-FVH174KEZ {
visibility:hidden;
}

tx_mailform_div-item-2353-FIY301KMT .tx_mailform_td_label {
display:none;
}
#tx_mailform_div-item-2353-FIY301KMT,
#tx_mailform_div-item-2353-FIY301KMT  .tx_mailform_checkbox_wrap,
#tx_mailform_div-item-2353-FIY301KMT .tx_mailform_class-item-2353-FIY301KMT {
  width:490px;
  margin-bottom:5px;
}

#tx_mailform_div-item-2353-FOF615BGO .tx_mailform_div_label_left {
display:none;
}
#tx_mailform_div-item-2353-FOF615BGO .tx_mailform_checkbox_wrap .tx_mailform_class-item-2353-FOF615BGO-0,
#tx_mailform_div-item-2353-FOF615BGO .tx_mailform_checkbox_wrap .tx_mailform_class-item-2353-FOF615BGO-1,
#tx_mailform_div-item-2353-FOF615BGO .tx_mailform_checkbox_wrap .tx_mailform_class-item-2353-FOF615BGO-2 {
  width:180px;
}

#tx_mailform_div-item-2353-FKO275CYU .tx_mailform_checkbox_wrap .tx_mailform_class-item-2353-FKO275CYU-0,
#tx_mailform_div-item-2353-FKO275CYU .tx_mailform_checkbox_wrap .tx_mailform_class-item-2353-FKO275CYU-1,
#tx_mailform_div-item-2353-FKO275CYU .tx_mailform_checkbox_wrap .tx_mailform_class-item-2353-FKO275CYU-2,
#tx_mailform_div-item-2353-FKO275CYU .tx_mailform_checkbox_wrap .tx_mailform_class-item-2353-FKO275CYU-3,
#tx_mailform_div-item-2353-FKO275CYU .tx_mailform_checkbox_wrap .tx_mailform_class-item-2353-FKO275CYU-4,
#tx_mailform_div-item-2353-FKO275CYU .tx_mailform_checkbox_wrap .tx_mailform_class-item-2353-FKO275CYU-5  {
  width:200px;
}



#tx_mailform_div-item-2353-FFS621VGY .tx_mailform_div_label_left,
#tx_mailform_div-item-2353-FDC544SJI .tx_mailform_div_label_left,
#tx_mailform_div-item-2353-FVN938OXN .tx_mailform_div_label_left {
display:none;
}
#tx_mailform_div-item-2353-FFS621VGY .tx_mailform_div_output_select_width,
#tx_mailform_div-item-2353-FDC544SJI .tx_mailform_div_output_select_width,
#tx_mailform_div-item-2353-FVN938OXN .tx_mailform_div_output_select_width {
width:90px;
}
#tx_mailform_div-item-2353-FFS621VGY .tx_mailform_div_output_select_width select,
#tx_mailform_div-item-2353-FDC544SJI .tx_mailform_div_output_select_width select,
#tx_mailform_div-item-2353-FVN938OXN .tx_mailform_div_output_select_width select    {
width:80px;
}





#tx_mailform_input-item-2356-FVH174KEZ {
visibility:hidden;
}

tx_mailform_div-item-2356-FIY301KMT .tx_mailform_td_label {
display:none;
}
#tx_mailform_div-item-2356-FIY301KMT,
#tx_mailform_div-item-2356-FIY301KMT  .tx_mailform_checkbox_wrap,
#tx_mailform_div-item-2356-FIY301KMT .tx_mailform_class-item-2356-FIY301KMT {
  width:490px;
  margin-bottom:5px;
}

#tx_mailform_div-item-2356-FOF615BGO .tx_mailform_div_label_left {
display:none;
}
#tx_mailform_div-item-2356-FOF615BGO .tx_mailform_checkbox_wrap .tx_mailform_class-item-2356-FOF615BGO-0,
#tx_mailform_div-item-2356-FOF615BGO .tx_mailform_checkbox_wrap .tx_mailform_class-item-2356-FOF615BGO-1,
#tx_mailform_div-item-2356-FOF615BGO .tx_mailform_checkbox_wrap .tx_mailform_class-item-2356-FOF615BGO-2 {
  width:180px;
}

#tx_mailform_div-item-2356-FKO275CYU .tx_mailform_checkbox_wrap .tx_mailform_class-item-2356-FKO275CYU-0,
#tx_mailform_div-item-2356-FKO275CYU .tx_mailform_checkbox_wrap .tx_mailform_class-item-2356-FKO275CYU-1,
#tx_mailform_div-item-2356-FKO275CYU .tx_mailform_checkbox_wrap .tx_mailform_class-item-2356-FKO275CYU-2,
#tx_mailform_div-item-2356-FKO275CYU .tx_mailform_checkbox_wrap .tx_mailform_class-item-2356-FKO275CYU-3,
#tx_mailform_div-item-2356-FKO275CYU .tx_mailform_checkbox_wrap .tx_mailform_class-item-2356-FKO275CYU-4,
#tx_mailform_div-item-2356-FKO275CYU .tx_mailform_checkbox_wrap .tx_mailform_class-item-2356-FKO275CYU-5  {
  width:200px;
}

#tx_mailform_div-item-2356-FFS621VGY .tx_mailform_div_label_left,
#tx_mailform_div-item-2356-FDC544SJI .tx_mailform_div_label_left,
#tx_mailform_div-item-2356-FVN938OXN .tx_mailform_div_label_left {
display:none;
}
#tx_mailform_div-item-2356-FFS621VGY .tx_mailform_div_output_select_width,
#tx_mailform_div-item-2356-FDC544SJI .tx_mailform_div_output_select_width,
#tx_mailform_div-item-2356-FVN938OXN .tx_mailform_div_output_select_width {
width:90px;
}
#tx_mailform_div-item-2356-FFS621VGY .tx_mailform_div_output_select_width select,
#tx_mailform_div-item-2356-FDC544SJI .tx_mailform_div_output_select_width select,
#tx_mailform_div-item-2356-FVN938OXN .tx_mailform_div_output_select_width select    {
width:80px;
}






#tx_mailform_input-item-2359-FVH174KEZ {
visibility:hidden;
}

tx_mailform_div-item-2359-FIY301KMT .tx_mailform_td_label {
display:none;
}
#tx_mailform_div-item-2359-FIY301KMT,
#tx_mailform_div-item-2359-FIY301KMT  .tx_mailform_checkbox_wrap,
#tx_mailform_div-item-2359-FIY301KMT .tx_mailform_class-item-2359-FIY301KMT {
  width:490px;
  margin-bottom:5px;
}

#tx_mailform_div-item-2359-FOF615BGO .tx_mailform_div_label_left {
display:none;
}
#tx_mailform_div-item-2359-FOF615BGO .tx_mailform_checkbox_wrap .tx_mailform_class-item-2359-FOF615BGO-0,
#tx_mailform_div-item-2359-FOF615BGO .tx_mailform_checkbox_wrap .tx_mailform_class-item-2359-FOF615BGO-1,
#tx_mailform_div-item-2359-FOF615BGO .tx_mailform_checkbox_wrap .tx_mailform_class-item-2359-FOF615BGO-2 {
  width:180px;
}

#tx_mailform_div-item-2359-FKO275CYU .tx_mailform_checkbox_wrap .tx_mailform_class-item-2359-FKO275CYU-0,
#tx_mailform_div-item-2359-FKO275CYU .tx_mailform_checkbox_wrap .tx_mailform_class-item-2359-FKO275CYU-1,
#tx_mailform_div-item-2359-FKO275CYU .tx_mailform_checkbox_wrap .tx_mailform_class-item-2359-FKO275CYU-2,
#tx_mailform_div-item-2359-FKO275CYU .tx_mailform_checkbox_wrap .tx_mailform_class-item-2359-FKO275CYU-3,
#tx_mailform_div-item-2359-FKO275CYU .tx_mailform_checkbox_wrap .tx_mailform_class-item-2359-FKO275CYU-4,
#tx_mailform_div-item-2359-FKO275CYU .tx_mailform_checkbox_wrap .tx_mailform_class-item-2359-FKO275CYU-5  {
  width:200px;
}



#tx_mailform_div-item-2359-FFS621VGY .tx_mailform_div_label_left,
#tx_mailform_div-item-2359-FDC544SJI .tx_mailform_div_label_left,
#tx_mailform_div-item-2359-FVN938OXN .tx_mailform_div_label_left {
display:none;
}
#tx_mailform_div-item-2359-FFS621VGY .tx_mailform_div_output_select_width,
#tx_mailform_div-item-2359-FDC544SJI .tx_mailform_div_output_select_width,
#tx_mailform_div-item-2359-FVN938OXN .tx_mailform_div_output_select_width {
width:90px;
}
#tx_mailform_div-item-2359-FFS621VGY .tx_mailform_div_output_select_width select,
#tx_mailform_div-item-2359-FDC544SJI .tx_mailform_div_output_select_width select,
#tx_mailform_div-item-2359-FVN938OXN .tx_mailform_div_output_select_width select    {
width:80px;
}

