/* @override http://staging.renet.com.au/burkesmyth/CSS/form.css */

.form {
	border: none;
	width: 500px;
	margin: 0px auto 40px auto;
}

.form td {
	border: none;
	font-size: 12px;
	font-family: inherit;
}

.form td.input {
	width: 300px;
}

.mail_page .form td.input {
	width: 280px;
}

.form td strong {
	font-weight: normal;

}

.form td h4 {
	margin-bottom: 0px;
}

.form td input[type="text"], .form td input[type="password"], .form td textarea {
	width: 90%;
	font-weight: normal;
	font-family: inherit;
	padding: 1px;
	border: 1px solid #333;
}

.form td textarea {
	height: 140px;
	margin-bottom: 10px;
}

.form td.contact-joinmail {
	padding: 6px 0px 10px 0px;
	text-align: center;
}

.form td.subscribe-options {
	padding: 40px 0px 10px 0px;
	text-align: left;
}

.form td.contact-joinmail input, .form td.subscribe-options input {
	width: 30px;
}

.form td.enquiry-type input {
	width: auto;
}

.form td.contact-buttons, .form td.button {
	padding-top: 30px;
	text-align: right;
}

.form td.contact-buttons input, .form td.button input, #subscribe .submit {
	width: auto;
	height: 27px;
	margin: 0px 0px 0px 10px;
	border: 1px solid #be9500;
	border-bottom: none;
	border-top: none;
	padding: 4px 15px 4px 15px;
	background: url(../images/nav_bg.gif);
	font-weight: bold;
	color: #0d3f99;
	cursor: pointer;
}

.required {
	color: #CC0000;
	font-weight: bold;
}

/* =subscribe */

#subscribe_label {
	line-height: 20px;
	margin-bottom: 0px;
	padding: 0px;
	text-align: center;
	clear: both;
}

#subscribe {
	clear: both;
	margin: 20px 0px 20px 0px;
	border: none;
	padding: 20px 0px 0px 0px;
	text-align: center;
	font-size: 11px;
}

#property-form {
	background: url(../images/search-bg.jpg);
	padding: 20px;
	height: 135px;
	width: 364px;
	float: left;
	margin: 0 0 20px 0;
}

#property-form form {
	width: 364px;
}

#property-form form li {
	height: 30px;
	width: 180px;
	line-height: 30px;
	float: left;
}

#property-form form li.checkboxes {
	width: 400px;
	height: 50px;
}

#property-form form label {
	width: 60px;
	padding: 0 10px 0 0;
	display: block;
	float: left;
	text-align: right;
	color: #fff;
}

#property-form form label.small {
	width: 10px;
}

#property-form form select {
	width: 100px;
}

#property-form form li ul {
	padding: 0 0 0 70px;
	margin: 0;
}

#property-form form li ul li {
	width: 200px;
	height: 20px;
	padding: 0;
	margin: 0;
	color: #fff;
	text-shadow: 0px 0px 5px #0d3f99;
}

#property-form form .cb {
	margin: 0 10px 0 0;
}

#property-form form .submit {
	margin: 0 0 0 200px;
	width: 100px;
}

#rental_f td {
	padding: 10px;
}