﻿#smTextInvite, #smInvite
{
    position:absolute;
    z-index:9999;
    top:-250px;
    height:211px;
    width:250px;
    background-image:url('../images/invitationText.png');
    background-repeat:no-repeat;
    
    }

#smInvite
{
    position:absolute;
    z-index:9999;
    top:-250px;
    height:211px;
    width:250px;
    background-image:url('../images/invitation.png');
    background-repeat:no-repeat;
    }

#smTextAccept, #smAccept
{
    width:112px;
    position:absolute;
    left:122px;
    top:171px;
    height:32px;
    }

#smTextDecline, #smDecline
{
    width:22px;
    position:absolute;
    left:225px;
    top:7px;
    height:29px;
    }

#smTextTextArea
{
    overflow:auto;
    width:127px;
    position:absolute;
    left:115px;
    top:53px;
    height:107px;
    font:italic bold 12px/30px Georgia, serif;
    font-size:small;
    }
  
#smMask
{
    position:absolute;
    left:0px;
    top:0px;
    z-index:9000;
    background-color: #000000;
    display:none
    
}