@charset "utf-8";
/* CSS Document */

#leenberekening {
	width:470px;
	padding-bottom:20px;
}

#leenberekening .veld {
	clear:both;
	margin-bottom:10px;
	height:20px;
}

#leenberekening .veld label {
	display:block;
	width:225px;
	height:20px;
	line-height:20px;
	padding:0;
	float:left;
	margin-right:16px;
}

#leenberekening .veld .text {
	display:block;
	width:225px;
	height:20px;
	font-size:15px;
	border:1px solid #999999;
	background:url(../../img/bgtext.png) repeat-x;
	padding:0;
	float:left;
}	

#leenberekening .right {
	float:right;
}

#leenberekening .button {
	height:25px;
	width:110px;
	color:#FFFFFF;
	background:url(../../img/bgbutton.png) repeat-x;
	border:1px solid #999999;
	font-size:11px;
}

#leenberekening .button-big {
	height:25px;
	width:225px;
	color:#FFFFFF;
	background:url(../../img/bgbutton.png) repeat-x;
	border:1px solid #999999;
	font-size:11px;
}


#leenuitkomst {
	width:428px;
	padding:20px;
	height:20px;
	display:block;
	clear:both;
	border:1px solid #999999;
	background:url(../../img/bgleenuitkomst.png);
	margin-bottom:20px;
}

#leenuitkomst .uitkomst-tekst {
	display:block;
	font-size:13px;
	font-weight:bold;
	color:blue;
	line-height:20px;
	float:left;
	width:300px;
	height:20px;
	margin-right:28px;
	color:#0099CC;

}

#leenuitkomst .uitkomst-gegeven {
	display:block;
	font-size:13px;
	font-weight:bold;
	color:blue;
	line-height:20px;
	float:left;
	width:100px;
	height:20px;
	color:#FA771C;
}


