button span {
	background-image: url(images/button_left.png);
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-right: 10px;
	display: block;
	top: 3px;
	right: 10px;
	bottom: 3px;
	left: 0px;
	height: 22px;
	padding-left: 10px;
}

.buttons{
	margin-top:5px;
	margin-bottom:10px;
	text-align:right;
	clear:both;
	overflow:auto;
}

button {
	background-color:transparant !important;
	background-image: url(images/button_right.png);
	background-position: right center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: relative;
	text-align: center;
	color: #FFF;
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right:-12px;
}

button:hover span {
	background-image: url(images/button_left_hover.png);
	
}
button:hover {
	background-image: url(images/button_right_hover.png);
	
}

button:active span {
	background-image: url(images/button_left_active.png);
	
}
button:active {
	background-image: url(images/button_right_active.png);
	
}

button img{
	
	margin-right:5px;
	width:16px;
	height:16px;
	float:left;
}


form #q {
	width: 95%;
}

form label{
	float: left;
	display:block;
	width:180px;
	font-weight:bold;
}

.singleRow{
	margin-bottom:10px;
}

form  select {
	width:420px;
}

form  input.textfield{
	width:420px;
}

#viewTypeForm select.viewAantal{
	width:120px;
}

#reactieForm label{
		width:100px;
}

.required{
	background-image: url(images/required_star.gif);
	background-position:right;
	background-repeat:no-repeat;
	padding-right:14px;
}
label.required {
	width:166px;
}

textarea.overeenkomst{
	width:600px;
	height:150px;
	font-size:0.9em;
}

.errorMessage{
	border:dotted 1px #F00;
	background-color:#FF9;
	color:#F00;
	padding:3px;
	margin-left:180px;
	width:250px;
}
