/* @override http://www.coronis.com.au/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;
}

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

.mail_page .form td.input {
	width:280px;
}

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

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

.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,
li.buttons input.submit,
li.buttons input.reset {
	width:auto;
	margin:0px 0px 0px 10px;
	border:1px solid #000000;
	padding:2px 4px 3px 4px;
	background:url(../images/css/button_bg.jpg) left center repeat-x #666666;
	font-weight:normal;
	color:#FFF;
}

li.buttons input.submit,
li.buttons input.reset {
	padding: 10px 0;
	border:1px solid #EB871C;
	background:url("../images/sidemenucurrent.png") left center repeat-x #EB871C;
	height: 30px;
}

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

#subscribe .submit {
	width:auto;
	margin:0px 0px 0px 10px;
	border:1px solid #000000;
	padding:2px 4px 3px 4px;
	background:url(../images/css/button_bg.jpg) left center repeat-x #666666;
	font-weight:normal;
}

/* =appraisal-form */

#appraisal-form strong {
	text-transform:capitalize;
}

#appraisal-form td, #contact_form td {
	/*text-transform:capitalize;*/
}

#appraisal-form td.input, #contact_form td.input {
	text-transform:none;
}

/* =appraisal-form - NEW */

form#appraisal-form-contact {
	width: 100%;
}

form#appraisal-form-contact ul {
	width: 240px;
	margin: 0 auto;
}

form#appraisal-form-contact ul li input {
	width: 120px;
}

form#appraisal-form-contact ul li textarea {
	width: 225px;
}

form#appraisal-form-contact ul li label {
	width: 90px;
}

form#appraisal-form-contact ul li select {
	width: 140px;
}

form#appraisal-form-contact ul li.comments label {
	text-align: left;
	margin-left: 13px;
}

form ul {
	list-style: none;
	padding: 0 10px;
}

form ul li {
	line-height: 10px;
	text-align: right;
	line-height:25px;
	margin: 0 0 5px 0;
}

form li input {
	width: 270px;
	font-weight: normal;
	font-family: inherit;
	padding: 4px 10px 4px 10px;
	border: 1px solid #333;
	height: 10px;
	line-height: 10px;
	outline: none;
}

form li.comments input {
	height: 50px;
	line-height: 10px;
}

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

label {
	display: inline-block;
	width: 100px;
	vertical-align: top;
	float: left;
	font-weight: normal;
	color: #333;

}

