/************************************************************
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 #E6E6E7;
	color: #333333;
	font-size: 10px;
	margin-bottom: 0.3em;
	padding: 1px;
}

input:focus, select:focus, textarea:focus {
	background: #FFF;
	border: 1px solid #E6E6E7;
}

textarea { overflow: auto;}

label {
	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;	
}

.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;
}

/* mailform properties ///////////////////////////////////////////////////////////////*/
.tx-powermail-pi1 { margin-bottom:1em; }
.tx-powermail-pi1 input, .tx-powermail-pi1 textarea { width: 200px;}

.tx-powermail-pi1 { }

.tx-powermail-pi1 * { color:#5F5D60; }
.tx-powermail-pi1 legend { font-weight:bold; margin-bottom:10px;  }

.tx_powermail_pi1_fieldwrap_html, .csc-mailform-field {
	clear: both;
	display: block;
	margin-bottom:12px;
	width: 100%;
}

.tx-powermail-pi1 label {
	float: left;
	padding-right: 0.6em;
	width: 150px;
	text-align: left;
}


.tx_powermail_pi1_fieldwrap_html_radio label,
.tx_powermail_pi1_fieldwrap_html_check label { padding-right:0; }
.powermail_radio_inner, .powermail_check_inner { margin-left:150px; padding-left:0.3em;}
.powermail_radio_inner label, .powermail_check_inner label { float:none; }
.powermail_radio_inner input, .powermail_check_inner input { width:20px; }

/* button properties //////////////////////////////////////////////////////////////////////////////*/
button, input.button, input.submit, input.csc-mailform-submit, .tx-newloginbox-pi1-submit {
	background: #888888;
	border: none;
	clear: both;
	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;
}

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

