﻿#epostcard .list
{
    /*background: rgb(235,235,235);*/
    margin: 0 0 10px 0;
    padding-bottom: 5px;
}

#epostcard .list table
{
    float: left;
    margin: 10px 0 0 10px;
    display: inline;
}

#epostcard .thumb
{
    border: 3px solid rgb(204,204,204);
    display: block;
    height: 44px;
    margin: 0 5px 5px 0;
    width: 44px;
}

#epostcard .thumb:hover
{
    border-color: rgb(179,7,27);
}

#epostcard .card-preview
{
    float: left;
    height: 160px;
    margin: 10px 0 0 10px;
    width: 320px;
    position: relative;
}

#epostcard img.progress
{
    position: absolute;
    top: 64px;
    left: 152px;
}


/*	ePostcard - Form */

#postcardForm
{
    background: rgb(235,235,235);
    text-align: left;
    margin: 0 0 10px 0;
    width: 100%;
}

#postcardForm th, #postcardForm td
{
    border-bottom: 1px solid rgb(255,255,255);
    font-size: 1.1em;
    font-family: arial, "helvetica neue" , helvetica, "liberation sans" , tahoma, verdana, "bitstream vera sans" , san-serif;
    padding: 5px 10px;
}

#postcardForm label
{
    color: rgb(51,51,51);
    font-weight: normal;
    line-height: 1.5em;
}

#postcardForm label em
{
    font-weight: bold;
    font-style: normal;
}

#postcardForm p
{
    color: rgb(51,51,51);
    margin: 0;
    font-weight: normal;
}

#postcardForm #finalrow td
{
    background: rgb(255,255,255);
}

/* Viewing the ePostcard */
#epostcard-view
{
    width: 700px;
    height: 350px;
    margin: 50px auto 20px;
    position: relative;
}

#epostcard-view #text
{
    position: absolute;
    width: 250px;
    height: 240px;
    color: #f0f0f0;
    top: 20px;
    left: 30px;
    text-align: left;
    font-family: georgia, "times new roman" , times, "liberation serif" , "bitstream vera serif" , serif;
}

#epostcard-view #text h3
{
    font-size: 1.4em;
    margin-bottom: 10px;
    font-weight: normal;
}

#epostcard-view #text h3 em
{
    font-style: normal;
    font-weight: bold;
}

#epostcard-view #text p
{
    font-size: 1.2em;
    line-height: 1.3;
    height: 170px;
    overflow: auto;
    margin-bottom: 10px;
}

#epostcard-view #description {
    text-align: left;
    margin: 10px 30px;
}

#epostcard-view #description p {
    margin-bottom: 15px;
}

#epostcard-view #buttons {
    text-align:left;
    margin: 10px 30px;
}