﻿.BusSeat {
	font-family:Verdana;
	font-size:12px;
	text-align:center;
	width:200px;
	height:340px;
	padding:10px;
	line-height:1.5em;
}

.BusSeat table{
	width:100%; 
	border:2px;
	border-color:#FFFFFF;
} 
.BusSeat table td
{
    cursor:pointer;
    border:solid #999;
    border-width:1 1px 1px 1;
    padding:2px;
    width:20px;
	height:20px;
    background-color:#e0ecf9;
    color:#1e5494;
}