#treatmentLocatorSidebar {
	width:170px;
    height:273px;
    color: #333;
	font-family: Helvetica,Arial,Verdana,sans-serif;
}
#treatmentLocatorSidebar .title {
	padding: 10px 20px 0 23px;
	font-size: 22px;
}
#treatmentLocatorSidebar .content {
	padding: 15px 20px 0px 22px;
	font-size: 15px !important;
	font-weight: normal !important;
}
#treatmentLocatorSidebar .content p {
	font-size: 12px !important;
	padding-bottom: 0 !important;
}

#treatmentLocatorSidebar .input {
	border: 1px solid #e4b75c;
	color: #999 !important;
	height: 20px !important;
	width: 60% !important;
	padding-left: 5px;
	padding-top: 2px;
	vertical-align: middle;
	-webkit-appearance: none;
    border-radius: 0;
}

#treatmentLocatorSidebar .submit {
    background-color: #147f85;
	color: #fff;
	border: none;
	height: 24px !important;
	width: 21% !important;
	vertical-align: middle;
	-webkit-appearance: none;
    border-radius: 0;
	
}