@charset "UTF-8";
/* CSS Document */
/* slightly enhanced, universal clearfix hack */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

.column1, .column2 {display: inline; width: 48%;}
	.column1 {float: left;} .column2 {float: right;}
/* Form defaults */
form {
	position: relative;
	border: none;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 75%;
}
fieldset {
	padding: 0 1em 1em;
	margin: .5em 0;
	clear: both;
	border: none;
}
legend {
	font-size: 1.5em;
	font-weight: bold;
	padding: 0.25em .5em;
	color: #006228;
}
label {
	display: block;
	padding: 0.5em 0;
	font-weight: bold;
}
textarea, input.text {
	border-top: 1px solid #666666;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #666666;
	background: #FFFFFF !important; /* To keep form fields consistent (no yellow form fields with google toolbar */
}
textarea:focus, input.text:focus {
	background:#effeff !important;
}
input.text, textarea {
	width: 99%;
	height: 2em;
	padding: .25em;
	margin-top: .25em;
}
textarea {
	height: 9em;
}
.radioGroup label, .checkboxGroup label {display: inline; }
.submit {
	clear: left;
	margin-top: 1em;
	padding: 0 1em;
	margin-right: 1em;
	display: inline;
}
#requiredFieldMessage {
	display: inline;
	color:#850000;
}
.required {color: #850000; font-weight: bold;}

.error {color: #FF0000;}

#appt-form {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 75%;}