/* CSS Document */

table.forms {
	font-size: 0.7em;
	border: 1px solid #ccc;
	border-collapse: none; /* accommodates IE/Mac users */
	margin: 0px;
	background: #f8f8f8;
	width: 100%;
}
.forms th, td {
	border-bottom: 1px solid #e1e1e1;
	border-left: none;
	border-right: none;
	background: #f8f8f8;
	padding: 5px;		
}
