/*  form.css VDT  */
input, select, textarea {color:#666666;	background:#DEEBEF;	border:thin solid #CDDFFE;}
input:focus {background-color:#FFFFCC; color:#0000FF; }
form { margin:5px; }
fieldset { border: 1px solid #9C9ACE; padding: 10px; margin-left: 5px; }
legend { color: #fff; background: #7986CE; border: 1px solid #781351; margin-bottom:5px; margin-top:-5px; padding:3px 6px; } 
label {
	width:115px;
	display:block;
	float:left;
	text-align:right;
	color:#666666;
	padding-bottom: 10px;
	padding-top: 5px;
	clear: both;
	padding-right: 4px;
	font-size: 0.8em;
}
input {
	float: left;
	width:18em;
	margin-bottom:0.5em;
	margin-left: 1em;
}
.radiocheckbutton { background-color:#DEEBEF; width: 3em; float:left; margin-left:3em; border: 1px solid #CEDFFF; }
#columnMain #content #VdTContact select { margin-left: 2em; padding-left: 4px; }
.clearboth { clear: both; }
.buttonSubmit {
	width: 75px;
	color: #000;
	background: #BDC3E7;
	border: 2px outset #6365FF;
}
.smallgrey { font: 70% Verdana, Arial, Helvetica, sans-serif; color: #999999; 	clear: both; }
