/* CSS Document 
Colors:

Groen: #7ac142;
Zwart: #000000;

*/

.Row {margin:5px 0 0 0;}
.Row label {
	background: url('../images/icons/arrow.gif') no-repeat 0 6px ;
	padding: 2px 0 2px 20px;
	color: #7ac142;
	font-weight:bold;
	}

.BtnRow { 
	margin:5px 0 15px 0;
	float:right;
	}
	
.TextField,
.TextArea {
	width:500px;
	margin: 5px 0;
	border: 1px solid #7ac142;
	background: #f7fbf4;
	}
	.TextArea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:110%;
	}
.error {color: red;}