/* CSS Document */

form table { /* Table config */

	}
form table th { /* Table headers config */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: left;	
	}
form table td { /* Table headers config */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	text-align: left;	
	}

#message {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-align: left;	
	}
#notes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	text-align: left;	
	padding: 10px 0px;
	}

#notes ul {
	margin: 0px 0px;
	padding: 0px 20px;
	}
#note ul li {
	list-style-position: inside;
	list-style-type: square;
	}
form table tr {
	background-color: #eeeeee;
	}
.other {
	background-color: #ffffff;
	}
#error {
	color: #ff0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	}
