table.grid {
	width:600px;
	border-collapse:collapse;
}

table.grid caption {
	margin-bottom:30px;
}

table.grid th {
    background-color:#d0def0;
	border-top:1px solid #336699;
	border-bottom:1px solid #336699;
	padding:5px 8px;
	background-color:#ffa900;
	font-family:  Candara,Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:18px;
	color:#000000;
}

table.grid tr {
	padding:24px 10px 24px 0;
}

table.grid td {
	/*border-right:1px solid #5772c5;*/
	border-bottom:1px solid #000066;
	padding:12px 4px 12px 4px;
}

table.grid input, textarea {
	background-color:#000000;
	color:#ffa900;
	border:1px solid #cccccc;
}

table.grid select {
	background-color:#000000;
	color:#ffa900;
	font-size:9px;
	border:1px solid #cccccc;
}

table.grid input:focus, textarea:focus, select:focus {
	border:1px solid #66CCFF;

}

table.results {
	width:380px;
	border-collapse:collapse;
	background-color:#000000;
}

table.results caption {
	margin-bottom:30px;
}

table.results th {
    background-color:#d0def0;
	border-top:1px solid #336699;
	border-bottom:1px solid #336699;
	padding:5px 8px;
	background-color:#ffa900;
	font-family:  Candara,Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:18px;
	color:#000000;
}

table.results tr {
	padding:10px;
}

table.results td {
	/*border-right:1px solid #5772c5;*/
	border-bottom:1px solid #000066;
	padding:4px;
}

table.results input, textarea {
	background-color:#000000;
	color:#ffa900;
	border:1px solid #cccccc;
}

table.results select {
	background-color:#000000;
	color:#ffa900;
	font-size:9px;
	border:1px solid #cccccc;
}

table.results input:focus, textarea:focus, select:focus {
	border:1px solid #66CCFF;

}


/*
table.grid {
	width:500px;
	border-collapse:collapse;
}

table.grid caption {
	margin-bottom:30px;
}

table.grid th {
    background-color:#d0def0;
	border-top:1px solid #336699;
	border-bottom:1px solid #336699;
	padding:5px 8px;
	background-color:#ffa900;
	font-family:  Candara,Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:18px;
	color:#000000;
}

table.grid tr {
	padding:24px 0 24px 0;
}

table.grid td {

	border-bottom:1px solid #000066;
	padding:12px 4px 12px 4px;
}

table.grid input, textarea {
	background-color:#000000;
	color:#ffa900;
	border:1px solid #cccccc;
}

table.grid select {
	background-color:#000000;
	color:#ffa900;
	font-size:9px;
	border:1px solid #cccccc;
}

table.grid input:focus, textarea:focus, select:focus {
	border:1px solid #66CCFF;

}
*/
