﻿
#OuterTableCellOverlay
{
top:30%;
left :40%;
width: 100px;
height: 100px;
position: absolute;
background-color: #F5F5F5;

z-index: 999;
-moz-opacity:0.85;
}

#OuterTableCellOverlay1
{
top:200px;
left :30%;
width: 100px;
height: 100px;
position: absolute;
background-color: white;
z-index: 999;
-moz-opacity:0.85;
}

#InnerTableCellOverlay
{
padding-top:100px;
background-position :center;

background-repeat :no-repeat ;
text-align: center;
width: 100px;

padding: 20px;
background-color:#F5F5F5;
z-index: 998;
filter:alpha(opacity=100);
height:100px;
-moz-opacity:1.00;
vertical-align :top ;
}