/* Canvas : should hover & should be invisible at the outset */
#cfsdc_location_wrapper {
	position: relative;
}

#cfsdc_location_canvas {
	z-index: 800;
}

#cfsdc_quote div.row {
	clear: both;
	display: block;
}

/* rules for .row_project_name and its children */
#cfsdc_quote .row.project_name {

}

/* rules for .row_location and its children */
#cfsdc_quote .row.location {

}

/* gmap icons */
#cfsdc_quote .row.location #cfsdc_location_icon {
	display: block;
	float: left;
	max-height: 100%;
	width: auto;
}

#cfsdc_quote .row.location #cfsdc_location_close {
	position: absolute;
	right: -16px;
	top: -16px;
	z-index: 900;
}

#cfsdc_quote .row.location #cfsdc_location_info {
	position: absolute;
	left: 200px;
	top: 20px;
	z-index: 880;
}

/* rules for .row_calc and its children */
#cfsdc_quote .row.calc {

}

#cfsdc_quote .row .form_label {
	display: block;
	float: left;
	width: 25%;
	margin-right: 1%;
}

#cfsdc_quote .row .form_field {
	display: block;
	float: left;
	width: 72%;
}


#cfsdc_quote .row .form_field #cfsdc_calc {
	display: block;
	text-align: center;
	margin-left: 20%;
	margin-right: 20%;
}
