﻿.dressupbox
{
    min-width: 100%;
    height: 500px;
    max-height: 500px;
    overflow: auto;
    position: relative;
}

.dresslayer
{
    width: 250px;
    height: 450px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.snapzbox
{
    width: 620px;
    height: 300px;
    position: relative;
    overflow: hidden;
}

.snapzdatabox {
    width: 640px;
    height: 600px;
    overflow: auto;
}

.snapzbox .snapcontent, .snapzbox .snapbg
{
    position: absolute;
}

.ppbutton_circle
{
    background-color: #62016D;
    background: linear-gradient(#9702A7,#62016D) repeat scroll 0 0 #62016D;
    color: #F9C6FF;
    font-size: 0.9em;
    font-family: 'Helvetica', Helvetica, Arial, sans-serif;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-decoration: none;
/*    text-shadow: 1px 1px 2px #C437D3;
    filter: dropshadow(color=#C437D3, offx=1, offy=1); */
    display: block;
    padding: 1px;
    margin: 0 2px 0 2px;
    border: 1px solid #C861D3;
    text-align: center;
    border-radius: 1em;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    min-width: 13px;
    text-align: center;
}

.tealbg {
    background: linear-gradient(#486F88,#29526D) repeat scroll 0 0 #29526D;
}
