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

/* =form */

.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;
	color: #666;
}

.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 #CCC;
	background: #F8F8F8;
}

.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 input[name=submit],
form input[name=reset],
#myFinder form p input[type="submit"] {
	color: #F8F8F8;
	width: 85px;
	height: 22px;
	border: none;
	background: url(../images/button_bg.png) bottom center no-repeat;
}

* {
	margin: 0 auto;
	padding: 0;
}

form input[name=submit]:hover,
form input[name=reset]:hover {
	background: url(../images/button_bg.png) top center no-repeat;
}

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

/* =search */

form#f_search body,
form#f_search input,
form#f_search select,
form#f_search textarea {
	padding: 2px 0;
	font-size: 8pt;
	text-transform: none;
	width: 150px;
	color: #000;
}

form#f_search select#category {
	padding-left: 5px;
}

/* =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;
}

/* =myfinder */

#myFinder .form {
	border: none;
	width: 600px;
	margin: 0px auto 40px auto;
}

#myFinder #loginCell {
	display: none;
}

#myFinder .goodNews {
	
}

#myFinder form table td,
#myFinder .form td {
	border: none;
	font-size: 10pt;
	padding: 5px;
	font-family: inherit;
	text-transform: capitalize;
}

#myFinder form table input {
	
}

#myFinder form table select {
	width: 270px;
}

#myFinder form table input, #myFinder form table textarea {
	font-family: inherit;
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
	padding: 2px;
	border: 1px solid #CCC;
	background: #F8F8F8;
}

#myFinder input[name="wfname"],
#myFinder input[name="wsname"],
#myFinder input[name="wphone"],
#myFinder input[name="wphone2"],
#myFinder input[name="wemail"],
#myFinder input[name="wpassword"] {
	width: 250px;
}

#myFinder form table input[name="contact[address][suburb]"] {
	margin-top: 10px;
	width: 35px;
}

#myFinder form table select[name="contact[address][state]"] {
	margin-top: 10px;
	width: 55px
}

#myFinder input[name="contact[address][postcode]"] {
	width: 25px;
}

#myFinder form table select[name="contact[categories][0][ID]"] {
	width: 215px;
}

/*
#myFinder form table input[name="waddress_nu"] {
	width: 20px;
}

#myFinder form table input[name="waddress_town"] {
	margin-right:70px;
	width:230px;
}

#myFinder form table select[name="renter_pricemin"], #myFinder form table select[name="renter_pricemax"] {
width:107px;	
}

#myFinder input[name="waddress_st"] {
	width: 150px;
}

#myFinder input[name="key_location"] {
	width: 100%;
}

#myFinder table tr td h1, div#formBox table tr td h2 {
	margin:0px;
	padding:0px;
	text-align: left;
}

*/

#myFinder form table p {
	font-size: 9pt;
	margin-bottom: 0;
	width: 90%;
	text-align: left;
	font-family: Century Gothic, Helvetica, Sans Serif;
}

#myFinder form table p b,
#myFinder table tr td h1 {
	font-size: 12px;
	font-weight: normal;
	font-family: Century Gothic, Helvetica, Sans Serif;
	line-height: 18px;
	padding: 5px;
	vertical-align: top;
}

#myFinder form table textarea[name="contact[locations]"],
#myFinder form table textarea[name="contact[comments]"] {
	width: 250px;
}

#myFinder form p input[type="submit"] {
	color: #F8F8F8;
	width: 150px;
	height: 22px;
	border: none;
	background: url(../images/button_bg_lrg.png) bottom center no-repeat;
}

#myFinder form p input[type="submit"]:hover,
#myFinder form p input[type="submit"]:hover {
	background-position: top center;
}

/* =appraisal */

#appraisal-form span.sale {
	display: none;
}

/* =news (blog) comment */

form#f_comment td.label-cell {
	width: 120px;
}

form#f_comment input,
form#f_comment textarea {
	margin: 3px 0;
	width: 300px;
}

/* =rental application */

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

form#rental_f p {
	clear: both;
}