/* styles for any form in the front end */

div.form {
	border-width: 1px;
	padding: 10px;
	width: 543px;
	border-style: solid;
	border-color: #000000;
	margin-top: 10px;
}

div.form div.heading {
	font-weight: bold;
	margin-bottom: 10px;
}

table.form {
	border-collapse: collapse;
}

table.form td {
    width: 300px;
	padding: 2px;
}

table.boo .extratd { 
	padding:2px; 
	width:30px; 
} 


table.form td.heading {
	font-weight: bold;
}

div#message {
	margin-top: 10px;
	padding: 10px;
	width: 543px;
	border-width: 1px;
	border-color: red;
	border-style: solid;
	display: none;
}

p.note {
	font-size: 12px;
}
