/* CSS Document */
/* www.youvoicebox.com.au */
/* Developed by Kylie Rose : info@kylierose.com.au */
/* For www.qahc.org.au : June 2007 */
/* Styles for screen media 
*/

div#header {
	margin:0;
	padding:0;
	width:760px;
	height:80px;
	background:url(../images/bg_speak-upper.gif) no-repeat 0 5px;
}
div#header h1 {
	padding:30px 0 0;
	margin:0;
}
div#content form {
	margin:0;
}
div#mindBox {
	width:760px;
	height:456px;
	background:url(../images/bg_speak-lower.gif) no-repeat;
	padding:6px 0 0;
}
div#frame {
	width:600px;
	/*height:310px;*/
	margin:0 auto 0;
	/*overflow:auto;*/
	text-align:left;
	padding-left:10px;
	position:relative;
	color:#000000;
}
div#frame h2 {
	color:#000000;
	font-size:1.1em;
	letter-spacing:0.05em;
	margin:12px 0 10px;
}
div#frame h3 {
	color:#ffffff;
	font-size:1.0em;
	margin:0 0 10px;
}

div#services {
	width:18%;
	float:right;
	border:solid 0px #ccc;
}
div#services label {
	display:block;
	padding:0 0 8px;
	font-size:0.95em;
	font-weight:bolder;
	color:#666100;
}
div#formFields {
	width:75%;
	height:328px;
	float:left;
	overflow:auto;
	padding-left:4%;
	border:solid 0px #ccc;
}
div.pushLeft {
	margin-left:8%;
}
div#formFields label {
	font-size:12px;
	display:block;
}
div#formFields input.input,
div#formFields textarea {
	color:#000000;
	padding:1px 2px;
	width:98%;
	font-size:0.9em;
	border:solid 1px #666100;
	margin:1px 0;
}
div#formFields input.focus,
div#formFields textarea.focus,
div#formFields input:focus,
div#formFields textarea:focus {
	border-color:#ec008c;
	border-width:2px;
	margin:0;
}
div#formFields fieldset {
	border:none 0;
	padding:8px 0;
	margin:0;
}
div#formFields legend {
	font-size:0.9em;
	padding:0;
	margin:0;
}
div.formLabel {
	font-size:0.9em;
	font-weight:bold;
	padding:0;
	padding:6px 0 0;
	clear:both;
}
div.formGroup {
	clear:both;
}
div.formGroup label {
	width:49%;
	float:left;
}
div.formGroup input#visit_date,
div.formGroup input#visit_month {
	width:90%;
}
div.radioButtons {
	padding:3px 0 0;
}
div.radioButtons label {
	width:auto;
	padding:0 0.8em 6px 0;
}
div.radioButtonsLong {
	padding:3px 0 0;
}
div.radioButtonsLong label {
	display:block;
}
div#buttons {
	text-align:right;
	margin:10px 0 0;
	font-size:0.9em;
}
div#buttons input {
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
}
div#buttons p {
	font-size:0.75em;
	line-height:1em;
	text-align:left;
	width:320px;
	margin:4px 0 0;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
}
div#buttons a {
	color:#666666;
	text-decoration:none;
}
div#buttons a:hover {
	text-decoration:underline;
}
div#infoBits {
	margin:10px 0 0;
	position:relative;
	clear:both;
}
p#instructions {
	position:absolute;
	top:45px;
	left:60px;
	width:400px;
	font-size:0.9em;
}
p#contact {
	position:absolute;
	right:20px;
	top:40px;
	text-align:right;
}
p#contact a {
	color:#e5e5e5;
	text-decoration:none;
}
p#contact a:hover {
	color:#fff200;
}
p#contact span.listed {
	width:140px;
	font-size:11px;
	padding-right:12px;
}

