/*******************************************
* TYPO3 Mailformular
********************************************/
form {
	overflow:hidden;
	margin: 0px;
}

fieldset {
	border: 0;
}

input, textarea {
	left: 150px;
	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 {
	display: block;
	font-size:0.8em;
	margin-top:1em;
	width: 150px;
}
.csc-mailform-radio label {
	display:inline;
	margin-left:0.3em;
}
.csc-mailform-radio legend {
	display:none;
}
.csc-mailform-submit {
	margin-top:1em;
}

