/********************************************************************************************************
	created by:		ICSurselva AG	http://www.icsurselva.ch
	project:		BPHASH
	date:			Oktober/2008, Ann
	version:		4.1
	file:			mailform.css
	function:		Formularelemente 
********************************************************************************************************/
/*---------------------------------MAILFORM-----------------------------------------*/
/*Hintergrundfarbe Standard Weiss überschreiben*/
.td-no-style{
background:none;
}

/*Tabelle um ganzes Element*/
table.mailform-table-outer{
	float:left;
	/*background:#FFFFFF;*/
}

table.mailform-table-outer td {
	padding:0px 3px 3px 0px;
	vertical-align:top;
	}
	
/**+html table.mailform-table-outer td {width:28%;}
* html table.mailform-table-outer td {width:33%;
 }*/

table.mailform-table-outer tr{width:100%;}
/**Ende Tabelle**/

/*Eingabefelder*/
input.tx_mailform_text,
input.tx_mailform_password ,
input.tx_mailform_file {
	background:#FFFFFF;
	border:1px solid #880000;
	height:auto;
	margin-bottom:5px;
	width:280px;
}

select.tx_mailform_select {
	background-color:#FFFFFF;
	border:1px solid #880000;
	min-height:17px;
	margin-bottom:5px;
	width:auto;
}

/*Textfeld*/
.tx_mailform_textarea {
	background-color:#FFFFFF;
	border:1px solid #880000;
	width:280px;
	margin-bottom:5px;
}

/*Labels (Beschreibung vor den Feldern)*/
.tx_mailform_label_global {
	color:#000000;
	line-height:20px;
	/*width:220px;*/
	display:block;
}

/*Label Radiobuttons */
label.tx_mailform_cb_label{
    font-size:10px;
	height:auto;
}

*+html label.tx_mailform_cb_label{
	white-space:nowrap;
	  font-size:10px;
	margin: 0;
	height:15px;
}
*html label.tx_mailform_cb_label{
	font-size:10px;
	margin: 0;
	height:15px;
}
	
/*Radiobuttons und Auswahlkästchen */
.mailform_radio_box, .mailform_checkbox_box {
	margin:0 3px 0px 0;
	height:10px;
}


*+html .mailform_radio_box, *+html.mailform_checkbox_box {
	margin:0 3px 0px 0;
	height:15px;
}


td.tx_mailform_none {
	margin-bottom:5px;	
}

.tx_mailform_div-item-0-14 {
	padding:15px 0px;
	float:right;
}

/*Absendebutton */
.tx_mailform_submit {
    font-size:12px;
	background:#EFEFEF;
	border:1px solid #880000;
	height: auto;
	margin-bottom:5px;
	width:auto;
}

/*Eingabefeld Captcha */
.tx_mailform_captcha {
	background:#fff;
	border:1px solid #880000;
	height:auto;
	margin:5px 5px 5px 0;
	width:95px; /*gleiche Breite wie das Bild*/
}


/* standardpading links entfernen*/
.tx-srfreecap-pi2-image {
  margin-left: 0;
}

.tx_mailform_title {
	color:#880000;
	font-size:14px;
}


.tx_mailform_checkbox_wrap{}

/******************FORMULAR ENDE************************/


