/* @override 
	http://www.eastcoastrealty.com.au/CSS/form.css
*/

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

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

.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 #999;
}

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

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

.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: 10px 40px 10px 0px;
	text-align: right;
	width: 400px;
}

.submit {
	width:100px;
	margin:0px 0px 0px 10px;
	border:none;
	padding:4px 6px 4px 6px;
	background:#006494;
	font-weight:normal;
	color:#FFF;
	text-transform:uppercase;
	cursor:pointer;
}

.submit:hover {
	color: #20b7c5;	
}

.reset {
	margin:0px 0px 0px 10px;
	border:none;
	padding:4px 6px 4px 6px;
	background:#fff;
	font-weight:normal;
	color:#20b7c5;
	cursor:pointer;
	text-decoration: underline;
}

.reset:hover {
	text-decoration: none;
}

.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;
}

.contactus .listing-intro {
	margin: 15px 0;
}

.contactus .listing-intro .intro-link-more {
	display: none;
}

#swirl form {
	position: absolute;
	bottom: 60px;
	right: -20px;
	color: #fff;
}

#swirl form li {
	padding: 2px 0;
	clear: both;
	float: right;
}

#swirl form li.radio {
	float: right;
}

#swirl form li.radio input {
	margin: 0 10px 0 0;
}

#swirl form select {
	width: 130px;
}

#swirl form label {
	display: inline-block;
	width: 85px;
	padding: 0 5px 0;
	text-align: right;
}

#swirl .submit {
	background: #fff;
	color: #006494;
	float: right;
	padding: 2px;
	margin: 0;
}

#swirl .submit:hover {
	background: #fff;
	color: #20b7c5;
}















