#offerBox {
	position: absolute;
	margin-left: 662px;
	top: 38px;
	background-image: url('/images/snelofferte/snelofferte.png');
	padding: 5px 10px 15px 10px;
	width: 247px;
	height: 83px;
}

	#offerBox input {
		background: #ffffff url('/images/snelofferte/btn_bg.png') repeat-x;
		border: 1px solid #696969;
		color: #464646;
		font-size: 11px;
		padding: 2px;
		width: 120px;
		cursor: pointer;
	}
	
	.offerBoxTitle {
		font-size: 14px;
		font-weight: bolder;
		margin-bottom: 18px;
	}
		.offerBoxTitle .green {
			color: #699f00;
		}

		#offerBox .offerBoxTitle {
				margin-bottom: 10px;
		}
	
	.offerLblCompany {
		padding-bottom: 10px;
		float: left;
		width: 100px;
	}
	.offerLblProduct {
		float: left;
		width: 100px;
	}

#offerLblTotalCnt, #offerLblCompanyCnt, #offerLblProductCnt {
	font-weight: bold;
}

#offerFormStep1, #offerFormStep2 {
	position: absolute;
	width: 912px;
	display: none;
	background: #ffffff;
	border: 1px solid #dadada;
	padding: 18px;
}

.offerBoxClose {
	float: right;
}

.center {
	text-align:center;
}

/* Steps */

.offerBoxSteps {
	height: 40px; 
	padding-left: 15px; 
	border: 1px #cccccc solid; 
	margin-bottom: 18px;
}
	.offerBoxSteps .step {
		float: left;
		color: #cccccc;
		padding: 5px 25px 5px 0;
		background: #ffffff url('/images/snelofferte/stap.png') right no-repeat;
	}
		.offerBoxSteps .step span {
			font-weight: bold;
		}
	.offerBoxSteps .stepActive {
		float: left;
		color: #000000;
		padding: 5px 25px 5px 0;
		background: #ffffff url('/images/snelofferte/stap.png') right no-repeat;
	}
		.offerBoxSteps .stepActive span {
			font-weight: bold;
			color: #699f00;
		}
	.offerBoxSteps .last {
		float: left;
		padding: 5px 0 5px 10px;
		color: #cccccc;
	}
		.offerBoxSteps .last span {
			color: #cccccc;
			font-weight: bold;
		}
	.offerBoxSteps .lastActive {
		color: #000000;
		float: left;
		padding: 5px 0 5px 10px;
	}
		.offerBoxSteps .lastActive span {
			font-weight: bold;
			color: #699f00;
		}

/* offerBoxInfo */

.offerBoxInfoLeft {
	float: left;
	width: 425px;
	border: 1px solid #dadada;
	padding: 10px;
	background: #f0f0f0;
	margin-bottom: 18px;
	min-height: 430px;
}

.offerBoxInfoLeft textarea {
	width: 419px;
}

.offerBoxInfoRight {
	float: right;
	width: 425px;
	border: 1px solid #dadada;
	padding: 10px;
	background: #f0f0f0;
	margin-bottom: 18px;
	min-height: 430px;
}

	.offerBoxInfoLeft .title, .offerBoxInfoRight .title {
		font-weight: bold;
		margin-bottom: 18px;
		font-size: 14px;
	}

.offerBoxInfoLeft table, .offerBoxInfoRight table {
	margin-bottom: 10px;
}

.offerBoxInfoLeft table a, .offerBoxInfoRight table a {
	color: #699f00;
	font-weight: bold;
}

.offerBoxInfoLeft table th, .offerBoxInfoRight table th {
	text-align: left;
	border-bottom: 2px solid #dadada;
	padding: 5px 3px;
}

.offerBoxInfoLeft table td, .offerBoxInfoRight table td {
	padding: 5px 3px;
	border-bottom: 1px solid #dadada;
}

/* offerBox Footer */
.offerBoxFooter {
	border: 1px solid #dadada;
	padding: 10px;
	background: #ffffff;
}
	.offerBoxFooter .backButton {
		float: left;
		background: #69A100 url('/images/default/titleTop.png') repeat-x;
		color: #FFFFFF;
		padding: 5px 10px;
		font-weight: bold;
	}
		.offerBoxFooter .backButton a, .offerBoxFooter .backButton a:hover {
			color: #ffffff;
			text-decoration: none;
			cursor: pointer;
		}
	
	.offerBoxFooter .sendButton {
		float: right;
		background: #69A100 url('/images/default/titleTop.png') repeat-x;
		color: #FFFFFF;
		padding: 5px 10px;
		font-weight: bold;
	}
		.offerBoxFooter .sendButton a, .offerBoxFooter .sendButton a:hover {
			color: #ffffff;
			text-decoration: none;
			cursor: pointer;
		}

/* Form */
.offerBoxInfoRight label, .offerBoxInfoLeft label  {
	float: left;
	width: 100px;
}
.offerBoxInfoRight br, .offerBoxInfoLeft br {
	clear: left;
}
.offerBoxInfoRight input[type="radio"], .offerBoxInfoLeft input[type="radio"] {
	width: 20px;
	text-align: left;
}
.offerBoxInfoRight input, .offerBoxInfoRight textarea, .offerBoxInfoLeft input, .offerBoxInfoLeft textarea, .offerBoxInfoRight select, .offerBoxInfoLeft select {
	border: 1px solid #dadada;
	padding: 2px;
}
.offerBoxInfoRight option, .offerBoxInfoLeft option {
	padding-right: 10px;
}
.offerBoxInfoRight .row {
	margin-bottom: 5px;
}
.offerBoxInfoRight .validate {
	float: right;
	background: transparent url(/images/icons/form_notok.gif) no-repeat;
	height: 15px;
	width: 15px;
	margin: 5px 0;
}
.offerBoxInfoRight .validateOk {
	float: right;
	background: transparent url(/images/icons/form_ok.gif) no-repeat;
	height: 15px;
	width: 15px;
	margin: 5px 0;
}
.offerBoxInfoRight .indent {
	margin-left: 100px;
	width: 150px;
	float: left;
}

.infoBox {
	border: 1px solid #ffee32;
	background: #fdfe9c url(/images/icons/info.png) 5px 8px no-repeat;
	padding: 5px 5px 5px 30px;
	min-height: 30px;
	font-size: 11px;
}

.infoBox a {
	text-decoration: underline;
}

/* Map */
#offerteBoxMap {
	border: 1px solid #dadada;
	background: #ffffff;
	width: 150px;
	height: 150px;
	padding: 20px;
	float: left;
	margin-bottom: 18px;
}

#offerteBoxMapRight {
	float: right;
	width: 225px;
}

/* Autmatic chosen companies */
#offerBoxInfoCompanies p {
	padding: 5px 0;
	border-bottom: 1px solid #c7c7c7;
	color: #898989;
}

/* Oude CSS */
/* used in (deprecated) ./modules/offerteformulier.php, ./modules/contact.php(, ./modules/offerBox.php) */

.snelofferteDiv {
	padding: 5px 10px 15px 10px;
	float: right;
	margin-right: 18px;
	width: 248px; 
	height: 83px;
	position: relative; 
	background: transparent url('/images/snelofferte/snelofferte.png') no-repeat;
	visibility: visible;
	z-index: 1;
}
.snelofferteDiv input {
	background: #ffffff url('/images/snelofferte/btn_bg.png') repeat-x;
	border: 1px solid #696969;
	color: #464646;
	font-size: 11px;
	padding: 2px;
	width: 120px;
}
.closeSnelofferteDiv {
	padding: 10px;
	top: 20px; 
	float: right;
	padding-right: 35px;
	width: 248px; 
	height: 83px;
	position: relative; 
	background-image: url(/images/snelofferte/snelofferte.png);
	background-repeat: no-repeat;
	visibility: hidden;
	z-index: -1;
}
.snel {
	font-weight: bolder; 
	padding-bottom: 10px; 
	padding-top: 5px;
}


.topBar {
	height: 40px; 
	padding-left: 15px; 
	border: 1px #CCCCCC solid; 
	background-image: url(/images/snelofferte/stap.png); 
	background-repeat: no-repeat;
}
.barLeft {
	padding-top: 3px; 
	float: left; 
	width: 175px; 
	color: #CCCCCC; 
	font-size: 12px;
}
.barRight {
	padding-top: 3px; 
	font-size: 12px;
}
.infoLeft {
	float: left; 
	width: 45%; 
	border: 1px #CCCCCC solid; 
	padding: 15px; 
	background-color: #F0F0F0; 
	height: 455px;
}
.productTop {
	font-weight: bolder; 
	padding-bottom: 20px;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}

.clearLine {
	clear: both; 
	border-top: 1px #CCCCCC solid;
}
.article {
	float: left; 
	color: #699F00; 
	font-weight: bolder;
}
.formFirm {
	color: #699F00; 
	font-weight: bolder;
}
.firmInfo {
	color: black; 
	font-weight: normal;
}
.infoRight {
	float: right; 
	width: 45%; 
	border: 1px #CCCCCC solid; 
	padding: 15px; 
	background-color: #F0F0F0; 
	height: 100%;
}
.leftForm {
	float: left; 
	width: 110px;
}
.between {
	font-size: 6px;
}

.stap {
	color: #699F00; 
	font-weight: bolder;
}

.imageLeft {
	padding-left: 10px;
}
.imageTLeft {
	padding-left: 85px;
}

.offerteDiv {
	width: 900px; 
	padding: 15px; 
	border: 1px #CCCCCC solid; 
	position: absolute; 
	top: 200px; 
	background-color: #FFFFFF;
	visibility: visible;
	z-index: 10;
}
.closeOfferteDiv {
	z-index: -10;
	height: 1px;
	visibility: hidden;
}

/* Contact */

#contactDiv {
	position: absolute;
	width: 912px;
	display: block;
	background: #ffffff;
	border: 1px solid #dadada;
	padding: 18px;
}
.contactLeft {
	float: left; 
	width: 45%; 
	border: 1px #CCCCCC solid; 
	padding: 15px; 
	background-color: #F0F0F0; 
	height: 325px;
}
.closeContactDiv {
	z-index: -10;
	height: 1px;
	visibility: hidden;
}
