﻿#mainContentWrapper #copy .inner
{
    background:#FFFFEC url(../images/paper_bg.jpg) repeat scroll 0 0;
border:10px solid #444444;
float:left;
height:auto !important;
left:60px;
min-height:540px;
padding:25px 25px 10px;
position:absolute;
width:600px;
z-index:980;
}
.lightboxClose
{
    display:block;
    width:31px;
    height:31px;
    background:url(../images/lightbox_x.gif) no-repeat left top;
    position:absolute;
    z-index:981;
    left:-20px;
    top:-20px;
}
.lightboxClose:hover
{
    display:block;
    width:31px;
    height:31px;
    background:url(../images/lightbox_x.gif) no-repeat left bottom;
    position:absolute;
    z-index:981;
    left:-20px;
    top:-20px;
}
#mainContentWrapper #copy
{
    position:relative;
}

