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

/* =form */

.form {
	margin: 0 auto;
	width: 95%;
	border: none;
}

form ul {
	width: 100%;
	
}

form ul li {
	line-height: 30px;
}

input, select, textarea {
	width: 100%;
}

ul/*.form*/ li input {
	margin: 3px 0;
	width: 300px;
	font-weight: normal;
	font-family: inherit;
	padding: 3px 10px;
	height: 17px;
	font-size: 12px;
	color: #454545;
	outline: none;
}

input:focus, textarea:focus {
	opacity: 0.5;
	color: #000;
}

ul li select {

}

label {
	display: inline-block;
	width: 185px;
	vertical-align: top;
}

label.radio {
	width: 75px;
}

input[type="checkbox"], input[type="radio"] {
	height: 15px;
	width: 25px;
}

input#joinmail {
	width: 30px;
	border: none;
}

ul

/*.form*/ li.maillist label {
	width: 250px;
}

ul

/*.form*/ li.buttons {

}

textarea {
	height: 148px;
	margin-bottom: 10px;
	width: 320px;
}

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

input.submit,
li.buttons input.submit,
li.buttons input.reset,
td.button input.submit,
td.button input.reset,
#loancalculator form input.submit {
	width: 89px;
	height: 27px;
	margin: 0px 0px 0px 10px;
	border: none;
	padding: 2px 10px 0 10px;
	background: url("../images/button_bg.jpg") bottom center repeat-x;
	font-weight: normal;
	color: #FFF;
	cursor: pointer;
	line-height:23px;
	border:1px solid #862035;
	float: right;
}

input.submit:hover,
li.buttons input.submit:hover,
li.buttons input.reset:hover,
td.button input.submit:hover,
td.button input.reset:hover,
#loancalculator form input.submit:hover {
	background: url("../images/button_over_bg.jpg") bottom center repeat-x;
	}

/*listing display*/ 

.listing-display p.req-text {
	font-size: 7pt;
	margin-left: 10px;
}

p.req-text-bold {
	display: none;
}

.listing-display form ul li {
	line-height: 25px;
}

.listing-display input,
.listing-display textarea#enquiry
 {
	background: #fff;
	border: solid 1px #999;
	height: 10px;
	line-height: 15px;
	padding: 5px;
}

.listing-display textarea#enquiry {
	height: 30px;
	width: 270px;
	margin-bottom:0;
}

.required-bold,
.listing-display li.mobile,
.listing-display li.address {
	display: none;
}

.login-box, .help {
	display: none;
}

#listings-interest li {
	line-height: 25px;
}

h2.emailalerts {
	display: none;
}

/*listing display*/ 
form#rental_f {

}

form#rental_f tr {
	margin-bottom: 10px;
}

form#rental_f tr td {
	padding: 0 0 3px 10px;
}

form#rental_f input,
form#rental_f select,
form#rental_f sibmit {
	width: 200px;
	margin:3px 5px;
	padding:0;
}

/*market appraisal*/

form#appraisal-form {
	width: 550px;
}

form#appraisal-form select {
	width: 325px;
}

form#appraisal-form li.row-optional-type,
form#appraisal-form li.row-optional-agent,
form#appraisal-form li.estimatedPrice {
	display:none;
}



/*request repairs*/

#wrapper.requestrepairs p.info {
	background: none;
	border: none;
	color: #333;
}

form#requestForm {
	width: 550px;
}
.form td {
	border: none;
	width: 200px;
}

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

/*notice to vacate*/

#wrapper.noticetovacate form table.form {
	width: 550px;
	float: left;
} 


