@charset "utf-8";
/* CSS Document */

td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #000066;
}
#form1 table {
	border: 1px solid #666666;
	background-image: url(../images/comments-bg.png);
}
#form1 #textfield {
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
	font-weight: normal;
	color: #000099;
}
#form1 #textarea {
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
	color: #0000CC;
}
.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: 600px;
	text-align: center;
}
.success {
	font-family: "Courier New", Courier, monospace;
	font-size: 1em;
	font-weight: bold;
	color: #000000;
	background-color: #CCFF99;
	padding: 5px;
	border: 1px dashed #990000;
	width: 600px;
	text-align: center;
}
.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;
	width: 600px;
	text-align: center;
}

