.EditBox {
	background	: #EEF5FC;
	border		: 1px solid #33CC00;
	color		: #0066CC;
	font-family	: Verdana, Arial, Helvetica, sans-serif;
	font-size	: 9px;
}

.Button {
	background	: #33CC00;
	border		: 2px outset #0066CC;
	color		: #EEF5FC;
	font-family	: Verdana, Arial, Helvetica, sans-serif;
	font-size	: 9px;
	font-weight	: bold;
}

.Description {
	color		: #666666;
	font-family	: Verdana, Arial, Helvetica, sans-serif;
	font-size	: 10px;
	font-weight	: bold;
	font-style	: normal;
}

.Choice {
	color		: #0066CC;
	font-family	: Verdana, Arial, Helvetica, sans-serif;
	font-size	: 10px;
}

.Data {
	color		: #0066CC;
	font-family	: Verdana, Arial, Helvetica, sans-serif;
	font-size	: 10px;
	font-weight	: bold;
	font-style	: normal;
}

.Info {
	cursor		: help; 
}

.Popup {
	color		: #666666;
	font-family	: Verdana, Arial, Helvetica, sans-serif;
	font-size	: 10px;
	font-style	: normal;
	display		: none;
	position	: absolute;
	margin-top	: -22px;
	margin-left	: -175px;
	border		: solid black 1px;
	padding		: 10px;
	background-color: rgb(255,255,225);
	text-align	: left;
	width		: 175px; 
	cursor		: help; 
}	

.PopupTitel {
	color		: #000000;
	font-family	: Verdana, Arial, Helvetica, sans-serif;
	font-weight	: bold;
	font-style	: normal;
	text-align	: left;
	font-size	: 12px;
	font-weight	: bold; 
}

FieldSet {
	border		: 1px solid #33CC00;
	width		: 500px;
}

Legend {
	font-family	: Verdana, Arial, Helvetica, sans-serif;
	font-weight	: bold; 
	color		: #0066CC;
	background	: #EEF5FC;
	border		: 1px solid #33CC00;
	padding		: 2px 6px;
	margin-left	: 10px;
}

.ButtonSet {
	border		: none;
	width		: 500px;
}

.Verplicht {
	color		: red;
}

.Calculator {
	background-image: url("http://www.sogreen.nl/media/calculator.gif");
	background-repeat	: no-repeat;
}

Input {
	background	: #EEF5FC;
/*	border		: none; */
}
