/*
***********************************************************
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;
} 

input, select, textarea {
	background: #E1F2FA;
	border: 1px solid #0372AB;
	color: #414141;
	margin-bottom: 0.3em;
	padding: 1px;
}

input:focus, select:focus, textarea:focus {
	background: #FFFFFF;
	border: 1px solid #414141;
}

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 {
	width: 200px;
}

.csc-mailform-field label, label {
	display: block;
	float: left;
	width: 200px;
width: 250px;	
}

.csc-mailform-field input.csc-mailform-radio, input.check {
	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;
}


select, textarea {
        width: 250px;
}

/* button properties //////////////////////////////////////////////////////////////////////////////*/
button, input.button, input.submit, input.csc-mailform-submit, .tx-newloginbox-pi1-submit {
	clear: both;
	background: #0372AB;
	color: #FFFFFF;
	padding: 1px;
	width: auto;
	font-weight: normal;
	text-align: center;
}

/* searchbox and poll properties ///////////////////////////////////////////////////////////////////*/
.tx-macinasearchbox-pi1 input, .tx-jkpoll-pi1 input {
	width: auto;
}

.tx-macinasearchbox-pi1 input {
	background: #FFFFFF;
        width: 100px;
}

.tx-macinasearchbox-pi1 input.submit {
background: #EE1C23;
width: 60px;
}

.tx-indexedsearch select, .tx-indexedsearch textarea {
width: 160px;
}

/* warning properties /////////////////////////////////////////////////////////////////////////////*/
#mailform .warning input {
	border: 1px solid #EE1C23;
}

#mailform .warning label {
	color: #EE1C23;
}


