﻿.contentJobs {
    position: relative;
    display: inline;
    float: right;
    width: 514px;
    height: 798px;
    margin: 13px 0 0 0;
    padding: 20px 90px 0 20px;
    background-image: url('../img/jobs/back_content_jobs.jpg');
    background-repeat: no-repeat;
}
.contentJobs h1 
{
    color: #064366;
    font-size: 26px;
    width: 100%;
    margin: 0;
    padding: 0;
}
.contentJobs h3 
{
    display: block;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: normal;
}
.contentJobs h5
{
    float: left;
    color: #064366;
    font-size: 17px;
    font-weight: bold;
    margin: 15px 0 5px 0;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #F37025;
}
.contentJobs span 
{
    font-size: 12px;
    margin: 0;
}
.bannerBeAPart {
    position: relative;
    display: inline;
    float: left;
    width: 351px;
    height: 321px;
    margin: 9px 0 0 0;
    background-image: url('../img/jobs/be_part_of_our_teamwork.jpg');
    background-repeat: no-repeat;
}
.jobsForm {
    position: relative;
    display: inline;
    float: left;
    width: 400px;
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #064366;
}
.jobsForm .item {
    position: relative;
    display: inline;
    float: left;
    width: 50%;
    margin: 5px 0 0 0;
    padding: 0;
}
.jobsForm input {
    width: 90%;
    border: 1px solid #CCCCCC;
}

.jobsForm .wideItem 
{
    position: relative;
    display: inline;
    float: left;
    width: 100%;
    margin: 15px 0 0 0;
    padding: 0;
    color: #000000;
}
.jobsForm .wideItem span
{
    display: block;
    font-size: 10px;
}
.jobsForm .wideItem .typeFile 
{
    width: 96%;
}
.textarea 
{
    width: 99%;
    height: 230px;
    margin: 5px 0 0 0;
}
.sendButton
{
    position: relative;
    display: block;
    float: left;
    width: 44px;
    height: 22px;
    margin: 10px 0 0 0;
    padding: 0;
    background-image: url('../img/generics/button_send.jpg');
    background-repeat: no-repeat;
}