﻿body 
{
    border-width: 0px;
    padding: 0px;
}

img
{  border-style: none;
}

#introduce_a_friend
{
    width:397px;
    height:125px;
    position: absolute;
    top: 10px;
    left: 0px;
    background-color: #FFFFFF;
    z-index: 10;
}

#introduce_a
{
    width:391px;
    height:125px;
    position: absolute;
    top: 10px;
    left: -391px;   
    z-index: 15;
}

#friend
{
    width:391px;
    height:125px;
    position: absolute;
    top: 10px;
    left: 391px;
    z-index: 15;
}

#blank
{
    width: 6px;
    height: 125px;
    position: absolute;
    top: 10px;
    left: 391px;
    z-index: 15;
}

#intro_text_box
{
    width: 125px;
    height: 125px;
    position: absolute;
    top: 10px;
    left: 397px;
    background-color: #C6E3F6;
    display: none;
    z-index: 20;
}

#intro_text
{
    width: 125px;
    height: 125px;
    position: absolute;
    top: 10px;
    left: 397px;
    background-color: #C6E3F6;
    display: none;
    z-index: 30;
}

#voucher
{
    width: 230px;
    height: 125px;
    position: absolute;
    top: 10px;
    left: 292px;
    background-color: #FFFFFF;
    visibility: hidden;
    z-index: 5;
}    
