
.pearle_green
{
	color: #009182;
}

H1, H2
{
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
}

H3
{
	margin: 0px;
	padding: 0px;	
}


TD
{
	font-size: 12px;
}

P
{
	margin: 0px;
	padding: 0px;
	padding-bottom: 20px;
}

/*
	***********
	OVERZICHTEN
	***********
*/

/* formulier */

.invoer_label
{
	padding: 4px;
}

.invoer_veld
{
	padding: 4px;
}

/* overzicht */

TABLE.wend_overzicht
{
	text-align: left;
	width: 100%;
}

TR.wend_overzicht_titel
{
	height: 21px;
}

.wend_overzicht_titel
{
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

TR.wend_overzicht_header
{
	background-color: #eaffbf;
	font-size: 12px;
	font-weight: bold;
	height: 21px;
}

TD.wend_overzicht_header
{
	padding-left: 18px;
}

TR.wend_overzicht_even_rij
{
	background-color: #e1ffa3;
	height: 21px;
}

TR.wend_overzicht_oneven_rij
{
	background-color: #ffffff;
	height: 20px;
}

TD.wend_overzicht_rij
{
	padding-left: 10px;
	padding-right: 10px;
}

A.wend_overzicht_rij
{
	color: #000000;
	text-decoration: underline;
}

A.wend_overzicht_rij:hover
{
	color: #000000;
	text-decoration: none;
}

TR.wend_overzicht_footer
{
}

TD.wend_overzicht_footer
{
}

div.borderbox
{
	float: left;
	height: 20px;
	width: 20px;
	border: 1px solid #e5e7e6;
}

div.borderbox_error
{
	float: left;
	height: 20px;
	width: 20px;
	border: 1px solid red !important;
}


div.borderbox_coupon
{
	float: left;
	height: 19px;
	width: 19px;
	border: 1px solid #e5e7e6;
}

div.borderbox_coupon_error
{
	float: left;
	height: 19px;
	width: 19px;
	border: 1px solid red !important;
	
}

div.mv_coupon
{
	float: left;
	height: 19px;
	width: 125px;
	border: 1px solid #e5e7e6;
}

div.mv_coupon_error
{
	float: left;
	height: 19px;
	width: 125px;
	border: 1px solid red !important;
	
}

div.mvcoup {
	height: 19px;
	width: auto;
	float: left;
}

div.borderbox_coupon_error input
{
}

div.borderbox_coupon input
{
}