div.form {
	clear: both;
	overflow: hidden;
}

div.form div.left-col {
	float: left;
	width: 48%;
}
div.form div.right-col {
	float: right;
	width: 48%;
}

div.form fieldset {
	/*padding: 30px 5px 10px 5px;*/
	padding: 5px 0;
	position: relative;
}

div#main-col div.form fieldset {
	padding: 45px 5px 10px 5px;
	border: 0;
	margin-bottom: 15px;
	background-color: white;
}

div.form fieldset legend {
	white-space:normal;
}

div.form fieldset legend span {
	white-space: nowrap;
	position:absolute;
	top: -45px;
	left: -5px;
	display: block;
	width: 912px;
	padding: 5px 9px;
	background-color: #5C977E;
	color: white;
	text-transform: uppercase;
}

/* safari & chrome hack to put legends in correct place */
@media screen and (-webkit-min-device-pixel-ratio:0) {
     /* put webkit CSS here*/
	div.form fieldset legend span {
		top: 0 !important;
		left: 0 !important;
	}
}

div.form fieldset p {
	margin: 1em 4px !important;
}


div.form div.input {
	padding: 4px;
	vertical-align: middle;
	clear: both;
	position: relative;
	overflow: hidden;
	height: 1%;
}

div#main-col div.form div.input {
	border-bottom: 1px solid #eee;
}

div.web2form div.input {
	border: 0;
}


div.form div.text label,
div.form div.password label,
div.form div.textarea label,
div.form div.file label,
div.form div.select label,
div.form div.radiogroup label,
div.form div.date label,
div.form div.time label,
div.form div.radio fieldset legend {
	width: 36%;
	margin-right: 1%;
	display: block;
	float: left;
	padding: 4px 0;
	font-weight: bold;
}

div.web2form div.text label,
div.web2form div.password label,
div.web2form div.textarea label,
div.web2form div.file label,
div.web2form div.select label {
	width: auto !important;
}

div.form div.input label em {
	display: block;
	margin-top: 0.5em;
}



div.disabled input {
	background-image: none !important;
	background-color: #f6fafd !important;
	border: 1px solid #f6fafd;
}


div.form div.text input,
div.form div.password input,
div.form div.input textarea,
div.form div.input select {
	width: 59%;
	font-family: arial, helvetica, sans-serif;
	padding: 4px;
	border: 1px solid #bac5ce;
	background-color: white !important;
	font-size: 100%;
}

div.form div.date select,
div.form div.time select {
	width: auto !important;
}

div.web2form div.text input,
div.web2form div.password input,
div.web2form div.input textarea,
div.web2form div.input select {
	width: 99%;
}


div.country,
div.area,
div.number {
	width: 33% !important;
	float: left;
}

div.phone div.country,
div.phone div.area,
div.phone div.number {
	width: 20% !important;
	float: left;
}


div.country select,
div.country input,
div.area input,
div.number input {
	width: 85% !important;
}

div#search-box fieldset {
	padding: 0 !important;
}

div#search-box div.input input {
	border: 1px solid #719fc4;
}

div#search-box label {
	font-weight: bold;
}

div#left-col div#search-box label {
	font-size: 90%;
}

div#search-box div.submit {
	margin: 0 auto;
}

div#search-box fieldset {
	border: 0;
	border-top: 1px solid #acd2f0;
	border-bottom: 1px solid #acd2f0;
	margin: 10px 0;
}

div.form div.input select {
	padding: 4px;
}

div.form div.wide label,
div.form div.wide input,
div.form div.wide textarea,
div.form div.wide select,
div.form textarea.wide {
	width: 97% !important;
}



div.form div.required {
	background-image: url(../img/icons/icon_required.png);
	background-repeat: no-repeat;
	background-position: right 12px;
}

div.form div.radio fieldset {
	padding: 4px 0 !important;
	margin: 0 !important;
	background-color: transparent !important;
}

div.form div.radio fieldset legend {
	padding-top: 0 !important;
}

div.form div.radio fieldset legend div {
}

span.required {
	color: red;
}

div.form div.focus {
	background-color: #ffe !important;
}
div.web2form div.focus {
	background-color: transparent !important;
}

div.form div.focus label {
	/*font-weight: bold;*/
}

div.form table div.focus {
	background-color: transparent !important;
	
}


div.form div.checkboxes div.focus {

}

div.form div.radio div.focus {
	background-color: transparent !important;
}


div.form div.error {
}

div.form div.error label {
	color: red;
}

div.form div.error input {
	border: 1px solid red;
}

div.error-message {
	color: red;
}

div.form div.input div.error-message {
	clear: both;
	margin-left: 37%;
	padding-top: 2px;
}

div.web2form div.input div.error-message {
	margin-left: 0;
}

div.form div.checkbox div.error-message {
	margin-left: 0;
}


div.form div.input div.info {
	padding: 2px 0 2px 22px;
	margin-top: 5px;
	margin-left: 37%;
	background: transparent url(../img/icons/icon_info.gif) no-repeat 0px 1px;
	clear: both;
	font-style: italic;
}

div.form div.wide div.info {
	margin-left: 0;
}

p.info {
	padding-left: 22px;
	margin-top: 5px;
	background: transparent url(../img/icons/icon_info.gif) no-repeat 0px 1px;
	clear: both;
}

div.form table {
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}

div.form table caption {
	font-weight: bold;
	text-align: left;
	color: white;
	background-color: #00BBE4;
	padding: 4px 6px;
}

div.form table td,
div.form table th {
	padding: 4px 6px;
	text-align: left;
	border-bottom: 1px solid white;
	border-collapse: collapse;
}

div.form table th {
	background-color: transparent;
	color: black;
	border: 0;
	border-bottom: 1px solid #32638B;
	
}

div.form table td {
	border: 0;
	border-bottom: 1px solid #DEEBF6;
}

div.form table div.info {
	display: inline;
	margin-left: 10px;
	line-height: 20px;
}

div.form table div.input {
	border: 0;
	padding: 0;
}


div.form table input.datepicker_single {
	width: 80px;
}

div.form table div.rate input {
	width: 70px;
}

div.form table input,
div.form table select {
	font-family: arial, helvetica, sans-serif;
	font-size: 100%;
	padding: 4px;
	border: 1px solid #B9D4DB;
	background-color: white !important;
}

table.mceEditor select {
	width: auto !important;
}

div.form div.input div.add {
	display: inline;
}

div.form div.input div.add input {
	width: auto !important;
}

div.form div.submit input {
	margin-top: 14px;
	cursor: pointer;
}

div.form div.submit img {
	margin-top: 14px;
}

/*
div.submit {
	float: right;
}
*/
div.form fieldset div.submit {
	margin-left: 37%;
}

div.input p {
	line-height: 2em;
	display: inline;
}

div.form div.checkboxes {
	margin-bottom: 4px;
}

div.form div.input div.checkboxes,
div.form div.radiogroup div.radio {
	float: left;
	width: 60%;
}

div.form div.input div.checkboxes div.select {
	width: 100%;
}

div.form div.radiogroup div.radio div.option {
	width: 99% !important;
}

div.form div.radiogroup div.radio div.option label {
	font-weight: normal !important;
}


div.select div.checkbox {
	margin-left: 37%;
	overflow: auto;
	padding: 3px 0;
}

div.form div.checkboxes div.checkbox {
	float: left;
	margin-left: 0;
	width: 100%;
	padding-top: 4px;
	padding-bottom: 4px;
}

div.form div.checkboxes-2col div.checkbox {
	width: 50%;
}

div.form div.checkboxes-3col div.checkbox {
	width: 33%;
}

div.form div.checkboxes-4col div.checkbox {
	width: 25%;
}

div.form div.checkboxes-5col div.checkbox {
	width: 20%;
}

div.form div.checkboxes-6col div.checkbox {
	width: 15%;
}

div.form div.checkbox label {
	width: 93%;
	cursor: pointer;
}


div.form div.checkbox input {
	margin: 0 5px 0 0;
	float: left;
	width: auto !important;
	border: 0 !important;
}

div#table-section-bedroom div.inline input,
div#table-section-bathroom div.inline input {
	border: 0 !important;
}

div.form div.input div.checkbox label {
	float: none !important;
	display: inline !important;
	font-weight: normal !important;
}

div.form div.radio label {
	margin-right: 1em;
	margin-left: 0.35em;
	float: none !important;
	display: inline !important;
}


div.form div.input div.input {
	clear: none !important;
	padding: 0 !important;
	float: left;
}

div.form div.inline {
	display: inline;
	margin-right: 1em;
}

div.form div.inline label {
	margin: 0 0 0 1px;
	font-weight: normal !important;
}

div#flashMessage,
div.response-msg.notice,
div.response-msg.inf {
	background: #def url(../img/icons/icon_notice.png) 8px 5px no-repeat;
	border: 1px solid #0099ff;
	padding: 9px 5px 9px 40px;
	margin: 1em 0;
	color: #333;
}

div#authMessage,
div.response-msg.error {
	background: #fee url(../img/icons/icon_error.png) 8px 5px no-repeat !important;
	border: 1px solid #f00 !important;
	padding: 9px 5px 9px 40px;
	margin: 1em 0;
	color: #333;
}

div.response-msg.warning {
	background: #ffd url(../img/icons/icon_warning.png) 8px 5px no-repeat !important;
	border: 1px solid #ffcc00 !important;
	padding: 9px 5px 9px 40px;
	margin: 1em 0;
	color: #333;
}

div.response-msg.success {
	background: #efe url(../img/icons/icon_success.png) 8px 5px no-repeat !important;
	border: 1px solid #33cc00 !important;
	padding: 9px 5px 9px 40px;
	margin: 1em 0;
	color: #333;
}



/*
div.response-msg span {
	display: none;
}
*/

div.ajax-loading {
	display: none;
}

div.input div.ajax-loading {
	float: right;
}



div.input div.checkboxes div.input label {
	display:inline !important;
	float:none !important;
	font-weight:normal !important;
}


div.form-col-left {
	width: 49%;
	float: left;
	clear: both;
}

div.form-col-right {
	width: 49%;
	float: right;
}

/*
div.index table {
	width: 100%;
	empty-cells: show;
}

div.index table tr {
	cursor: pointer;
}

div.index table tr:hover {
	background-color: #ffd !important;
}

div.index table th {
	border-bottom: 2px solid #E8592E;
	font-weight: bold;
}

div.index table th,
div.index table td {
	padding: 4px 6px;
	text-align: left;
}

div.index table td {
	border-bottom: 1px solid #ccc;
}

div.index table th,
div.index table th a {
	text-decoration: none;
	color: #333 !important;
}

div.index table th a:hover {
	text-decoration: underline;
}

div.index table td.renewal {
	color: red;
}
div.index table td.expired {
	color: blue;
}

div.index table tr.altrow {
	background-color: #eee;
}

div.index table th.actions,
div.index table td.actions {
	text-align: right;
}

*/


div.search label {
	color: #0790C7;
}

div.wide div.input label {
	width: 17% !important;
}
div.wide div.input div.checkboxes {
	width: 82% !important;
}

input.quantity,
input.numeric {
	width: 50px !important;
}


span.mandatory {
	color: red;
	padding-left: 5px;
}

div.label-search-form {
	
}

div.label-search-form div.input {
	width: 32%;
	float: left;
	clear: none !important;
	padding: 2px;
}

div.label-search-form div.checkbox {
	width: 25% !important;
}

div.form div.error {
	color: red;
}

div.form div.success {
	color: green;
}

div.input div.input {
	border: 0 !important;
}

div.input div.input input {
	float: left;
	margin-right: 5px;
}

div.input.text div.input.text {
	width: 20%;
}

input.short,
select.short {
	width: 100px !important;
}

input.date,
input.time,
select.time {
	width: 85px !important;
}

div.larger label {
	font-size: 120%;
	margin-left: 10px;
}

div.input img.ui-datepicker-trigger {
	cursor: pointer;
}

a.button {
	display: inline-block;
	color: white;
	font-weight: bold;
	background: transparent url(../img/button_matrix_left.png) no-repeat 0 0;
	padding-left: 1px;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
}

a.button:hover {
	text-decoration: underline;
}


a.button span {
	display: inline-block;
	background: transparent url(../img/button_matrix_right.png) no-repeat right 0;
	height: 26px;
	line-height: 26px;
	padding: 0 10px 0 9px;
	cursor: pointer;
}

a.red-button {
	background-position: 0 0;
}

a.red-button span {
	background-position: right 0;
}

a.blue-button {
	background-position: 0 -26px;
}

a.blue-button span {
	background-position: right -26px;
}

table tr:hover a.button {
	text-decoration: underline;
}

.auto {
	width: auto !important;
}

div.auto input,
div.auto select {
	width: auto !important;
}

div.date input {
	position: absolute;
	top: 3px;
}

div.date img.ui-datepicker-trigger {
	position: absolute;
	margin-left: 97px;
	top: 0px;
}

div#sidebar div.date img.ui-datepicker-trigger {
	top: 2px;
}

div.inline-submit-buttons {
}

div.inline-submit-buttons div {
	float: right;
	margin-left: 5px;
}

.visible {
	display: block;
}

.hidden {
	display: none;
}

div.property-id {
	float: right;
	background-color: #ffc;
	padding: 6px 8px;
	margin-top: 0.5em;
}

div#google-map-locator {
	
}

div#google-map-locator div.search {
	margin-bottom: 10px;
}

div#google-map-locator div#map {
	float: left;
}

div#google-map-locator div.instructions {
	float: right;
	width: 370px;
}

div#google-map-locator input#field-address {
	width: 400px;
}

div.radio {
	overflow: hidden;
}

div.radio div.option {
	width: 25%;
	float: left;
}

div.input div.maxlength-status {
	margin-top: 5px;
	color: green;
}

textarea.notification {
	border: 1px solid red !important;
}

div.form table.datatable {
	
}

div.form table th {
	border-bottom: 1px solid #999;
	padding: 4px 0;
	font-weight: bold;
	text-align: left;
}

div.form table th div.tip {
	font-weight: normal;
	font-style: italic;
}

div.form table td {
	border-bottom: 1px solid #ccc;
	padding: 4px 0;
}

table div.input {
	border: 0 !important;
}


table.rental-rates .col1 {
	width: 160px;
}
table.rental-rates .col2,
table.rental-rates .col3 {
	width: 120px;
}
table.rental-rates .col4 {
	width: 90px;
}
table.rental-rates .col5 {
	width: 90px;
}
table.rental-rates .col6 {
	width: 90px;
}
table.rental-rates .col7 {
	width: 140px;
}
table.rental-rates .col8 {
	width: 64px;
}

img.button {
	cursor: pointer;
}

div#advanced-uploader,
div#standard-uploader {
	min-height:200px;
	height:auto !important;
	height:200px;
	padding: 0 10px;
	background-color: #F7FBFE;
	width: 47%;
	margin-bottom: 1em;
}

div#advanced-uploader {
	float: left;
}

div#standard-uploader {
	float: right;
}

span.active {
	color: green;
	font-weight: bold;
}
span.renewal {
	color: orange;
	font-weight: bold;
}
span.expired {
	color: red;
	font-weight: bold;
}

select.disabled {
	color: #ccc;
}

div#sidebar div.input {
	padding-left: 0;
	padding-right: 0;
}

div.owner div.input div.input {
	width: 20%;
}

select optgroup option {
	padding-left: 1em;
}

div.radiogroup div.input {
	width: 50%;
}

table.medical-conditions {
	margin: 0 0 1em 0 !important;
}

table.medical-conditions td {
	padding: 4px !important;
}


input.submit-image {
	border: 0;
	text-indent: -5000px;
	cursor: pointer;
	padding: 0;
	width: 133px;
	height: 39px;
	background-color: transparent;
}

input.submit-image.previous-step {
	background-image: url(/img/buttons/previous-step.png);
}
input.submit-image.next-step {
	background-image: url(/img/buttons/next-step.png);
}
input.submit-image.save-and-exit {
	background-image: url(/img/buttons/save-and-exit.png);
}
input.submit-image.finish {
	background-image: url(/img/buttons/finish.png);
}

div.form div.postcode-lookup * {
	vertical-align: top;
}


div.form div.postcode-lookup input {
	width: 7em;
}
























/*style for css3 buttons*/
/* search green button */
input.lookup-button {
  -moz-box-shadow:inset 0 1px 0 #529E21,inset 1px 0 0 #4A911C,inset -1px 0 0 #4A911C,inset 0 -1px 0 #3D7F12,inset 0 2px 0 rgba(255, 255, 255, 0.3),inset 0 0 4px rgba(255, 255, 255, 0.3),0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow:inset 0 1px 0 #529E21,inset 1px 0 0 #4A911C,inset -1px 0 0 #4A911C,inset 0 -1px 0 #3D7F12,inset 0 2px 0 rgba(255, 255, 255, 0.3),inset 0 0 4px rgba(255, 255, 255, 0.3),0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow:inset 0 1px 0 #529E21,inset 1px 0 0 #4A911C,inset -1px 0 0 #4A911C,inset 0 -1px 0 #3D7F12,inset 0 2px 0 rgba(255, 255, 255, 0.3),inset 0 0 4px rgba(255, 255, 255, 0.3),0 1px 2px rgba(0, 0, 0, 0.3);  
    
  background:#6dbd45;
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0.2, #6dbd45), color-stop(1, #5EAD2F));
  background:-moz-linear-gradient(center top, #6dbd45 20%, #5EAD2F 100%);
    
  padding: 0;margin: 0;
  width: 120px !important;height: 27px;line-height: 25px;
  
  border: none;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;

  color: #fff;
  font-family: Verdana, Sans-Serif;
  font-size: 1.1em;
  font-weight:bold;
}

input.lookup-button:hover {
    
  background:#6dbd45;
  background:-webkit-gradient(linear, left top, left bottom, color-stop(0.2, #5EA534), color-stop(1, #519327));
  background:-moz-linear-gradient(center top, #5EA534 20%, #519327 100%);
    
}


