
/* Sample 8*/
#box8{
        position:absolute;
}
#box8 div{
        width:500px;
        float:left;
}
#box8 .buttons{
        text-align:left
}
#box8 .next{
        float:right
}
.sample8 .buttons{
        text-align:center;
        clear:both;
}
.sample8 .mask1{
        border-top:1px dashed #ccc;
        border-bottom:1px dashed #ccc;
}

/* ********************************** */



.mask1{
        position:relative;
        width:500px;
        height:350px;
        overflow:hidden;
}




