#seat_legend {
border: 1px solid black;
width: 200px;
text-align: left;
float: right; padding: 5px;
}
#seat_legend .item {
white-space: nowrap;
display: block;
}
#seat_legend strong {
margin-left: 20px;
}

#seat_container {
position: relative;
float: right;
width: 400px;
min-height: 700px;
_height: 700px;
text-align: left;
}
.map_row {
display: block;
clear: both;
white-space: nowrap;
position: absolute;
z-index: 1;
left: 0px;
}
.map_seat {
font-size: 6pt;
line-height: 6pt;
position: absolute;
border: 1px solid;
height: 8px;
width: 12px;
text-align: center;
padding-bottom: 2px;
padding-top: 2px;
}

div#multi_check {
display: none;
position: absolute;
border: 3px solid black;
background-color: white;
z-index: 10;
width: 180px;
height: 70px;
padding: 20px;
}

.vip, .vip a {
	color: #008E5A;
	background-color: #DBFFF2;
}
.res, .res a {
	color: #827402;
	background-color: #FFF7B0;
}
.corp, .corp a {
	color: #964210;
	background-color: #FFA772;
}
.handi, .handi a {
	color: #828311;
	background-color: #FCFDCD;
}

.sold, sold a {
	color: #FF0000;
	background-color: #FFBFBF;
}
.block, .block a {
	color: #000;
	background-color: #666;
}

.sel, .sel a {
	color: #330066;
	background-color: #CC99FF;
}

