/* CSS Document */

table.form {
	width: 100%;
	font-size: 12px;
}
table.form td {
}
table.form td.left {
	color: #666;
	font-weight: bold;
	padding: 5px;
	white-space: nowrap;
	text-align: right;
	vertical-align: top;
}
table.form td.right {
	padding: 5px;
	vertical-align: top;
}
table.form tr.across td {
	
}
table.form tr.spacer td {
	
}
table.form tr.header td {
	padding: 5px;
	color: #fff;
	font-weight: bold;
	background-color: #666;
}