/* Forms */

select {
	border:1px solid #c0c0c2;
	padding:2px;
	color:#000;
	font-size:11px;
}

input.text {
	border:1px solid #c0c0c2;
	padding:2px 2px 3px;
	color:#000;
	font-size:11px;
}

input, textarea {
	color:#000;
}

.long {
	width: 170px;
}

input[type=text], textarea {
	border:1px solid #C0C0C2;
}

/* Buttons */

button.replaced_button {
	text-indent:-99999px;
	border:0 none;
}

button.search {
	background:url(../graphics/buttons/search.jpg) no-repeat;
	width:60px;
	height:24px;
	position:relative;
	right:-3px;
}

button.search_button {
	background:url(../graphics/buttons/search.jpg) no-repeat;
	width:60px;
	height:24px;
	position:relative;
	right:-3px;
}

button.search_button1 {
	background:url(../graphics/buttons/search.jpg) no-repeat;
	width:60px;
	height:24px;
	position:relative;
	right:-3px;
}

button.search_button2 {
	background:url(../graphics/buttons/search.jpg) no-repeat;
	width:60px;
	height:24px;
	position:relative;
	right:-3px;
}

button.go {
	background:url(../graphics/buttons/go.png) no-repeat;
	width:33px;
	height:25px;
	position:relative;
	right:-14px;
	float:left;
}

button.find_locations {
	background:url(../graphics/buttons/find_locations.png) no-repeat;
	width:93px;
	height:25px;
	position:relative;
	right:-3px;
}

/* Quick Search Form */

#quick_search {
	display:block;
	position:absolute;
	top:3px;
	left:727px;
}

#quick_search input {
	font-size:12px;
	width:180px;
}

#quick_search button {
	background:url(../graphics/buttons/go.png) no-repeat;
	width:33px;
	height:25px;
	position:relative;	
	top:4px;
}

/* Short Form */

.short_form_wrap {
	padding-bottom:1px;
}

.short_form_row {
	margin-bottom:7px;
}

.short_form_row_no_margin {
	margin-bottom:0px;
}

.short_form_wrap label {
	width:123px;
	display:block;
	float:left;
	padding-right:10px;
}

.short_form_wrap label b {
	color:#07368a;
	/*margin:0 0 12px;*/
	font-size:13px;
}

.short_form_wrap select {
	width:188px;
	float:left;
}

.short_form_wrap input.text {
	width:182px;
	float:left;
}

.short_button_row {
	text-align:right;	
}

.short_button_row_float {
	text-align:right;
	float: right;
	margin-top: 6px;	
}

/* Other Forms */

.third_select_wrap {
	float:left;
}

.third_select_wrap label{
	width:223px; /* LR - Removed go buttons, so width has grown. Original: width:214px; */
	display:block;
	float:left;
	margin-bottom:3px;
}

.third_select_wrap select{
	width:200px;
	float:left;
	clear:left;
	margin-bottom:3px;	
}

.half_padded_form {
	float:left;
	width:330px;
}

.half_padded_form label{
	display:block;
	float:left;
	width:150px;
	margin-right:5px;
}

.half_padded_form select{
	width:162px;
	margin-top:3px;
}

.half_padded_form input.text{
	width:169px;
	margin-top:3px;	
}

/* Customised Search */

.customised_search_wrap, .customised_search_location_wrap {
	margin-top:12px;	
}

.customised_search_location_wrap p {
	padding: 10px;
}

.search_wrap_closed {
	display:none;
}

.search_head {
	margin-bottom:4px;	
}

.search_head a {
	display:block;	
}

.search_head a:hover{
	text-decoration:none;
}

.search_open {
	background:transparent url(../graphics/icons/arrow_up.jpg) no-repeat top right;	
}

.search_closed {
	background:transparent url(../graphics/icons/arrow_down.jpg) no-repeat top right;	
}

.customised_search_wrap form {
	margin-bottom:12px;	
}

.customised_search_wrap h4 {
	margin-bottom:4px;	
}

.customised_search_wrap label {
	display:block;
}

.customised_search_wrap select {
	width:158px;
}

.customised_search_wrap .form_column {
	width:161px;
	float:left;
	margin-right:12px;
}

.customised_search_wrap .form_column label {
	margin-bottom:3px;
}

.customised_search_wrap .form_column_options {
	width:58px;
	float:left;
	margin-top:20px;
}

.customised_search_wrap .form_column_info {
	float:left;
	width:404px;
	padding-top:1px;
}

.customised_search_wrap .form_column_button{
	width:93px;
	float:left;
	margin-top:19px;	
}

.customised_search_wrap_inner {
	margin-bottom:12px;	
}

.three_column_cbs {
	float:left;	
	width:625px; /* was 570px */
}

.three_column_cbs label {
	display:block;
	float:left;
	width:200px; /* was 182px */
	margin:0 8px 3px 0;
}

.three_column_cbs label input{
	float:left;
	margin:4px 4px 4px 0;
}

.three_column_cbs label span{
	display:block;
	float:left;
	margin:2px 0 0 4px;
}

.cb_button {
	float:left;
	margin:43px 0 0 7px!important;	
}

.basic_form .mandatory {
	color: #FF0000;
}

.basic_form .field_row {
	padding: 5px;
}

.basic_form label {
	float: left;
	width: 110px;
	padding-top: 2px;
	text-align: right;
	margin-right: 5px;
}

.basic_form textarea.address {
	width:314px;
	height:120px;
}

.basic_form .button_row {
	padding: 5px;
	text-align: right;
}

.basic_form button {
	cursor: pointer;
}

.listing_form .button_row {
	text-align: right;
}

.listing_form fieldset {
	border: 1px solid #2783C4;
	padding: 5px;
	margin-bottom:6px;
}

.listing_form legend {
	font-weight: bold;
	font-size: 14px;
	color: #2783C4;
	padding: 5px;
	margin-left: 10px;
	cursor: pointer;
}

.listing_form .buttons {
	text-align:right;
	margin:12px 0;
}

.listing_form fieldset fieldset {
	border-left: 0;
	border-right: 0;
	margin: 10px 0;
	padding:0;
}

.listing_form fieldset fieldset legend {
	cursor: default;
	color: #000000;
}

div.clonable_template {
	background:#F9F9F9;
	padding:10px;
	border:1px dashed #CCCCCC;
	margin:11px 7px;
}

div.clonable_template .long {
	width:405px;
}

.listing_form div.clonable_template .field_row {
	border-bottom:0;
}

.listing_form select {
	margin-right:6px;	
}
/*
.listing_form table {
	margin:10px 0 8px;
	clear:left;	
}

.listing_form table table {
	margin:0;	
}*/

.listing_form .field_row {
	padding: 5px;
	border-bottom: 1px dashed #F3F3F3;
	position:relative;
}

.listing_form .top_separated {
	/* border-top: 2px solid #CCCCCC; */
}

.listing_form label {
	float: left;
	width: 215px;
}

.listing_form label.long_label {
	width: 430px;
}

.listing_form .short {
	width: 65px;
}

.listing_form .medium {
	width: 125px;
}

.listing_form .long {
	width: 405px;
}

.listing_form .no_editor {
	width:405px!important;	
}

.listing_form .full_length {
	width: 425px;
}

.listing_form .large {
	width: 209px;
	height: 100px;
}

.listing_form .postal_address {
	width: 200px;
	height: 60px;
}

.listing_form .summary_box {
	width: 666px;
	height: 220px;
}

.listing_form .clonable_template .summary_box {
	width: 626px;
	height: 220px;
}

.listing_form .checkboxes label {
	clear:left;	
	width:600px;
}

.listing_form .checkboxes .checkbox {
	float:left;
	clear:none;
	padding:3px 3px 3px 0;
	width:195px;
}

.listing_form .checkboxes .checkbox input{
	margin-right:5px;
	position:relative;
	top:2px;
}

.listing_form p {
	margin:0 5px 6px;	
}

/* Errors */

.error_row {
	color:#990000;	
}

/* Editable Items */

#editable_items {
	margin:0 2px 0 7px;
	position:relative;
}

#editable_response {
	top:0;bottom:0;
	left:0;right:0;
	position:absolute;
}

.editable_item {
	background-color:#F9F9F9;
	background-position:center 10px;
	background-repeat:no-repeat;
	padding:80px 5px 5px;
	width:149px;
	float:left;
	border:1px dashed #CCCCCC;
	text-align:center;
	margin:0 5px 5px 0;
}

.pdf {
	background-image:url(../graphics/icons/pdf_large.png);
}

.video {
	background-image:url(../graphics/icons/video_large.png);
}

.news {
	background-image:url(../graphics/icons/document_large.png);
	background-position:53px 10px;
}

.gallery {
	background-image:url(../graphics/icons/gallery_large.png);
}

.case_study {
	background-image:url(../graphics/icons/folder_blue.png);
}
