/***************************/
/*      Forms nieuw        
Deze template in april 2008 verwijderen, is namelijk een duplicaat van deel in main stylesheet, ivm gecachte main stylesheet
*/
/***************************/

.csc-mailform
{
	font-size: 11px;
	color: #DC143C;
	border-width: 1px;
	background-color: #FDE0E6;
	display: block;
	border-color: #DC143C;
	border-style: solid;
	padding: 20px;
}

.csc-mailform-field
{
	margin: 0 0 2px 0;
	width: 100%;
	vertical-align: top;
/*	background-color: #FF9;*/
	min-height: 30px;
/*	max-height: 80px;*/
	clear:both;
}

.csc-mailform-field label
{
	float: left;

}

.csc-mailform-field input, textarea
{
	margin:0;
	padding: 0;
	float: right;
	width: 250px;
}

.csc-mailform-field textarea
{
	height: 40px;
}

.csc-mailform-field textarea#mailformwaarom,
.csc-mailform-field textarea#mailformReactie
{
	height: 120px;
}

.csc-mailform-submit
{
	margin: 5px 0 0 0;
}

#mailformformtype_mail
{
	width: 150px;
	margin-top: 10px;
}

fieldset#mailformOptie
{
	border: none;
}

fieldset#mailformOptie legend
{
	display: none;
}

#mailformOptie input
{
	float: left;
	width: 12px;
	margin-right:3px;
	padding-bottom:3px;
}

.csc-mailform-field #mailformOptie label
{
	float: none;
	padding-bottom: 5px;
	display: block;
}

textarea#mailformsuggestie
{
	height:140px;
	margin-bottom:10px;
}
