﻿#banner
{
    padding: 0px;
    margin: 0px;
    width: 955px;
    height: 65px;
    background-image: url('../images/vacancies_banner.jpg');
}
#content
{
    padding: 0px;
    margin: 0px;
    width: 955px;
    background-color: #FFFFFF;
}
#contentUpper
{
    margin: 0px;
    width: 485px;
    height: 202px;
    background-color: #4D72A9;
    background-image: url('../images/vacancies_background_upper.jpg');
    padding-left: 35px;
    padding-right: 435px;
    padding-top: 25px;
}
#contentLower
{
    background-image: url('../images/vacancies_background_lower.jpg');
    background-repeat: no-repeat;
    background-position: right top;
    padding: 35px 50px 0px 35px;
    margin-bottom: 20px;
    width: 870px;
    overflow: hidden;
}
#infoGutter
{
    width: 270px;
    float: left;
}
#jobDetails
{
    width: 580px;
    padding-left: 20px;
    float: right;
}
.formsBox
{
    width:210px;
    border:solid 1px gray;
    padding:5px;
    float:right;
    margin-left:15px;
    border-top-width:5px;
    background-color: #E8E8E8;
}
.jobBox
{
    padding: 5px;
    background-color: #E8E8E8;
}
.panel legend
{
    color: #336699;
    font-size: 13px;
    font-weight: bold;
}
.infoBox
{
    width:260px;
    border:solid 1px gray;
    background-color: #E8E8E8;
    background-repeat: no-repeat;
    background-position: right bottom;
    padding:5px;
    float:left;
    border-top-width:5px;
    margin-bottom:20px;
}
