
.container_middle .middle_left
{
	background-color: grey;
	width: 400px;
	height: 500px;
	float: left;
	padding: 5px;
	display: table-cell;
}

.filters_loading
{
	background: url(loading.gif) no-repeat;
	background-position: 85px 119px;
	background-color: #ffffff;
	opacity:0.7;
	filter:alpha(opacity=70);
	width: 237px;
	height: 303px;
	padding: 5px;
	position: absolute;
	margin:0px 0px 0px 0px;
}

.estimate-form 
{
    background: url("distance-cost-form-bg.png") no-repeat scroll 0 0 transparent;
    color: #3F3F3F;
    font-size: 10px;
    height: 313px;
    padding: 36px 17px 0;
    width: 237px;
}

.form-select
{
	color: #888888;
	width: 150px;
	border: 0px;
	font-size: 10px;
	width: 145px;
	height: 13px;
}

.span-form-select
{
	display: table-cell;
	padding: 1px 1px 1px 5px;
	border: 1px solid #aaaaaa;
	background: #FFFFFF;
}
.form-label
{
	display: table-cell;
	vertical-align:middle;
	font-size: 11px;
	width: 70px;
	color: #888888;
	padding: 0px 10px 0px 0px;
	text-align: left;
}

.distance-cost-submit {
    background: url("distance-cost-submit.png") repeat scroll 0 0 transparent;
    border: 0 none;
    cursor: pointer;
    height: 26px;
    width: 98px;
}

div.form-separator
{
	display: block;
	height: 3px;
	clear: both;
}

div#container_distance
{
	padding: 10px;
	font-size: 14px;
	background: #e1e1e1;
}

div#car_transport_estimate_result
{
	display: none;
}

#car_transport_estimate_error
{
	display: none;
}