.tx_mailform_fielderrormessage{
color:#FF0000;
font-weight:bold;
}
.tx_layout_element_container{
color:#FF0000;
}
.tx_mailform_label_default{
width:200px;
}
.tx_mailform_text{
border:1px solid #222222;
color:#000000;
font-size:11px;
height:15px;
}
/**
* Select (Dropdown / Multiselect)
*/
.tx_mailform_select{
border:1px solid #222222;
margin-bottom:5px;
color:#000000;
font-size:10px;
}
.tx_mailform_option{
color:#000000;
font-size:10px;
}
/**
* Textarea
*/
.tx_mailform_textarea{
margin-bottom:5px;
border:1px solid #222222;
color:#000000;
background:#F3F3F3;
font:11px Arial;
}
/**
* Hidden Field
* (Actually it does not make sense to design a invisible element)
*/
.tx_mailform_hidden{
border:1px solid #222222;
color:#000000;
font-size:10px;
}
/**
* Password field
*/
.tx_mailform_password{
border:1px solid #222222;
margin-bottom:5px;
color:#000000;
font-size:10px;
}
/**
* File Upload
* Currently not functional
*/
.tx_mailform_file{
border:1px solid #222222;
margin-bottom:5px;
color:#000000;
font-size:10px;
}
/**
* Captcha
*/
.tx_mailform_captcha{
border:1px solid #222222;
color:#000000;
font-size:15px;
height:18px;
}
/**
* Checkboxes
*/
input.tx_mailform_checkbox_box{
border:0px none #000000;
}
div.tx_mailform_checkbox_wrap{
float:left;
overflow:hidden;
}
* html div.tx_mailform_checkbox_wrap{
overflow:visible;
height:1%;
}
div.tx_mailform_checkbox_element{
width:120px;
height:18px;
}
td.tx_mailform_checkbox_text{
color:#000000;
font-size:10px;
}
label.tx_mailform_cb_label{
color:#000000;
font-size:10px;
}
/**
* Radio Buttons
*/
td.tx_mailform_radio_text{
padding:5px;
color:#000000;
font-size:10px;
}
label.tx_mailform_rb_label{
margin-bottom:2px;
color:#000000;
font-size:10px;
}
tx_mailform_radio_element{
width:120px;
height:15px;
}
/*******************************************************************************
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;
}
/**
* Submitbutton with extended features
*/
.tx_mailform_submitextended{
border:1px solid #222222;
margin-bottom:5px;
color:#000000;
font-size:10px;
}
.tx_mailform_navi_nextpage{
margin-bottom:5px;
color:#000000;
font-size:10px;
}
.tx_mailform_navi_previouspage{
margin-bottom:5px;
color:#000000;
font-size:10px;
}
.tx_mailform_navi_reload{
margin-bottom:5px;
color:#000000;
font-size:10px;
}
.tx_mailform_navi_pagenavi{
margin-bottom:5px;
color:#000000;
font-size:10px;
}
/******************************************************************************
* 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{
padding-bottom:15px;
overflow:hidden;
}
.tx_mailform_td_label{
width:200px;
}
.tx_mailform_div_label_left{
width:200px;
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{
}
.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{
float:left;
}

