@charset "utf-8";
/* 	CSS Document 
	
	Property Detail & Search Slider Styles
	---------------------------------------

/* BODY
   ----------------------------------------------------*/
body { 
	font-family:Arial, Helvetica, sans-serif;
	background-color:#fff; 
	color:#000; 
}
.clear_both {
	clear:both;
}
.pointer {
	cursor:pointer;	
}
.default {
	width:auto !important;
	height:auto !important;
}
hr.divider {
	height:1px;
	color:#B6B6B6 !important;
	background-color:#B6B6B6 !important;
	border:0;
	width:157px;
	margin:0;
	padding:0;
	margin:10px 0 -5px 10px;
}
label {
	cursor:pointer;
}
.smaller {
	font-size:0.95em !important;
}
#nav ul {
    list-style-image:none;
}
ul {
	list-style-image:url(/branch/images/bullet_point.jpg);
}
ul li a {
	color:#000;
	text-decoration:none;
}
li a:hover, li a:focus {
	text-decoration:underline;
}


/* PROPERTY DETAIL
   ----------------------------------------------------*/
#agent_box {
	background:url(/branch/images/agent_box_middle.jpg) repeat-y right top;
	border-left:1px solid #BDBDBD;
}
#agent_box_top {
	background:url(/branch/images/agent_box_top.jpg) no-repeat right top;
	height:11px;
}
#agent_box_bottom {
	background:url(/branch/images/agent_box_bottom.jpg) no-repeat right bottom;
	height:11px;
}
.agent {
	display:block;
	padding:0px 8px;
	overflow:hidden;
}
.agent_head{
	color:#D82221;
	font-weight:bold;
	margin-bottom:1px;
	background:url(/branch/images/agent_top.gif) no-repeat right top;
	padding:2px 8px 0px 14px;
    width:146px;
    overflow:hidden;
}
.agent_head_closed{
	color:#000;
	font-weight:bold;
	margin-bottom:1px;
	background:url(/branch/images/agent_top_closed.gif) no-repeat right top;
	padding:2px 8px 0px 14px;
	cursor:pointer;
}

.agent_photo {
	margin-bottom:3px;
}
.agent_contact_info {
	padding-bottom:3px;
}

.agent_contact_info a {
	color:#d63131;
}
.agent_contact_info a:hover, .agent_contact_info a:focus {
	color:#E47474;	
}
#content .agent_vid_link{
	margin:0 0 5px 0;
	padding:0;
}
a.button_email {
	display:block;
	background:url(/branch/images/button_email.jpg) no-repeat left top;
	padding-top:1px;
	margin:2px 0 2px 5px;
	width:116px;
	height:24px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
}
#error_msg h2 {
	margin-top:22px !important;	
}
#for_sale {
	float:left;
	width:400px;
	margin-bottom: 5px;
}
#for_sale h3 {
	font-size:1.40em;
	font-weight:bold;
	color:#d63131;
	line-height: 1.1em;
}
#for_sale h4#property_address {
	font-size:0.95em;
	color:#606060;
	font-weight:bold;
	margin:5px 0px 0px 0px;
}
tr.header_row {
    width:400px;
}
#listing_detail_rural tr.header_row td {
    width:400px;
	border:0;
	border-top:1px solid #d6d6d6;
	border-bottom:1px solid #d6d6d6;
	margin:0;
	padding:0;
    padding:5px 0;
	color:#D82221;
}
#listing_detail_rural tr.header_row td a {
	font-weight:bold;
	color:#D82221;
}
#listing_detail_rural tr.header_row td a:hover, #listing_detail_rural tr.header_row td a:focus {
	text-decoration:underline;	
}
#listing_detail_rural tr.detail_row td {
	border:0;
	margin:0;
	padding:0;
    padding:5px 0;
	vertical-align:top;
}
#listing_detail_rural .top_link {
	text-decoration:none;
	font-weight:bold;
	float:right;
	background:url(/branch/images/top_arrow.gif) right center no-repeat;
	padding-right:10px;
}
#middle_content {
	/*width:893px;*/
	margin-left:6px;
}
#middle_content h2 {
	color:#d63131;
	font-size:1.30em;
	font-weight:bold;
	margin:0px 0px 7px 2px;
}
#middle_left {
	width:600px;
	float:left;
}
#middle_left h4 {
	font-weight:bold;
	font-size:1.3em;
	margin:17px 0 10px 0;
}
#middle_right {
	width:275px;
	float:left;
	margin-top:7px;
	margin-left:16px;
	font-size:1.0em;
}
#middle_right h4, .panel h4 {
	color:#d63131;
	font-weight:bold;
	font-size:1.35em;
}
.panel_top {
	display:block;
	height:16px;
	background:url(/branch/images/bg_panel_top.jpg) no-repeat left top;
	position:relative;
	z-index:6;
	margin-top:5px;
	margin-left:4px;
}
#content p.further_info {
	margin-left:20px;
	margin-bottom:22px;
	font-weight:bold;
	padding:3px 0 0 0;
}
#page_heading {
	margin:0;
	padding-bottom:11px;	
}
#page_heading h1 {
	font-size:0.95em;	
}
#page_heading h1 span {
	font-size:2em;
}
#property_image_holder {
    background-color:#CFCFCF;
}
#property_image, #property_image img, #property_image_holder {
	cursor:pointer;	
    width:400px;
    height:240px;
}
#property_detail {
	background:url(/branch/images/bg_property_detail_middle.jpg) repeat-y left top;
	width:600px;
}
#property_detail_top {
	background:url(/branch/images/bg_property_detail_top.jpg) no-repeat left top;
	padding:12px 14px 8px 14px;
}
#property_detail_middle {
	/* nina 18/01/08 changed top padding from 8 to 0 
	Fixed problem with really long heading overlapping by removed height:7 from above
	but then needed to remove padding*/
	padding:0px 15px 0px 15px;
	/*min-height:355px;*/
}
#property_id {
	float:left;
	font-size:0.85em;
	color:#717171;
	text-align:right;
	width:165px;
	}
#property_id strong {
	color:#000;
	font-weight:bold;
	font-size:1.1em;
}
#property_detail_left {
	float:left;
	width:400px;
}
#property_detail_right {
	float:left;
	width:170px;
	font-size:0.9em;
}
#property_detail_right h5 {
	color:#d63131;
	font-weight:bold;
	font-size:1.15em;
	padding:0px 0 4px 9px;
}
#property_detail_right ul {
	padding:0;
	margin:11px 0 0 25px;
}
#property_detail_right ul li {
	margin:0;
	padding:0;
	margin-bottom:2px;
	
}
#property_detail_right ul li a {
	text-decoration:underline;
	color:#191919;	
}
#property_detail_right ul li a:hover, #property_detail_right ul li a:focus {
	text-decoration:underline;
	color:#515151;	
}
#property_detail_bottom {
	background:url(/branch/images/bg_property_detail_bottom.jpg) no-repeat left top;
	height:44px;
	padding-top:11px;
	padding-left:16px;
	margin-bottom:15px;
}
#property_detail_bottom ul {
	margin:0;
	padding:0;
	list-style:none;	
}
#property_detail_bottom ul li {
	float:left;
	padding-right:12px;	
}
#property_features_left {
	width:383px;
	float:left;
	text-align:left;
	font-size:0.95em;
	padding-top:15px;
	padding-left:3px;
	color:#8C8C8C;
}
#property_features_left span {
	font-weight:bold;
	color:#000;
}
#property_features_right {
	width:185px;
	float:left;
	text-align:right;
	padding-top:10px;
	padding-right:5px;
}
#property_about_details {
	font-size:0.90em;
	line-height:165%;
	padding-top:9px;
}
#property_about_details ul {
    margin:0 0 10px 0;
}
#property_about {
	float:left;
	width:395px;
	padding:0 1px 0 4px;
}
#property_about a {
	color:#D63131;	
	text-decoration:underline;
}
#property_about a:hover, #property_about a:focus {
	text-decoration:underline;
	color:#E47474;
}
#property_about p {
	margin-bottom:11px;
}
#property_about h3 {
	font-size:1.3em;
	font-weight:bold;
	margin-bottom:9px;
}
#property_dotpoints {
	float:left;
	width:180px;
	margin-left:0;
	line-height:normal;
}
#property_dotpoints ul {
	margin-left:12px;
	margin-bottom:25px;
}
#property_dotpoints ul li {
	margin-bottom:5px;
}
#property_dotpoints ul li a {
	color:#D82221;
	text-decoration:underline;
}
#property_dotpoints ul li a:hover, #property_dotpoints ul li a:focus {
	text-decoration:underline;
	color:#E47474;	
}

#slider {
	background-color:#E2E2E2;
	border-right:1px solid #959595;
	border-bottom:1px solid #959595;
	border-left:1px solid #959595;
	margin-top:-4px;
	padding:10px 9px 0 9px;
	height:59px;
	overflow:hidden;
}
p.no_available_thumbs {
	text-align:center; 
	margin-top:8px; 
	font-size:0.95em;	
}
#view_large_photos {
	text-align:left;
	padding-top:7px;
}
#view_large_photos a#view_button {
	background:url(/branch/images/bg_view_large_photos2.jpg) no-repeat left top;
	display:block;
	width:120px;
	height:25px;
	color:#fff;
	padding:5px 0 0 34px;
	font-size:0.82em;
	font-weight:bold;
	text-decoration:none;
}
a#slide_left {
	display:block;
	float:left;
	width:16px;
	height:50px;
	background:url(/branch/images/button_slider_left.jpg) no-repeat left top;
	text-indent:-100000px;
	outline:none;
	margin-right:6px;
	cursor:pointer !important;
}
a#slide_left:hover, a#slide_left:focus {
	background-position:0 -50px;
}
a#slide_left.down, #slide_left.down, .down {
	background-position:0 -100px;
}
a#slide_left.end, #slide_left.end, .end {
	background-position:0 -150px;
}
a#slide_right {
	display:block;
	float:left;
	width:16px;
	height:50px;
	background:url(/branch/images/button_slider_right.jpg) no-repeat left top;
	outline:none;
	text-indent:-100000px;
	margin-left:6px;
	cursor:pointer !important;
}
a#slide_right:hover, a#slide_right:focus {
	background-position:0 -50px;
}
a#slide_right.down, #slide_right.down, .down {
	background-position:0 -100px;
}
a#slide_right.end, #slide_right.end, .end {
	background-position:0 -150px;
}
#slide_images {
	float:left;
	overflow:hidden;
	width:334px;
	height:50px;
	padding-left:1px;
	padding-right:1px;
	white-space:nowrap;
}
#slide_images a img {
	border:1px solid #8F8E8C;
	outline:none;
}
#slide_images a {
	outline:none;
	cursor:pointer;
}
#slide_images a:hover img, #slide_images a:focus img, #slide_images a img:hover, #slide_images a img:focus, #slide_images a:active img, #slide_images a img:active, #slide_images a.active img {
	border:1px solid #000;
}

/* WEATHER BOX
   ----------------------------------------------------*/
#weather_panel h6 {
	color:#d63131;
	font-weight:bold;
	font-size:1em;
	margin-top:-2px;
}
#weather_panel table {
	font-size:0.9em;
}
#weather_panel table tr td big {
	color:#d63131;
	font-family:Arial, Helvetica, Geneva, sans-serif;
	font-weight:bold;
	font-size:1.45em;
}
#weather_panel table tr.footer td {
	font-size:0.85em;
	color:#545353;
	margin-top:5px;
}
#weather_panel table tr.footer td a {
	color:#545353;
	text-decoration:underline;
}
#weather_panel table tr.footer td a:hover, #weather_panel table tr.footer td a:focus {
	text-decoration:none;
}
#weather_panel ul {
	margin-top:10px;
	margin-left:12px;
}
#weather_panel ul li {
	margin-bottom:4px;
}

/* FEEDBACK BOX
   ----------------------------------------------------*/
a#feedback_heading {
	display:block;
	width:275px;
	height:44px;
	background:url(/branch/images/panel_heading_feedback.gif) no-repeat left top;
	text-indent:-100000px;
	outline:none;
	position:relative;
	z-index:2;
	cursor:pointer;
}
a#feedback_heading.close {
	background:url(/branch/images/panel_heading_feedback.gif) no-repeat left -44px;
}
#feedback_panel {
	margin-top:8px;
	background-color:#fff;
}
#feedback_panel div.panel table tbody tr td input, #feedback_panel div.panel table tbody tr td textarea, #feedback_panel div.panel table tbody tr td select {
	margin-bottom:4px;
	width:224px;
	padding:1px;
	color:#3B3B3B;
}
button#feedback_form_send {
	width:54px;
	height:25px;
	color:#fff;
	border:none;
	cursor:pointer;
	margin-top:4px;
}
#feedback_table tr td {
	padding:1px !important;
}
#feedback_table tr td label {
	margin-top:3px !important;
	font-size:0.75em;	
}
.feedback_caption{
	font-size: 0.9em;
	margin-left: 6px;
	margin-bottom: 5px;
	line-height:160%;
	margin-top:10px;
}
.feedback {
	
}
.feedback_left {
	float: left; 
	width: 70px;
}
.feedback_right{
	color: #555555;
	font-size: 0.90em;
	float: left;
	display: inline;
	text-align: left;
}

/* NEW SEARCH BOX
   ----------------------------------------------------*/

div.include_option {
   background:url(/branch/images/bg_include_option.gif) no-repeat 0 0;
   color:#3F3F3F;
   font-size:0.9em;
   height:17px !important;
   width:233px;
   margin-bottom:2px;
}
div.include_option_selected {
	background:url(/branch/images/bg_include_option.gif) no-repeat 0 -36px;
	color:#fff;
	font-size:0.9em;
	height:17px !important;
	width:233px;
	margin-bottom:2px;
}
div.include_option:hover, div.include_option:focus {
	background:url(/branch/images/bg_include_option.gif) no-repeat 0 -18px;	
}
div.include_option input, div.include_option_selected input {
	display:block;
	float:left;
	height:17px;
	margin-left:3px;
}
div.include_option label, div.include_option_selected label {
	display:block;
	float:left;
	height:17px;
	padding-left:5px;
	margin-top:1px;
}
/* LOAN CALCULATOR PANEL */
a#loan_calculator_heading {
	display:block;
	width:275px;
	height:44px;
	background:url(/branch/images/panel_heading_loan_calculator.gif) no-repeat left top;
	text-indent:-100000px;
	outline:none;
	position:relative;
	z-index:9;
	cursor:pointer;
	left: -6px;
}
#loan_calculator_panel {
	font-size:14px;
	margin-top:50px;
}
#loan_calculator_panel a {
	color:#D82221;
}
#loan_calculator_panel .calc_body {
	background-color:transparent !important;
	border:none !important;
	border-bottom:1px dashed #BDBDBD !important;
	padding-left:9px;
}
#loan_calculator_panel .panel {
	padding-top:47px;
	display:block;
	width:242px;
	background:url(/branch/images/bg_panels.jpg) repeat-x left top;
	border-left:1px solid #BDBDBD;
	border-right:1px solid #BDBDBD;
	padding-left:10px;
	padding-right:10px;
}

#loan_calculator_panel .panel_bottom {
	display:block;
	width:264px;
	height:13px;
	background:url(/branch/images/bg_panel_bottom.gif) no-repeat left top;
}

.calc_submit {
	padding:12px 0 17px 6px;		
}
#FI_span, #PI_span {
	font-weight:bold;	
}
#make_enquiry_panel_holder.panel fieldset, #feedback_panel_holder.panel fieldset {
	margin-left:5px;	
}

/* PROPERTY ID SEARCH
   ----------------------------------------------------*/
#property_id_search {
	width:235px;
	height:75px;
	background:url(/branch/images/bg_id_search.jpg) no-repeat left top;
	margin-bottom:10px;
	padding:10px 20px 0 20px;
}
#property_id_search h4 {
	margin:0 0 5px 0;
}
#property_id_search input.input_padding {
	padding:1px;
	width:110px;
	font-size:0.9em;
}
.note {
	display:block;
	padding-top:4px;
	padding-right:5px;
	font-size:0.9em;
	line-height:110%;
	color:#D63131;
}

/* RENT VS BUY
   ----------------------------------------------------*/
a#rent_vs_buy_heading {
	display:block;
	margin-top:15px;
	width:275px;
	height:44px;
	background:url(/branch/images/panel_heading_rent_vs_buy.gif) no-repeat left top;
	text-indent:-100000px;
	outline:none;
	position:relative;
	z-index:8;
	cursor:pointer;
}
#rent_vs_buy_panel {
	margin-bottom:13px;	
}
#rent_vs_buy_panel h4 {
	margin-bottom:12px;
}
#rent_vs_buy_panel .panel {
	background:#fff url(/branch/images/bg_panels_small.jpg) repeat-x left top;
	padding-top:33px;
	margin-top:-30px;
	color:#353535;
	font-size:0.85em;
}
#rent_vs_buy_panel ol {
	margin:0;
	padding:0;
	margin-left:5px;
	margin-bottom:5px;	
}
#rent_vs_buy_panel ol li {
	margin-bottom:7px;
}
#rent_vs_buy_panel input {
	padding:1px;
}
#rent_vs_buy_result {
	font-size:1.2em;
	font-weight:bold;	
}
#rent_vs_buy_panel td.calc_body {
	background-color:transparent !important;
	border:none !important;
	border-bottom:1px dashed #BDBDBD !important;
}

/* SEARCH BY MAP
   ----------------------------------------------------*/
a#search_by_map_heading {
	display:block;
	/*margin-top:15px;*/
	width:275px;
	height:44px;
	background:url(/branch/images/panel_heading_search_by_map.gif) no-repeat left top;
	text-indent:-100000px;
	outline:none;
	position:relative;
	z-index:8;
	cursor:pointer;
}
#search_by_map_panel h4 {
	margin-bottom:12px;
}
#search_by_map_holder.panel {
	background:#fff url(/branch/images/bg_panels_small.jpg) repeat-x left top;
	padding-top:37px;
	margin-top:-30px;
	color:#353535;
	font-size:0.85em;
}
#search_by_map_holder.panel p {
	margin-bottom:7px;	
}
#map_search_panel {
	margin-top:36px;	   
}
.mac_ff_fix{
	display:none;
}
tr.table_row {
	display:table-row;
}
input.table_row {
	display:inline;
}
tr.hidden, input.hidden, table.hidden, td.hidden, label.hidden {
	display:none;
}
/* Hidden 2 is used when the elements need to be in the page onload for mootools to initialise */
tr.hidden2, input.hidden2 {
	position:absolute;
	top:-1000px;
}


/* SEARCH RESULTS
   ----------------------------------------------------*/
#search_results_search {
	font-size:1.15em;	
}
#search_results_search ul {
	list-style:none;
	font-family:Aria,Helvetica, Geneva, sans-serfif;
}
#search_results_search ul li.li_refine_search, #search_results_search ul li.li_new_search {
	float:left;
}
#search_results_search ul li.li_refine_search a, #search_results_search ul li.li_new_search a{
	padding-top:5px;
	font-weight:bold;
	color:#666666;
	font-size:0.85em;
	display:block;
	height:20px;
	outline:none;
}
#search_results_search ul li.li_refine_search a {
	width:108px;
	padding-left:28px;
}
#search_results_search ul li.li_refine_search a.off {
	background:url(/branch/images/tab_left.jpg) no-repeat left top;
}
#search_results_search ul li.li_refine_search a.on {
	background:url(/branch/images/tab_left.jpg) no-repeat 0 -25px;
	color:#D63131;
}
#search_results_search ul li.li_new_search a {
	width:124px;
	padding-left:15px;
}
#search_results_search ul li.li_new_search a.off {
	background:url(/branch/images/tab_right.jpg) no-repeat left top;
}
#search_results_search ul li.li_new_search a.on {
	background:url(/branch/images/tab_right.jpg) no-repeat 0 -25px;
	color:#D63131;
}
#refine_search_holder p.smaller, #new_search_holder p.smaller {
	margin-top:5px;
	font-size:0.9em !important;
	width:68px;
}
#refine_search_holder.hidden {
	display:none;	
}
#refine_search {
	background:url(/branch/images/bg_panel_shadow_refine_search.jpg) no-repeat left top;
	width:275px;
	position:relative;
}
#rs_slider_value_integer4 {
	font-size:0.9em;	
}
.panel_shadow_bottom {
	display:block;
	background:url(/branch/images/bg_panel_shadow_bottom.jpg) no-repeat left top;
	width:275px;
	height:21px;
}
#refine_search div.panel2 {
	padding-top:12px;
	min-height:170px;
}
div.panel2 {
	font-size:0.85em;
	padding:9px 18px 0 16px;
}
div.panel2 input, div.panel2 select, div.panel2 textarea {
	color:#3B3B3B;
	padding:1px;	
}
#click_to_enquire, #click_to_ryi {
	margin-top:8px;	
}
#property_type_ip {
	line-height:150%;	
}
#property_type_ip input {
	float:left;
	display:block;
	margin-top:3px;
}
#property_type_ip label {
	display:block;
	float:left;
	margin-left:5px;	
}

/* MAP STYLES
   ----------------------------------------------------*/
#map{
	border:1px #979797 solid;
	width: 590px;
	height: 390px;
}
#map_controls{
	border-top:1px #CFCFCF solid;
	padding:20px 0px 3px 0px;
	clear:both;
}
#map_controls #map_view{
	float:left;
	text-align:right;
	width:390px;
	color:#D82221;
}
#map_controls #map_view a{
	color:#000;
	padding-left:4px;
}
#map_controls #map_zoom{
	float:left;
	width:200px;
}
#map_controls .zoom_in{
	display:block;
	float:left;
	width:14px;
	height:14px;
	margin-left:8px;
	background:url(/branch/images/zoom_in.gif) transparent no-repeat scroll;
}
#map_controls .zoom_out{
	display:block;
	float:left;
	width:14px;
	height:14px;
	background:url(/branch/images/zoom_out.gif) transparent no-repeat scroll;
	margin-left:8px;
}
#map_controls .zoom_text{
	color:#D82221;
	font-weight:bold;
	float:left;
}
#map_cover{
	position:absolute;
}
#map_cover.go{
	width: 592px;
	height: 392px;
	background:url(/branch/images/map-loading.gif) #CCC no-repeat center;
	z-index:300;
}
#map_legend{
	width: 574px;
	border-left:1px #959595 solid;
	border-right:1px #959595 solid;
	border-bottom:1px #959595 solid;
	background-color:#E2E2E2;
	padding:8px;
}
#map_legend h2{
	margin-bottom:5px;
}
#map_legend ul{
	list-style:none;
	height:85px;
	margin:0;
	padding:0;
}
#map_legend li{
	float:left;
	padding:0;
	margin:0 30px 0 0;
	/* IE6 fix */
	display:inline;
}
#map_legend li img{
	margin-right:-5px;
}
#map_legend p.disclaimer{
	font-size:0.8em;
	line-height:normal;
}
span.search_params_red {
	color:#242424;
}
span.search_params_red a {
	color:#D63031 !important;
}
#feedback_form_holder {
	font-size:0.85em;
}
#feedback_form_holder.invisible {
	visibility:hidden;	
}
#feedback.ajax-loading {
	background:url(/branch/images/spinner.gif) no-repeat center top;	
}
#feedback h2 {
	font-weight:bold;	
}
#enquiry_form_holder.invisible {
	visibility:hidden;
}
#enquire.ajax-loading {
	background:url(/branch/images/spinner.gif) no-repeat center top;	
}
#enquire h2 {
	font-weight:bold;	
}

/* Quick Links Panel - Used on Advanced Search Form */
a#quick_links_heading {
	display:block;
	width:275px;
	height:44px;
	background:url(/branch/images/panel_heading_quick_links.gif) no-repeat left top;
	text-indent:-100000px;
	outline:none;
	position:relative;
	z-index:2;
	cursor:pointer;
}
a#quick_links_heading.close {
	background:url(/branch/images/panel_heading_quick_links.gif) no-repeat left -44px;
}
#quick_links {
	margin-top:8px;
	background-color:#fff;
}
#quick_links.panel {
	background:url(/branch/images/bg_panels_small.jpg) repeat-x left top !important;
	margin-top:-30px;
	height:237px;
}
#quick_links_panel div.panel_bottom {
	background:url(/branch/images/panel_bottom.gif) no-repeat left top;
}
#quick_links ul {
	padding-top:28px;
	padding-bottom:5px;
	margin-left:20px;
}
#quick_links ul li {
	margin-bottom:6px;	
}
/* Spam protection */
input.age_field {
	visibility:hidden;
	margin:0;
	border:0;
	padding:0;
	height:1px;
	width:1px;
	position:absolute;
	top:-1000px;
}
textarea#make_enquiry_form_comments {
	font-size:0.7em;	
}
a.facebook_icon {
   padding-right:20px;
   background:url(/branch/images/facebook_icon.gif) no-repeat right top; 
}
#enquiry_form input {
    padding:1px;
}
p#open_inspections {
    margin:0;
    padding:0;
    padding-left:3px;
    margin-top:-5px;
}

