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

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

textarea {
	width: 290px;
	height: 120px;
}

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

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

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

/*  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: 10px;
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: .9em;
	list-style: disc outside none;
}