/* =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:2px;
	font-size:12px;
	line-height: 17px;
	border:1px solid #666;
}

.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 td.contact-buttons input,
.form td.button input,
#loan_calculator.form td.contact-buttons input,
submit {
width:130px;
height: 26px;
margin:0 20px;
padding:0;
color:#FFF;
font-size: 10px;
background:url(../images/button_bg.jpg) center left no-repeat;
font-weight:normal;
border: none;
}

.form td.contact-buttons input:hover,
.form td.button input:hover,
#loan_calculator.form td.contact-buttons input:hover,
submit:hover {
	background:url(../images/button_over_bg.jpg) center center no-repeat;
}

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

/* =contact */

.contact {
	margin-bottom: 20px;
}

.contact ul {
	list-style:none;
}
