@charset "utf-8";
td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #000066;
}
#form1 table {
	border: 1px solid #666666;
	background-color: #FFFFCC;
}
#container #content #right h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #333333;
	line-height: 2em;
}

#form1 #textfield, #textarea, #captcha_code {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #000099;
	width: 25%;
}
#form1 #button{
	font-size: 1.1em;
	height: 40px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000066;
}

.warning {
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
	font-weight: bold;
	color: #000000;
	background-color: #FF9B9B;
	padding: 5px;
	border: 1px dashed #990000;
	width: 90%;
	text-align: center;
}
#container #content #right p.success {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #009900;
	background-color: #CCFF99;
	padding: 5px;
	border: 1px dashed #990000;
	text-align: center;
}
#container #content #right p.error {
	font-family: "Courier New", Courier, monospace;
	font-size: 1.2em;
	font-weight: bold;
	color: #FF0000;
	background-color: #FFFFCC;
	padding: 5px;
	border: 1px dashed #FF0000;
	text-align: center;
	height: 20px;
}
#container #content #right ul#missing li{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
}
