﻿.table1
{
    border-collapse: collapse;
}
.table1 th
{
    background-color: #e2fbdf;
    vertical-align: middle;
    text-align: center;
    padding: 5px 0;
}
.table1 td, .table1 th
{
    padding: 5px 15px;
    border: solid 1px #cccccc;
}
.table2
{
    border-collapse: collapse;
}
.table2 td, .table2 th
{
    padding: 5px;
    border: solid 1px #cccccc;
}
.table2 th
{
    vertical-align: middle;
    text-align: center;
    white-space: nowrap;
}
.div1
{
    background-image: url('../images/applicant/img2.gif');
    background-repeat: repeat-y;
    padding-bottom: 1px;
}
.left1
{
    float: left;
    margin-bottom: 1em;
    width: 120px;
    height: 50px;
    background-image: url('../images/applicant/img1.gif');
    background-repeat: no-repeat;
    color: #ffffff;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
}
.div2
{
    width: 120px;
    height: 40px;
    background-image: url('../images/applicant/img4.gif');
    background-repeat: no-repeat;
}
.div3
{
    margin-bottom: 1em;
    width: 120px;
    height: 50px;
    background-image: url('../images/applicant/img3.gif');
    background-repeat: no-repeat;
    color: #ffffff;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
}
.right1
{
    margin-left: 130px;
}
