div.form
{
    position: relative;
    width: 656px;
    height: 930px;
    font: 13px/1.4 arial, verdana, helvetica, serif;
    background-color: #e2f1ec;
    background-repeat: no-repeat;
    background-position: 0 0;
    margin: 30px 0 0 0;
}

div.form a.frame
{
    position: absolute;
    left: 31px;
    width: 594px;
    overflow: hidden;
}

div.form a.frame span
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    cursor: pointer;
}

div.form div.popup
{
    position: absolute;
    display: none;
    width: 400px;
    color: #ffffff;
    padding: 0 0 23px 0;
}

div.form div.popup h2
{
    height: 52px;
    color: #ffffff;
    font-size: 140%;
    font-weight: normal;
    line-height: 52px !important;
    text-transform: uppercase;
    background: #0072c2 url("popup-h2.png") repeat-x 0 0;
    padding: 0 6px;
    margin: 0 14px;
}

div.form div.popup span
{
    position: absolute;
    display: block;
    top: 0;
    width: 14px;
    height: 52px;
    background-repeat: repeat-x;
    background-position: 0 0;
    overflow: hidden;
}

div.form div.popup span.left
{
    left: 0;
    background-image: url("popup-left.png");
}

div.form div.popup span.right
{
    right: 0;
    background-image: url("popup-right.png");
}

div.form div.popup div.content
{
    font-size: 85%;
    background: #0072c2;
    padding: 10px 0 0 0;
}

div.form div.popup div.content p
{
    margin: 0;
    padding: 10px 20px 0 20px;
}

div.form div.popup div.bottom
{
    position: relative;
    display: block;
    height: 20px;
    background: #0072c2;
    margin: 0 14px;
}

div.form div.popup div.bottom span.left
{
    left: -14px;
    height: 20px;
    background-image: url("bottom-left.png");
}

div.form div.popup div.bottom span.right
{
    right: -14px;
    height: 20px;
    background-image: url("bottom-right.png");
}

div.form div.popup div.arrow
{
    position: absolute;
    right: 40px;
    bottom: 0;
    width: 25px;
    height: 23px;
    background: transparent url("popup-arrow.png") no-repeat 0 0;
}

div.form div.popup div.close
{
    position: absolute;
    top: 15px;
    right: 15px;
    width: 18px;
    height: 18px;
    line-height: 16px;
    text-align: center;
}

div.form div.popup div.close a, div.form div.popup div.close a:hover
{
    display: block;
    width: 100%;
    height: 100%;
    color: #ffffff;
    text-decoration: none;
    background: #0072c2;
     line-height: 16px !important;
}

div.form div.popup div.close a:hover
{
    color: #0072c2;
    background: #ffffff;
}