#contentWrapper {
	margin-left: 0;
}

#content {
	overflow: hidden;
}

#content h2 {
	padding: 8px 10px 0;
}

.mapPane {
	width: 318px;
	float: left;
	padding: 0 20px 0 10px;
	border-right: 1px solid #e1e1e1;
}

.addressPane {
	width: 213px;
	float: left;
	padding: 0 20px;
}

.formPane {
	margin-left: 602px;
	border: 1px solid #e1e1e1;
	padding: 1.2em 10px;
}

.mapPane strong {
	font-size:110%;
}

#map_canvas {
	border: 1px solid #cbcbcb;
	width: 316px;
	height: 288px;
	margin: 1.2em 0;
}


#contentWrapper #content h3 {
	border-bottom: none;
	padding:0;
}

#contentWrapper h3 {
	font-size:130%;
	font-weight:bold;
	margin-bottom:0.5em;
	padding:0;
}

#contentWrapper h3 small {
	font-weight:normal;
}


.formPane p.desc {
	color: #727272;
	margin: 1.6em 0 1.6em;
}

#cForm {
	margin-bottom: .5em;
	width: 95%;
}

#cForm .zend_form {
	overflow: hidden;
}

#cForm dl.zend_form dd {
	border: none;
	margin-bottom: 1.2em;
	padding: 2px;
	}

#cForm dl.zend_form dd.noborder {
	}

#cForm input.text,
#cForm select,
#cForm textarea {
	border: 1px solid #a3acb3;
	font-family: Tahoma,Arial,sans-serif;
	background: #fff;
	font-size: 100%;
	padding: 0;
	width: 98%;
	padding: 1px 2px;
}
#cForm select {
	width: 99%;
}
#cForm textarea option {
	padding: 2px;
}



#cForm input.text,
#cForm select {
	min-height: 14px;
	height: auto !important;
	height: 14px;
}

#cForm label {
	display: block;
	margin-bottom: .2em;
}


#cForm .buttonPartRight {
}

#cForm .buttonPartLeft {
	text-align: right;
	padding: 0 1%;
}


#cForm input.submit {
    height:2em;
    cursor:pointer;
    font-size:1em;
    font-weight:bold;
    color:#000000;
    background:transparent url(../img/shared/button_bg.png) repeat-x 0 55%;
    border:none;
    padding: 0 10px;
}



#cForm ul.errors {
	margin: 0.1em 0 1em;
}

#cForm ul.errors li {
	font-size: 90%;
	color: #DB212B;
}