table.sample {/*width: 100%;*/
	border-width: 1px;
	border-spacing: ;
	border-style: outset;
	border-color: gray;
	border-collapse: collapse;
	background-color: white;
	background-repeat: no-repeat;
	background-position: bottom left;
}
table.sample th {
/* width: 70px;*/
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
	/* background-color: #1F1F1F;*/
	-moz-border-radius: ;
}
table.sample td {

	border-width: 1px;
	padding: 2px;
	border-style: inset;
	border-color: gray;
	/*background-color: #1F1F1F;*/
	-moz-border-radius: ;
}

