@charset "utf-8";

#richContact_container{
    width:560px;
}
#richContact_form label, #richContact_form select{
	color:#fff;
	margin-top: 5px !important;
    margin-top: 2px;
    font-size: 10px;
}
#richContact_form input, #richContact_form textarea{
	color:black;
	background-color:#EBEBEB;
	margin: 5px 0px 0px 0px !important;
    margin: 2px 0px 0px 0px;
}
#richContact_form input.trans{
    background-color: transparent;
}
#richContact_sec_image{
	margin: 5px 0px 0px 0px !important;
    margin: 2px 0px 0px 0px;
}
#richContact_form input.wrong, #richContact_form textarea.wrong{
	background-color:#f00;
}
#richContact_form{
	color:#fff;	
}
.line_input{
	border:none 0px;
	border-bottom:solid 1px #45A12A ;
	width:100%;
}

#richContact_str_container{
	float:left;
	width:165px;
}
#richContact_nr_container{
	float:left;
	width:70px !important;
    width:69px;
    margin-left:5px !important;
    margin-left:1px;
    
}
*+html #richContact_nr_container {margin-left:2px !important;} /* nur für den IE7 */

#richContact_plz_container{
	float:left;
	width:70px !important;
    width:69px;
}
#richContact_ort_container{
	float:left;
	width:165px;
	margin-left:5px !important;
    margin-left:1px;
}
*+html #richContact_ort_container {margin-left:2px !important;} /* nur für den IE7 */


#richContact_input_message{
    height:110px;    
}
*+html #richContact_input_message {height:261px;  } /* nur für den IE7 */

#richContact_securitycode_input{
     width: 150px;
}
