/*******************************************
* TYPO3 Mailformular
********************************************/
form {
	overflow:hidden;
}

fieldset {
	border: 0;
}

input, textarea {
	width: auto;
	font: 1em Verdana, Arial, Helvetica, Sans-Serif;
	border: 1px #ccc solid;
	background: #fafafa;
	padding: 3px;
	color: #777;
}

input[type=text]:focus, input[type=password]:focus, textarea:focus {
	background: #f0f0f0;
	color: #333;
	border-color: #666;
}

.csc-mailform-field label {
	color:#900;
	display:block;
	font-size:0.8em;
	margin-top:1em;
}
.csc-mailform-radio label {
	display:inline;
	margin-left:0.3em;
}
.csc-mailform-radio legend {
	display:none;
}
.csc-mailform-submit {
	margin-top:1em;
}


