/*

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

*/

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

fieldset legend {
	font-weight: bold;
}

fieldset.hidden {
	display: none;
}

fieldset ul li {
	margin: 2px 0;
}

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

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

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

input[type="checkbox"] {

}

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: 0 10px;
	padding: 0 10px;
	text-align: right;
}

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

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

.buttons input:hover {
	background: #666; /* buttonHover */
}

