/*
***********************************************************
Title:     Forms
Author:    Emile Blume - Netcreators.com
***********************************************************
*/


fieldset {
}

input, select, textarea {
	background: #f9f7f3;
	border: 1px solid #D4762C;
	color: #000;
	margin-bottom: 0.3em;
	padding: 1px;
}

input:focus, select:focus, textarea:focus {
	background: #FFFFFF;
	border: 1px solid #D4762C;
}

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 {
	float: left;
	width: 150px;
}

.csc-mailform-radio fieldset{
	margin-left: 160px;
	width: 200px;
}

.csc-mailform-radio input, .csc-mailform-radio label {
	display: inline;
	float: left;
	margin-bottom: 0.3em;
}

.csc-mailform-field input.csc-mailform-radio,
.csc-mailform-field .csc-mailform-check {
	background: none;
	clear: left;
	border: none;
	margin-right: 4px;
	width: 20px;
}

.csc-mailform-radio label, .csc-mailform-check label {
	text-align: left;
}

/* button properties //////////////////////////////////////////////////////////////////////////////*/
button, input.button, input.submit, input.csc-mailform-submit, .tx-newloginbox-pi1-submit {
	clear: both;
	background: #333;
	color: #FFFFFF;
	cursor: pointer;
	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;
        border: 0;
        height: 20px;
        float: left;
        padding-top: 2px;
        padding-bottom: 2px;
}

.tx-macinasearchbox-pi1 input.submit {
        clear: none;
        padding: 0;
        height: 24px;
}

/* zoek evenementen /////////////////////////////////////////////////////////////////////////////*/
#zoek-evenementen form {
padding: 15px;
}

#zoek-evenementen label {
display: block;
float: left;
width: 80px;
}
#zoek-evenementen input, #zoek-evenementen select {
width: 100px;
}
#zoek-evenementen input.submit {
background:none;
border: 1px solid #D4762C;
color:#D4762C;
cursor:pointer;
float:right;
font-size:1.5em;
font-weight:bold;
margin-top:0.7em;
padding:0pt;
width:auto;
}


/* warning properties /////////////////////////////////////////////////////////////////////////////*/
#mailform .warning input {
	border: 1px solid #FF0000;
}

#mailform .warning label {
	color: #FF0000;
}

