/* TABLES */
table.form {
	width:100%;
	margin: 0 0 15px 0; 
	padding: 0 0 0 0;
	font-size: 11px;
}

table.form th {
	margin: 0 0 0 0; 
	padding: 4px;
	background-color: #788D9A;
	color: #fff;
}

table.form th a, table.form th a:visited{
	color: #fff;
	text-decoration: underline;
}

table.form td {
	margin: 0 0 0 0;
	padding: 4px;
}

table.form td.label {
	font-weight: bold;
	width: 150px;
	text-align: right;
	background-color: #efefef;
	text-transform: uppercase;
}

table.form tr {
	
}