/* -------------------- Formulare (frueher in der rte.css) -------------------- */
/* -------------- aus der rte.css geloescht!!! -------------*/

.csc-mailform {
	/* IE hack */
	height: 1%;
	line-height: 1.3;
	/* IE hack end */
    background-color: #EEE;
    border:1px solid #a1a5a9;
    width: auto;
    margin: 0 20px 10px;
    padding: 0;
}

.csc-mailform h1 {
    width: auto;
    background-color: #F80B0A;
    border-bottom:1px solid #a1a5a9;
    font-size: 0.8em;
    color: #FFF;
    margin: 0;
    padding: 2px;
}

.csc-mailform p {
    font-size: 11px;
    line-height: 1.4em;
    margin: 2px 0 5px 10px;
    padding: 0;
}

.csc-mailform .csc-mailform-field {
	font-size: 12px;
	margin: 3px 10px;
	padding: 0;
	height: auto;
}

.csc-mailform .csc-mailform-field label,
.csc-mailform .csc-mailform-field legend {
	font-size: 12px;
	line-height: 14px;
	text-align: right;
	margin: 0 10px 0 0;
	padding: 0;
	vertical-align: top;
	float: left;
	width: 120px;
}

.csc-mailform .csc-mailform-field input {
	font-size: 12px;
	margin: 0;
	padding: 0;
	width: 300px;
	background-color: #fff;
	border: 1px inset #999;
}
.csc-mailform .csc-mailform-field select {
	font-size: 10px;

	margin: 0;
	padding: 0;
	width: 300px;
	background-color: #fff;
	border: 1px inset #999;
}

.csc-mailform .csc-mailform-field textarea {
	font-size: 12px;
	margin: 0;
	padding: 0;
	width: 300px;
	background-color: #fff;
	border: 1px inset #999;
}

.csc-mailform .csc-mailform-field #mailformAnrede legend {
	font-size: 12px;
	line-height: 14px;
	text-align: right;
	margin: 0 10px 0 0;
	padding: 0;
	vertical-align: top;
	float: left;
	width: 120px;
}

.csc-mailform .csc-mailform-field #mailformAnrede .csc-mailform-radio {
	margin: 0;
	padding: 0;
	height:13px;
	float: left;
	width: auto;
	border: none;
}

.csc-mailform .csc-mailform-field #mailformAnrede label{
	margin-right: 15px;
	padding: 0;
	line-height: 12px;
	height: 12px;
	text-align: left;
	float: left;
	width: auto;
}



.csc-mailform .csc-mailform-field .csc-mailform-check {
	margin: 0 0 5px;
	margin-left: 0;
	padding: 0;
	background-color: #fff;
	text-align: right;
	width:auto;

}

.csc-mailform .csc-mailform-field .csc-mailform-submit { 
    margin: 2px 10px 1px 0;
    background-color:#999;
    color:#fff;
    width: 9em;
    border:1px outset #666; 
}



