
/* General styles */

body
{
    margin: 20px;
    color: #000;
    background: #FFC525 url(../img/bg.gif) repeat-x;
    font: 70%/130% Arial, Helvetica, sans-serif;
}

.box
{
    text-align: left;
}

.banner468x60
{
    border-bottom: 1px #FFD06D solid;
    border-top: 1px #FFD06D solid;
    padding: 8px 0 8px 0;
    margin: 8px 0 8px 0;
}

.box-speak .speak-txt
{
    left: 100px;
    width: 360px;
    text-align: left;
}

.box-speak .speak-bubble
{
    left: 52px;
}



/* Vote poll styles */

.votepole
{
    margin: 5px 0 10px 0;
}

.votepole div
{
    height: 20px;
    background: transparent;
    font-weight: bold;
}

.votepole div img
{
    vertical-align: middle;
    margin: 0 5px 0 0;
}

.votepole span
{
    padding: 0 0 0 5px;
}


.votediagram
{
    border-bottom: 1px #FFD06D solid;
    border-left: 1px #FFD06D solid;
    padding: 5px 0 0 0;
    margin: 0 0 10px 0;
}

#tipmail
{
    width: 210px;
}


#tippreview
{
    float: right;
    width: 250px;
}
#tippreview h3
{
    padding: 15px 0 0 0;
}


/* Login styles */

#login .boxhalf, .login .boxhalf
{
    width: 230px;
}
#login .formbox, .login .formbox
{
    width: 225px;
}

/* Postcard styles */

body#popup #postcard-send
{
    width: 250px;
}

body#popup .postcard-box
{
    min-height: 350px;
}

body#popup #postcard-card h2
{
    color: #000;
    font-style: italic;
}

body#popup #postcard-send strong
{
    display: block;
    border-bottom: 1px #A7A58A solid;
    font-size: 130%;
    line-height: 150%;
    font-style: italic;
}

body#popup #postcard-send label
{
    margin: 5px 0 0 0;
    display: block;
}

.report
{
    border: 3px #FF0000 dotted;
    padding: 10px;
    margin: 15px 0 0 0;
}

.c-from
{
    font-style: italic;
}

