@charset "utf-8";

#richContact_container{
	width:545px;
}
#richContact_form label{
	color:#fff;
	margin-top: 5px !important;
    margin-top: 2px;
    font-size: 10px;
}
#richContact_form select{
	width:250px;
}
#richContact_form input{
	color:#000;
	background-color:#EBEBEB;
	margin: 5px 0px 0px 0px !important;
    margin: 2px 0px 0px 0px;
}
#richContact_form textarea{
	color:#000;
	background-color:#EBEBEB;
}
#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;	
}

#richContact_form input.transparent_bg{
	background-color:transparent;
}

.line_input{
	border:none 0px;
	border-bottom:solid 1px #c4746c;
	width:100%;
}
.column{
    float:left;
    width:250px;
    margin-right:15px !important;
    margin-right:7px;
}
#richContact_str_container{
	float:left;
	width:165px;
}
#richContact_nr_container{
	float:left;
	width:80px !important;
    width:79px;
    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:80px !important;
    width:79px;
}
#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:253px;    
}
*+html #richContact_input_message {height:261px;  } /* nur für den IE7 */

#richContact_securitycode_input{
     width: 150px;
}