/*
***********************************************************
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: #FFF;
	border: 1px solid #BFBFBF;
	font-size: 10px;
	font-size: 1em;
	line-height: normal;
	margin-bottom: 0.3em;
	padding: 1px;
}

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

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

.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 {
	clear: both;
	background: #FFF;
	color: #666666;
	width: auto;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	padding: 0px;
}

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

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

/* PB Tip //////////////////////////////////////////////////*/.tx-pbtip-pi4 {
	font-size: 0.9em;
	width: 580px;}.tx-pbtip-pi4 fieldset{border: 0;}.tx-pbtip-pi4 textarea {width: 120px;}

.tx-pbtip-pi4 select {width: 125px;}
.pbtip-required {float: right;
}.tx-pbtip-pi4 ol, .tx-pbtip-pi4 p {list-style: none;margin: 0;padding: 0;}.tx-pbtip-pi4 li {padding-bottom: 4px;display: block;width: 100%;clear: both;}.pbtip-col1 {clear: both;width: 516px;
display: block;}.pbtip-col1 label{width: auto;}.pbtip-col2 {display: inline;float: left;width: 46%;}.pbtip-col2 label{width: 100px;}