@charset "UTF-8";
/* CSS Document developped by nTec Solution */
table {
	width:100%;
	height:auto;
	border: 0px;
}

#form {
	width: 100%;
	height:auto;
	border: #CCC 1px solid;
	background: #F2F2F2;
}

#form td {
padding: 10px 5px 10px 5px;
border-bottom: #CCC 1px solid;
}
#form .label {
	color:#333;
	font-size:12px;
}

#map {
	margin:0 0 10px 0;
	border: #CCC 1px solid;
	width:100%;
	height: 264px;
}

#contactInformation {
	width: 100%;
	margin:0 0 10px 0;
	border-top: #CCC 1px solid;
	border-left:#CCC 1px solid;
	border-right:#CCC 1px solid;
	height:auto;
}
#contactInformation table tr td {
	font-size: 12px;
	color: #333;
	padding: 5px 5px 20px 5px;
	vertical-align: top;
	border-bottom:#CCC 1px solid;
}
#sectionMiddle {
	position: relative; 
	width:100%;
	height:600px;

}
#sectionLeft {
	float:left;
	width:600px;
	height:auto;
	margin-left:10px;
}
#sectionRight {
	float:right;
	width:350px;
	height:auto;
	margin-right:10px;
	display:inline;
}
#image {
	width: 100%;
	height:233px;
	border: #CCC 1px solid;
	margin:0 0 10px 0;
}
.confirmOK {
	size:14px;
	color: #060;
	line-height:40px;
	vertical-align:top;
	text-align:center;
	width:100%;
	height:300px;
	
}
.confirmNotOK {
	size:14px;
	color: #C30;
	line-height:40px;
	vertical-align:top;
	text-align:center;
	width:100%;
	height:300px;
}