table.vtable {
	width: 400px;
	margin-left: 70px;
}
table.vtable tr:first-child{
	background: #cfc;
}
/*
table.vtable tr {
	border-top: 1px solid gray;
}

table.vtable tr:first-child {
	border-top: 0;
}*/
table.vtable td{
	border: 1px solid gray;
	padding: 5px 0 0 0px;
	text-align: center;
}
table.vtable td *{
	padding: 0px;
}
