body {
	font-family: 'Arial CE', Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	background-image: url(../gfx/bookmark-background-yellow.gif);
	background-repeat: no-repeat;
}

div.contact_form {

}

h1 {
	font-size: 150%;
	margin-bottom:2px;
}

.header {
	text-align: center;
	color: #0171BD;
	margin-bottom:10px;
}

th {
	color: #0171BD;
	padding-bottom: 5px;
	text-align: left;
	padding-right: 10px;
}

td {
	padding-bottom: 5px;
}

td label {
	margin-left: 10px;
}

tr.subject td,
tr.subject th {
	padding-top: 0px;
}

tr.subject input {
	width: 100%;
}

td.submit {
	text-align: right;
}

textarea {
	height: 150px;
	width: 100%;
}

div.InputError {
	border: 1px red solid;
	text-align:center;
	color: red;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

div.FormSent {
	border: 3px green solid;
	text-align:center;
	color: green;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 40px;
	font-weight: bold;
}

td.InputError,
th.InputError {
	color: red;
	font-style: italic;

}

div.CloseWindow{
	text-align: center;
	margin-top: 60px;
}

