/* default styles for extension "mailform" */

/* Formular FORM Tag */
form#mailform {
	margin: 0px;
/*	background-color: #f0f0f0; */
/*	border-style: solid;
	border-width: 3px;
	border-color: #000000; */
}
.td-no-style {
  width:50%;
  vertical-align:top;
}

/* Formular (enthält alle Eingabe Felder)*/
.csc-mailform {
/*	background-color: #FFf0f0; */
	border: 0px;
	margin-bottom: 4px;
}

/* Formular Zeile (mit Label + Eingabe) */
div.csc-mailform-field {
/*	background-color: #600C00;*/
	border: 0px;
	clear: left;
	margin-bottom: 4px;
}
.csc-mailform-field LABEL {
	text-align:right;
	width:150px;
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 3px 0px 0px;
	display:block;
	/*background-color:#EFEFEF;
	*/:;

}

/* Titel - Eingabefeld */
.tx_mailform_layout_title {
   padding:0px 0px 10px 0px;
}

.mailform_small {
   font-size:0.9em;
}


/* Formular - Eingabefeld */
.csc-mailform-field input, .csc-mailform-field textarea {
	width:200px;
	background-color:white;
	border-style:solid;
	border-width:1px;
	border-color:black;
	color:#000000;
	margin-left:0px;
	padding-left:0px;
}



/* Textfelder beim Eingeben markieren (not supported in IE 6) */
.csc-mailform-field input:focus, .csc-mailform-field textarea:focus {
	background-color: #e0e0e0;
}
/*
.csc-mailform-field input[type=checkbox] {
	margin-left: 0px;
}
.csc-mailform-field input[type=text] {
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}
*/

/* .csc-mailform-field input[type=submit] IE ??? */
input#mailformformtype_mail {
	margin-left: 150px;
	text-align: center;
}

/* Einzelne Felder ansprechen Bsp: Feldname PLZ */
/* .csc-mailform-field input#mailformPLZ {
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	width: 100px;
}*/


.csc-mailform-label {
        font-weight: bold;
}

/* Formular - Radio */
fieldset.csc-mailform-radio {
border-width: 0px;
margin: 0px;
padding: 0px;
display: block;
float: both;
clear: none;
}

/* Radio ??? 
div.csc-mailform-field div{
float: left;
clear: none;
}
*/
/* Radio - Zeile bzw. Alle Eintraege */
fieldset.csc-mailform-radio fieldset {
border-width: 0px;
margin: 0px;
padding: 0px;
}

/* Radio - Legende (Umrandung) */
fieldset.csc-mailform-radio fieldset legend{
display: none;
}

/* Radio - Beschriftung */
fieldset.csc-mailform-radio fieldset label {
margin-left: 0px;
float: left;
text-align:left;
border-width: 1px
border-style: solid;
border-color:#00ff00;
}
/* Radio Eingabe Feld */
fieldset.csc-mailform-radio fieldset input {
margin-left: 0px;
float: left;
text-align:left;
display: block;
}


/* Radio Zeilenumbruch zwischen Eintraegen */
fieldset.csc-mailform-radio fieldset br {
display: none;
float: none;
}

/* Checkbox Eingabe Feld */
.csc-mailform-check {
	border-style: none;
	border-top: 0px;
	width:auto;
	float:left;
}

input.csc-mailform-check {
	border-style: none;
	width:auto;
}


/* Tabelle zum gestalten ehemals .checkbox_list */
.form_table {
	border-collapse: collapse;
/*	margin-bottom: 10px;
	border-style:solid;
	border-color:#000000;
	border-width:1px;*/
}

.checkbox_list tr {
	vertical-align: top;
}
.checkbox_list td {
	width: 240px;
}
.checkbox_list label {
	display: block;
	float: right; 
	margin-left: 0px;
	font-weight: normal;
}

.checkbox_list input {
	display: block;
	float: left;
}
.checkbox_field {
	border-collapse: collapse;
	margin-bottom: 10px;
	width: 400px;
}
.checkbox_field label {
	display: block;
	float: right; 
	margin-left: 0px;
	width: 360px;
	font-weight: normal;
}


.checkbox_field input {
	display: block;
	float: left;
}


.checkbox_field .csc-mailform-label,  .checkbox_list .csc-mailform-label{
	margin-top: 0px;
}

.tx_mailform_div_label_left {
	width: 120px;
	float: left;
	padding-left: 0px;
}
.tx_mailform_layout_htmlelement {
	width: 100%;
	float: left;
	padding:0px 0px 8px 0px;
}

.tx_mailform_td_label {
	width: 120px;
	padding:5px 0px 40px 0px;
}

.tx_mailform_text,
.tx_mailform_password {
	width: 130px;
	border: 1px solid #A5A5A5;
	font-size: 10px;
	margin-bottom: 10px;
}

.tx_mailform_required_star {
	color: #ff0000;
}

.tx_mailform_label_checkbox tx_mailform_label_global {
	width: 130px;
}


.tx_mailform_textarea {
	width: 600px;
	clear:both;
	margin-left: 15px;
}
.tx_mailform_field_textarea {
	margin: 40px 0px 20px 0px;
	display:inline-block;
}
.tx_mailform_div_input_textarea {
  float:left;
}
.tx_mailform_div_input_textarea .tx_mailform_textarea {
  width:400px;
	clear:both;
	margin-left: 0px;
}



img.tx-srfreecap-pi2-image {
	margin-left: 15px;
}

.tx_mailform_captcha {
	margin-left: 15px;
}


.mailform_field_textarea .tx_mailform_div_label_left {
	margin-bottom: 10px;
}

.tx_mailform_select {
	height: 17px;
}

.tx_mailform_submit {
	margin-left: 15px;
}

#tx_mailform_input-item-1337-FCP479EWJ {
    display: none;
}
td div.tx_mailform_div_err_msg_1,
tx_mailform_div_err_msg_float-none{
color:#FF0000;
position:relative;
top:-5px;
}
.tx_mailform_invalid input,
.tx_mailform_required input,
.tx_mailform_required select{
border:red 1px solid;
}
.tx_mailform_required .tx_mailform_div_err_msg_float-none,
.tx_mailform_required div.tx_mailform_div_err_msg_1{
display:none;
}

#div-outer-id-0-1-5 div.tx_mailform_div_err_msg_1,
#div-outer-id-0-1-6 div.tx_mailform_div_err_msg_1,
#div-outer-id-0-1-7 div.tx_mailform_div_err_msg_1,
#div-outer-id-0-1-8 div.tx_mailform_div_err_msg_1,
#div-outer-id-0-1-9 div.tx_mailform_div_err_msg_1,
#div-outer-id-0-1-10 div.tx_mailform_div_err_msg_1,
#div-outer-id-0-1-11 div.tx_mailform_div_err_msg_1,
#div-outer-id-0-1-12 div.tx_mailform_div_err_msg_1,
#div-outer-id-0-1-13 div.tx_mailform_div_err_msg_1{
position:relative;
top:-10px;
}
#tx_mailform_1337 .tx_mailform_field_checkbox .tx_mailform_div_label_left{
width:150px;
}