/*
***
**** Bel Mij Opmaak
***
*/

div#preload{
	display: none;
}

div.overlay {
	position: fixed;
	top: 0;
	left: 0;
	display: none;	
	z-index: 30;	
	height: 100%;
	width: 100%;	
	background: url(../../images/background_overlay.png);
}

div#belMij {
	position: relative;
	padding: 10px;
	margin: 0 auto;
	width: 630px;
	height: 210px;
	opacity: 1;
	background: #ffffff;	
	border: 5px solid #04b4e4;
	background: url(../../images/template/shoppy_bellen.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-color: #fff;
}

div#belMij h2{
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 20px;
	color: #004457;
}

div#belMij div.info{
	position: relative;
	height: 25px;
	color: #00cc00;
}

div#belMij div.close {
	width: 14px;
	height: 13px;
	background: url(../../images/template/buttons/button_close_2.png);
	position: absolute;
	top: 0px;
	left: 635px;
	cursor: pointer;
}

/*
**
*** Verzendformulier
**
*/

input.fields{
	padding-left: 10px;
	color: #1388a8;
	font-style: italic;
	line-height: 35px;
}

input.text{
	font-style: normal;
}

input.fields_big{
	border: 0px;
	width: 264px;
	height: 32px;
	background: url(../../images/template/background_input_buttons_big.png) no-repeat;
}