/* CSS Document for Gleeson Ceilings & Partitions						*/
/* Author:	Design Consolidated    							*/
/* Date Created:	16/06/2008								*/
/* Date Modified:	6/09/2008          	 				*/
/* Filename:  styles.css            	 					*/



input, select, textarea, button {
	background: #FFF;
	border: 1px solid #A6AAAD;
}

input.checkbox, input.radio {
	background: transparent!important;
	border: 0!important;
}

.required {
	color: red;
	float: left;
}

.required_note {
	color: red;
}

.error {
	color: red;
	font-weight: bold;
}

.success {
	color: green;
	font-weight: bold;
}

#error_list li {
	color: red;
}

td, th {
	font-size: 0.8em;
	voice-family: "\"}\"";
	voice-family:inherit;
	font-size: 1.0em;
}
table td { } /* Fix bug in IE 5 */


#contactForm {
margin-top: 20px;
}

#contactForm #contactSubmit {
	width: 100px;
	font-size: 0.8em;
}

#contactForm input, #contactForm select, #contactForm button {
	background: #FFF;
	border: 1px solid #A6AAAD;
	width: 286px;
	margin-bottom: 5px;
	font-size: 0.9em;
}

#contactForm label {
 	float: left;
 	margin-left: 2px;
 	color: #7A1D42
 	
}

#contactForm textarea {
	background: #FFF;
	border: 1px solid #A6AAAD;
	width: 286px;
	height: 200px;
	margin-bottom: 5px;
	font-size: 1.3em;
}

#employmentForm {
margin-top: 20px;
}

#employmentForm #employmentSubmit {
	width: 100px;
	font-size: 0.8em;
}

#employmentForm input, #employmentForm select, #employmentForm button {
	background: #FFF;
	border: 1px solid #A6AAAD;
	width: 286px;
	margin-bottom: 5px;
	font-size: 0.9em;
}

#employmentForm label {
 	float: left;
 	margin-left: 2px;
 	color: #7A1D42
 	
}

#employmentForm textarea {
	background: #FFF;
	border: 1px solid #A6AAAD;
	width: 286px;
	height: 200px;
	margin-bottom: 5px;
	font-size: 1.3em;
}

.small {
 margin-top: 15px;
 color: #003151;
	text-align: left;
}