﻿.fbox1
{
    display: block;
    float: left;
    background-image: url(/images/bg-boxbot.gif);
    background-repeat: no-repeat;
    background-position: bottom left;
    margin: 0 0 1em 0;
    padding: 0;
    width: 275px;
}


.fbox-head
{
    display: block;
    float: left;
    background-image: url(/images/bg-boxtop.gif);
    background-repeat: no-repeat;
    background-position: top left;
    margin: 0;
    padding: 0;
    width: 275px;
    overflow: hidden;
}

.fbox-head h3
{
    display: block;
    float: left;
    margin: 0;
    padding: 6px 12px 6px 12px;
}
.fbox-head h3, .fbox-body h3
{
    font-size: 15px;
}

.fbox-body
{
    display: block;
    float: left;
    line-height: normal;
    margin: 0;
    padding: 12px 12px 0 12px; /* overflow:hidden; */
}

.fbox1
{
    background-color: #efefef;
}

.fbox1 .fbox-head
{
    background-color: #5ca150;
    color: #fff;
}

div.checkArea
{
    margin: 0px 0 20px 0px;
    color: #2e2c73;
}

div.checkArea div
{
    background: url(/images/gree-check.gif) no-repeat 10px 2px;
    padding: 1px 0px 0px 34px;
    font-style: italic;
}
