/* @override http://sawtell.renet.com.au/~jhancock/Clients/5085/jmrealty.com.au/Version_2.0/CSS/form.css */

/* =form */

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

#wrapper.marketappraisal .form {
	width: 540px;
}

.form td {
	border:none;
	font-size:14px;
	line-height: 32px;
	font-family:inherit;
	color: #000;
}

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

.form td strong {
	font-weight:normal;
	color:#666;
}

.form td h4 {
	margin-bottom:0px;
	font-size: 18px;
	font-weight: normal;
	color: rgb(12, 73, 78);
}

.form td input[type="text"], .form td input[type="password"], .form td textarea {
	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: 24px;
	font-size: 14px;
	color: #464646;
	outline: none;
}

.form td textarea {
	height:140px;
	margin-bottom:10px;
	background: url(../images/text_textarea_bg.jpg) top left no-repeat #EEE;
}

.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;
	margin:0px 0px 0px 10px;
	border:none;
	height: 30px;
	width:90px;
	text-align: center;
	background: url(../images/form_button.jpg) top left no-repeat;
	font-weight:normal;
	color: #000;
	text-transform:uppercase;
	cursor:pointer;
}

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

.form td div.authorization {
	padding: 10px;
	text-align: left;
	line-height: 14px;
	font-size: 11px;
	color: black;
}

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

