@charset "utf-8";
/* CSS Document */

.sections {
	font-weight:bold;
	font-size:14px;
	margin-top:10px;
	text-decoration:underline;
}

.table {
	margin:auto;
	width:90%;
	padding-top:5px;
}

.table TD {
	vertical-align:top;
	text-align:left;
	padding-bottom:10px;
}

.table INPUT {
	width:200px;
	border:1px #000 solid;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.table SELECT {
	width:200px;
	border:1px #000 solid;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.table TEXTAREA {
	width:100%;
	height:200px;
	border:1px #000 solid;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.table .bold {
	font-weight:bold;
	width:30%;
}

#submit {
	width:90%;
	text-align:right;
	margin:auto;
}

#submit INPUT {
	font-family:Georgia, "Times New Roman", Times, serif;
	border:1px #000 solid;
}

#errormsg {
	text-align:center;
	font-weight:bold;
	color:#F00;
}

#status {
	text-align:center;
	font-weight:bold;
}
