/* STYLES SPECIFIC TO FORM */

#form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#form table {
	width: 600px;
	padding: 0;
	margin: 0 auto;
	background: #333;

}
#form tr {
}
#form th, #form td, #form p, #form a, #form a:hover, #form li {
	font-size: 11px;
}
#form th {
	display: table-cell;
	vertical-align: top;
	text-align: right;
	width: 125px;
	padding: 7px;
	background: #BFFF37;
}
#form td {
	padding: 7px;
	margin: 0;
	background: #fff;
}
#form i {
	color: #f00;
	font-size: 10px;
}
#form td.title {
	background: #e5e5e5;
}
#form ul {
	clear: both;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
#form li {
	float: left;
	display: inline;
	margin: 0;
	padding: 0 5px 0 0;
}
#message, #message p, #message a, #message a:hover {
	text-align: center;
	color: #f00;
	font-weight: bold;
}
#message a:hover {
	text-decoration: none;
}
#form tr.tuxedo {
	visibility: hidden;
	display: none;
}