/********************************************************************************************************
	created by:		ICSurselva AG	http://www.icsurselva.ch
	project:		prohelvetia
	date:			february/2009, ann
	version:		4.1
	file:			mailform.css
	function:		all mailform-styles  
********************************************************************************************************/

/**************************************************************************************************/
/***************************FORMULARELEMENTE**********************************************/



.tx_mailform_text, .tx_mailform_textarea, .tx_mailform_select{
    border:#000000 1px solid;
    background:#FFFFFF;
	width: 200px;
	}

.tx_mailform_submit {
    background:#FFFFFF;
	border:#000000 1px solid;
	color:#000000;
	width: 200px;
	background:#EFEFEF;
	}

/* captcha eingabefeld breite */
input.tx_mailform_captcha  {
    width: 148px;
	margin-right: 2px;
	border:#000000 1px solid;
	}
	
/* captcha image */	
.tx-srfreecap-pi2-image {
   margin-left: 0;
   margin-right: 10px;
   margin-bottom: 10px;
   margin-bottom: 10px;
   width: 150px;
   	}
	
 label .tx_mailform_label_captcha .tx_mailform_label {
	margin-top: 10px;
	}

.tx-srfreecap-pi2-cant-read {
color:#999999;
font-size:0.9em;
}

.tx-srfreecap-pi2-cant-read a:link {
background-color:transparent;
font-weight: normal;
text-decoration:none;
}
	
	div .tx_mailform_none {
	padding: 2px 0 2px 0;
	}