@charset "UTF-8";
/* CSS Document */

table.sample {
	border-collapse: collapse;
	background-color: white;
}
table.sample th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: dashed dashed dashed dashed;
	border-color: #cccccc;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
	width:150px;
	height:150px;
	text-align:center;
	vertical-align:bottom;
}
table.sample td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: dashed dashed dashed dashed;
	border-color: #cccccc;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
	width:150px;
	height:25px;
	text-align:center;
	vertical-align:bottom;
}
