﻿.divEscape
{
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/escape.png', sizingMethod='none');
    background-repeat:no-repeat;
    width:336px;
    height:45px;
    position:absolute;
    z-index:3000;
    left:270px;
    top:15px;
}

.divBookNow
{
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/booknow.png', sizingMethod='none');
    background-repeat:no-repeat;
    width:99px;
    height:99px;
    position: absolute;
    top: 330px;
    left: 50%;
    margin-left: 123px;
    z-index:3000;
    cursor:hand;
    cursor:pointer;
}

.divBookNowInternal
{
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/booknow.png', sizingMethod='none');
    background-repeat:no-repeat;
    width:99px;
    height:99px;
    z-index:3000;
    cursor:hand;
    cursor:pointer;
}

.divCaption
{
    background-image:url(../images/captionbg.png); 
    z-index:4000; 
    width:499px;
    top:183px; 
    position:absolute; 
    display:block; 
    padding:8px; 
    font-family:Verdana; 
    font-size:12px; 
    font-weight:bold;
    color:#FFFFFF; 
    line-height:1.3;
}

.divCaption2
{
    background-image:url(../images/captionbg.png); 
    z-index:4000; 
    width:212px;
    top:183px; 
    position:absolute; 
    display:block; 
    padding:8px; 
    font-family:Verdana; 
    font-size:12px; 
    font-weight:bold;
    color:#FFFFFF; 
    line-height:1.3;
}

#divOpenning
{
    background-image:url(../images/openning/footer.jpg);
    background-repeat:no-repeat;
    background-position:bottom;
    background-color:#7C4098;
    width:546px;
    height:556px;
    position: absolute;
    top: 80px;
    left: 50%;
    padding:15px;
    margin-left: -295px;
    z-index:5000;
}
/*
#divGrey
{
    min-height: 100%;
    width:100%;
    background-color:#333333;
    filter:alpha(opacity=70);
    opacity:0.7;
    z-index:4000;
    position: absolute;
margin: 0 auto;
    top:0;
    left:0;
}

*/