HTML, BODY {
	background-color: #363B38;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #FFFFFF;
}
TD, DIV {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #FFFFFF;
}
INPUT, TEXTAREA {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	line-height: 15px;
	height: 19px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #7f9db9;
	margin-left: 20px;
	margin-bottom: 6px;
}
SELECT {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	height: 23px;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #7f9db9;
	margin-left: 20px;
	margin-bottom: 6px;
}

.checkbox {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 12px;
	line-height: 14px;
	height: 14px;
	color: #000000;
	background-color: transparent;
	border: none;
}

LABEL {
	position: relative;
	font-size: 12px;
	height: 19px;
	line-height: 19px;
	top: -3px;
}

A {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

A:hover {
	color: #C7161C;
}

.bbutton {
	border: none;
	clear: both;
	display: block;
	margin: 5px 0 0 0;
	padding: 0 3px 2px;
	background-color: #50B848;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 12px;
	line-height: 15px;
	text-transform: lowercase;
	width: 120px;
	height: 30px;
}

h4 {
	margin: 0;
	padding: 0;

	text-transform: uppercase;
	background-color: #AE0000;
	margin-bottom: 15px;
	margin-top: 20px;
	padding-left: 5px;
	font-weight: normal;
}

label.required {
	background:url("http://staging.vastgoedgillis.be/resources/image/icon/active/bullet_star.png") no-repeat scroll right -5px transparent;
	padding-right:20px;
}