
input[type=text] { background-color: white ! important; }

/* this will remove Google Toolbar Highlighting */

input[type=text], textarea, input[type=file] { border: 1px solid #aaa; }

input, textarea {
	font-family: Georgia, serif;
	font-size: 18px;
	padding: 5px 7px;
}

#entryForm p { margin-bottom: .75em; }

#secondaryContent #entryForm input, #entryForm input textarea { width: 220px; }

#primaryContent #entryForm input[type=text], textarea, #entryForm { width: 400px; }

#primaryContent #entryForm input[type=checkbox] { width: 15px; }

#primaryContent #entryForm li {
	margin: 5px 0;
	padding-left: 0;
	background:none;
}

#primaryContent #entryForm ul { margin: 20px 0 20px 0; }

#primaryContent .responseBox {
	background-color: #777;
	border-top: 1px dotted #aaa;
	border-bottom: 1px dotted #aaa;
	padding: 0 0px 0px 0px;
	margin: 20px 0px 0px 0px;
	width: 415px;
	text-align: center;
}

#entryForm label {
	display: block;
	font-size: 1em;
	color: #000;
	margin: 0 0 2px 0;
}

#secondaryContent .responseBox {
	background-color: #FAFAFA;
	border-top: 1px dotted #aaa;
	border-bottom: 1px dotted #aaa;
	padding: 0 15px 15px 15px;
	width: 200px;
}

#secondaryContent h2 { margin-top: 0px; }

sub {
	color: #ee0000;
	margin-left: 3px;
}

label.error {
	font: 14px Georgia, "Times New Roman", Times, serif;
	line-height: 20px;
	color: #900;
	font-style: italic;
	background-color: #e1e1e1;
	padding: 2px 0 2px 10px;
	width: 406px;
}

h2.sentMessage {
	font: 24px Georgia, "Times New Roman", Times, serif;
	text-align: center;
	margin: 15px 0 5px 0; 
}
