/*** Formulieren ***/

.textfield
{
	border: 1px solid #cccccc;
}

input.textfield
{
	height: 18px;
	width: 196px;
}

select.textfield
{
	height: 18px;
	width: 196px;
}

textarea.textfield
{
	height: 76px;
	width: 469px;
}

.checkbox
{
	vertical-align: middle;
}

.border
{
	border: 1px dotted silver;
	padding: 14px;
	margin-right: 42px;
}

.form th
{
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	width: 107px; /* 121 - 14 */
}

.form th, .formcomment
{
	color: #64c3e1;
}

.form label, .label
{
	color: #f0057d;
}

.form td
{
	vertical-align: top;
}

.form	table
{
	width: 100%;
}

.form .submit
{
	text-align: right;
	float: right;
}

.form .button
{
	border: 0px;
	background-color: white;
	font-size: 11px;
	color: #f0057d;
	font-weight: bold;
	background-image: url("../images/next.png");
	background-position: 100% 50%;
	background-repeat: no-repeat;
	height: 28px;
	padding-right: 46px;
	margin-right: -16px;
	cursor: pointer;
}

.form .inputoption, .form label
{
	vertical-align: middle;
}

input.error, textarea.error, td.error, p.error
{
	border: 1px solid #64c3e1;
}

.inputoption
{
	margin: 0px;
	padding: 0px;
}

label
{
	padding-left: 3px;
	color: #f0057d;
}

div.error, span.error
{
	color: #64c3e1;
	
	background-image: url(../images/error.png);
	background-position: 0px 6px;
	background-repeat: no-repeat;
	
	padding-left: 20px;
	padding-top: 2px;
	
	font-style: italic;
}

.required
{
	color: #bebebe;
}

.formcomment .required
{
	padding-right: 6px;
}

.captchaImage
{
	margin: 10px 0px;
}
