﻿#seat-selection-popup
{
    position: absolute;
	width: auto;
	color: #000000;
	background: #fff;
	border: 1px solid #999;
    z-index:200;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    text-decoration: none;
    font-size:11px;
    outline: none;
    border-radius: 5px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1); 
	-moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
	padding: 10px 10px 10px 10px;
}
  


    
#seat-selection-popup div
{
    margin-top: 5px;
    font-weight:bold;
    font-size:13px;
   overflow:auto;
    text-align:center;
}
   
