body
{
    background-color: #fff;
    color: #000;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

.male
{
    width: 200px;
    height: 51px;
    overflow: hidden;
    background-color: rgb(160,200,245);
    float: left;
    background-image: url(male.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}

.female
{
    width: 200px;
    height: 51px;
    overflow: hidden;
    float: left;
    background-color: rgb(245,192,224);
    background-image: url(female.png);
    background-repeat: no-repeat;
    background-position: 100% 0;
}

.separator
{
    width: 1px;
    height: 51px;
    overflow: hidden;
    float: left;
    background-image: url(separator.png);
    background-repeat: no-repeat;
}

.note
{
    width: 400px;
    text-align: center;
    font-size: 11px;
    color: #444;
    margin-top: 0;
    clear: both;
}

