/************************************************************
Title:     Forms
Author:    Emile Blume - Netcreators.com
Updated:   07/05/2007
************************************************************/

form {
	margin-bottom: 1.3em;
	padding: 0.3em;
}

fieldset {
	display: inline;
}

input, select, textarea {
	background: #F5F5F5;
	border: 1px solid #888888;
	color: #333333;
	margin-bottom: 0.3em;
        margin-right: 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 select {
	width: auto;
}

.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;	
}

.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 //////////////////////////////////////////////////////////////////////////////*/
input.button, input.submit, input.csc-mailform-submit, .tx-newloginbox-pi1-submit {
	clear: both;
	background: #888888;
	color: #FFFFFF;
	cursor: pointer;
	padding: 1px;
	width: auto;
	font-weight: normal;
	text-align: center;
}

/* searchbox and poll properties ///////////////////////////////////////////////////////////////////*/
#searchbox {
background: url(../img/zoeken.gif) no-repeat left top;

margin: 20px;
margin-right: 0;

padding-top: 6px;
padding-left: 4px;
display: inline;
float: left;
width: 172px;
}

.tx-macinasearchbox-pi1 input, .tx-jkpoll-pi1 input {
	background: transparent;
        border: none;
	width: 106px;
}

.tx-macinasearchbox-pi1 input.submit {
        color: #434373;
        margin:0;
        width:44px;
}

/* warning properties /////////////////////////////////////////////////////////////////////////////*/
#mailform .warning input {
	border: 1px solid #FF0000;
}

#mailform .warning label {
	color: #FF0000;
}

