table.sample {	border-width: 1px 1px 1px 1px;	border-spacing: 2px;	border-style: none none none none;	border-color: gray gray gray gray;	border-collapse: separate;	background-color: #F5EEE1;}table.sample th {	border-width: 1px 1px 1px 1px;	padding: 5px 5px 5px 5px;	border-style: none none none none;	border-color: gray gray gray gray;	background-color: #F5EEE1;	-moz-border-radius: 0px 0px 0px 0px;}table.sample td {	border-width: 1px 1px 1px 1px;	padding: 8px 8px 8px 8px;	border-style: none none none none;	border-color: gray gray gray gray;	background-color: #F5EEE1;	-moz-border-radius: 0px 0px 0px 0px;}