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

/* =form */

.req-text  {
	width: 690px;
}

.req-text span,
.required span {
	color: #9c2848;
	font-weight: bold;
	font-size: 12px;
}

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

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

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

ul/*.form*/ li input {
	width: 270px;
	font-weight: normal;
	font-family: inherit;
	padding: 4px 10px 4px 10px;
	border: none;
	background: url(../images/text_input_bg.jpg) top left no-repeat #EEE;
	height: 17px;
	font-size: 14px;
	color: #454545;
	outline: none;
}

input[type="radio"], input[type="select"], input[type="checkbox"] {
	background: none;
	line-height: 15px;
	height: 15px;
}

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

ul li select {

}

ul li select option {
	padding: 2px 5px;
	line-height: 36px;
}

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

.propertyalert label {
	width: 300px;
}

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

label.radio {
	width: 80px;
}

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

textarea {
	margin: 3px 0 0 0;
	width: 200px;
}

ul

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

ul

/*.form*/ li.buttons {
	margin: 10px 0 0 185px;
}

textarea {
	height: 148px;
	width: 290px;
	margin-bottom: 10px;
	border: none;
	background: url(../images/text_textarea_bg.jpg) top left no-repeat #EEE;
}

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

li.buttons input.submit,
li.buttons input.reset {
	width: 130px;
	height: 30px;
	margin: 0px 0px 0px 10px;
	border: none;
	padding: 4px 6px 4px 6px;
	background: url("../images/red-butt.gif") repeat scroll center top transparent;
	font-weight: normal;
	color: #FFF;
	text-transform: uppercase;
	cursor: pointer;
}

li.buttons input.submit:hover,
li.buttons input.reset:hover {
	background: url(../images/red-butt.gif) bottom;
}

/*listing display*/ 

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

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

.listing-display .form {
	margin-left: 10px;
	margin-bottom: 10px;
}

.listing-display form ul li {
	line-height: 25px;
}
.listing-display form ul li.buttons {
	margin-top:0;
}

#loancalculator form input.submit {
	background-color: #A2153C;
	margin: 0;
	height: 30px;
	width: 150px;
	border: none;
}

#loancalculator input,
.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;
}












