/*

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

*/

fieldset {
	min-width: 450px;
	border: solid 1px #ccc; /* fieldsetBorder */
	margin: 10px;
	padding: 10px;
	background: #eee; /* fieldsetBG */
}

fieldset legend {
	font-weight: bold;
}

fieldset.hidden {
	display: none;
}

form ul li {
	margin: 2px 0;
}

li p {
	font-weight: bold;
	padding: 5px 0 2px 0;
}

label {
	width: 180px;
	display: inline-block;
	text-align: right;
	margin: 0 2px 0 0;
}

label.radio {
	width: 20px;
	text-align: left;
}

input[type="text"], input[type="password"], textarea{
	width: 214px;
	border: solid 1px #999; /* inputBorder */
	padding: 3px;
}

input[type="checkbox"] {
	border: none;
	width: 15px;
}

input[type="text"]:focus, input[type="password"]:focus,  textarea:focus {
	border: solid 2px #666; /* inputBGFocus */
	padding: 2px;
}

textarea {
	height: 80px;
}

.required span {
	color: #666; /* requiredColor */
	font-size: 10px;
	line-height: 15px;
	margin: 2px;
	vertical-align: top;
	
}

.maillist label {
	width: 220px;

}

.enquiry label {
	vertical-align: top;
	line-height: 25px;
}

.buttons {
	border: none;
	background: none;
	margin: 10px;
	padding: 0 10px;
	text-align: right;
}

.buttons input, input.submit {
	display: inline-block;
	width: 100px;
	border: none;
	padding: 5px 0;
	margin: 0 2px;
	cursor: pointer;
	background: #7e00ff; /* submitBG */
	color: #fff; /* submitColor */
}

.buttons input.reset {
	background: #999; /* resetBG */
}

.buttons input:hover, input.submit:hover {
	background: #000; /* buttonHover */
}

.key_location {
	padding: 5px 0; 
}

.key_location label, .wlocation label, .wanted label {
	vertical-align: top;
}

textarea {
	margin: 2px 0;
}

form {
	width: 450px;
}

.rentalapplication form {
	width: 900px;
}

.rentalapplication form td {
	padding: 5px;
}

.rentalapplication .ct {
	display: none;
}

.error, .info {
	background: #eee;
	color: #ff0000;
	padding: 10px;
	border: solid 1px #ff0000;
	margin: 10px;
}

.required span,  span.required{
	color: #ff0000;
	font-size: 20px;
}


#qsearch fieldset {
	min-width: 300px;
	width: 430px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border: none;
	background: none;
}
#qsearch label {
	width: 90px;
}

#qsearch .buttons {
	text-align: right;
	margin: 0 0 10px;
	width: 400px;
}

#qsearch .buttons li {
	width: 365px;
	padding: 0;
}

#qsearch .reset {
	display: none;
}

#qsearch .radio {
	margin: 0 0 0 50px;
	width: 300px;
}

#qsearch select {
	width: 150px;
}

#qsearch .small {
	width: 190px;
	float: left;
}

#qsearch .small select {
	width: 80px;
}

p.required-bold {
	display: none;
}

.login-box, .my-finder-form {
	border: solid 1px #999;
	width: 450px;
	padding: 10px;
	margin: 10px 0;
	clear: none;
}

.myfinder .ct {
	display: none;
}


















