/**
*	///////////////////////////////////////////////////
*	////////////// F I S C A L E  W A A R D E /////////
*	///////////////////////////////////////////////////
*
*	Formate fuer statische Komponente
*		"Fiscale Waarde"
*
*	@author 		Norbert
*	@since 			20051216
*	@version		1.1
*
*	///////////////////////////////////////////////// */

div.fiscaleWaarde{
	background		: url("/i/fiscale_waarde/bg.jpg") no-repeat top left;
	width			: 445px;
	height			: 124px;
	position		: relative;
}

div.fiscaleWaarde input{
	position		: absolute;
	top				: 87px;
	left			: 78px;
	background		: transparent;
	border			: 0px solid transparent;
	color			: #000000;
	text-transform	: uppercase;
	font-weight		: bold;
	font-family		: Arial, Helvetica, sans-serif;
	font-size		: 16px;
	text-align		: center;
	width			: 106px;
}

div.fiscaleWaarde a{
	position		: absolute;
	top				: 78px;
	left			: 230px;
}

div.fiscaleWaarde p{
	position		: absolute;
	top				: 82px;
	left			: 230px;
	font-size		: 10px;
	line-height		: 12px;
}


