.RekenModel
{
	background-position: center center;
	background-repeat: no-repeat;
	width: 500px;
	height: 403px;
	z-index: 5;
	background-color: white;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-size:17px;
}


.RekenModel_Sales 
{
	background-image: url(images/rekenmodel_sales.png);
	width: 501px;
	height: 521px;
}

.RekenModel_Buyer 
{
	background-image: url(images/rekenmodel.png);
	width: 500px;
	height: 403px;
}

.RekenTitle
{
	color: Black;
	font-size:22px;
	font-weight:bold;
	padding-top:25px;
}

.RekenLeft
{
	padding-top:16px;
	text-align:right;
	color:black;
	
}

.RekenRight
{
	padding-left:15px;
	padding-top:16px;
	text-align:left;
	color:#F19229;
}

.RekenDropDown
{
	color:#F19229;
}

.RekenText
{
	font-size:17px;
	color:#F19229;
	width:100px;
	border:solid #F19229 1px;
}

.RekenButton
{
	background-image: url(images/calcbutton.png);
	background-position: center center;
	background-repeat: no-repeat;
	width: 125px;
	height: 32px;
	z-index: 5;
	background-color: white;
	color:Black;
	text-align:center;
	font-weight:bold;
	vertical-align:middle;	
	cursor:hand;
}
