form#contactform {
	padding: 0 0 15px 1px;
	margin-top: 20px;
}

div.formsection {
	margin-bottom: 14px;
}

textarea {
	width: 450px;
	height: 200px;
}

.formsection label, .formsection input {
	display: block;
	width: 400px;
}

.formsection input, .formsection textarea {
	padding: 3px;
	font-family: verdana, helvetica, sans-serif;
	font-size: 0.9em;
}

.formsection label {
	padding-bottom: 6px;
	font-weight: bold; 
	color: #333333;
        font-family: georgia, "times new roman", times, serif;
        font-size: 1.2em;
}

.buttongroup {
	float: left;
	margin: 6px 0;
}

.buttongroup label {
	padding-bottom: 4px;
	font-weight: bold; 
	color: #333333;
	float: left;
}

fieldset {
	width: 490px;
	border: none;
}

.selection {
	float: left;
	margin: 2px 0;
	margin-left: 10px;
}

.selection input {
	float: left;
	clear: both;
	margin-top: 3px;
}


.selection label {
	clear: none;
	float: left;
	width: 450px;
	padding: 0 0 0 0.3em;
	font-weight: normal;
}



/*  error message styles */

p span {
	text-decoration: underline;
}

#contactform p#formerror {
	color: red;
	padding: 0px;
	margin-top: 0px;
}

#contactform p.formcomm {
	padding: 8px 0;
}

div.hide {
	display: none;
	visibility: hidden;
}

#contactform ul {
	padding-bottom: 20px;
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: .9em;
	list-style: disc outside none;
}
