/*
***********************************************************
Title:     Forms
Author:    Emile Blume - Netcreators.com
Updated:   07/05/2007
***********************************************************
*/
@charset "utf-8";

form {
	margin-bottom: 1.3em;
	padding: 0.3em;
}

fieldset {
	display: inline;
	padding-bottom:15px;
}

input, select, textarea {
	background: #F5F5F5;
	border: 1px solid #888888;
	color: #333333;
	margin-bottom: 0.3em;
	padding: 1px;
}

input:focus, select:focus, textarea:focus {
	background: #FFFFFF;
	border: 1px solid #778899;
}

textarea {
	overflow: auto;
}

label {
	cursor: pointer;
	vertical-align: top;
	padding: 1px;
}

small {
	clear: left;
	display: block;
}

/* csc mailform properties ///////////////////////////////////////////////////////////////*/
.csc-mailform-field {
	clear: both;
	display: block;
	margin-bottom: 0.3em;
	width: 100%;
}

.csc-mailform legend {
	display: none;
}

.csc-mailform-field input, .csc-mailform-field select, .csc-mailform-field textarea {
	width: 200px;
}

.csc-mailform-field label {
	display: block;
	float: left;
	width: 150px;	
}

.csc-mailform-field input.csc-mailform-radio {
	clear: left !important;
	background: none;
	border: none;
	float: left;
	height: expression('1.2em'); /* nog niet afdoende*/
	width: 20px;	
}

/*Zoeken ////////////////////////////*/
.tx-indexedsearch-form, .tx-indexedsearch-search-submit {
display: inline;
float: left;
}

#tx-indexedsearch-searchbox-button-submit{
	background:#D30000 none repeat scroll 0%;
	border:0pt none;
	color:#FFFFFF;
	cursor:pointer;
	text-align:center;
}




.csc-mailform-radio label, .csc-mailform-check label {
	display: normal;
	width: 200px;
}

.csc-mailform-field .csc-mailform-check {
	background: none;
	border: none;
	float: left;
	width: 20px;
}

/* button properties //////////////////////////////////////////////////////////////////////////////*/
button, input.button, input.submit, input.csc-mailform-submit, .tx-newloginbox-pi1-submit {
	background:#D30000 none repeat scroll 0%;
	border:0pt none;
	color:#FFFFFF;
	cursor:pointer;
	text-align:center;
}

/* searchbox and poll properties ///////////////////////////////////////////////////////////////////*/
.tx-macinasearchbox-pi1 input, .tx-jkpoll-pi1 input {
	width: auto;
}

.tx-macinasearchbox-pi1 input {
	background: #FFFFFF;
}

/* warning properties /////////////////////////////////////////////////////////////////////////////*/
#mailform .warning input {
	border: 1px solid #FF0000;
}

#mailform .warning label {
	color: #FF0000;
}

