ble.sample {
	border-width: thin thin thin thin;
	border-spacing: 1px;
	border-style: none none none none;
	border-color: #78a8d8 #78a8d8 #78a8d8 #78a8d8;
	border-collapse: collapse;
	background-color: aliceblue;
}
table.sample th {
	border-width: thin thin thin thin;
	padding 0px 0px 0px 0px;
	border-style: none none none none;
	border-color: #78a8d8 #78a8d8 #78a8d8 #78a8d8;
	background-color: aliceblue;
	-moz-border-radius: thin thin thin thin;
}
table.sample td {
	border-width: thin thin thin thin;
	padding 0px 0px 0px 0px;
	border-style: solid none none none;
	border-color: #78a8d8 #78a8d8 #78a8d8 #78a8d8;
	background-color: aliceblue;
	-moz-border-radius: thin thin thin thin;
}
