﻿#jobs .items
{
    float: right;
    width: 450px;
}
#jobs .items .item
{
    margin-bottom: 30px;
}
#jobs .items .item h1
{
    font-weight: normal;
    color: #000000;
    font-size: 1.6em;
    margin-top:2px;
}
#jobs .items .item h2
{
    font-weight: normal;
    color: #555555;
    font-size: 1.3em;
    margin-bottom:2px;    
}
#jobs .items .item .description
{
    color: #555555;
    font-size: 1.2em;
}

#jobs .box
{
    background-color: #f2f2f2;
    width: 420px;   
    color: #333333;
    margin-top: 20px; 
    float:left;   
}

#jobs .box h1
{
    padding-left: 20px;
    padding-top: 10px;
    margin-bottom: 30px;
    font-size: 1.4em;
    line-height: 1.6em;   
    font-weight:normal; 
}

#jobs .row
{         
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 3px;
    margin-bottom:3px;    
    width:380px;
    float:left;
    position:relative;
}

#jobs .row .hint
{
    font-size:0.9em;
    clear:both;
    padding-top:3px;
    padding-bottom:5px;
    margin-left:5px;
}

#jobs .row h2
{
    font-size: 1.4em;
    font-weight:normal;
    margin-top:5px;
    margin-bottom:0;
    text-transform:uppercase;
}

#jobs .left
{    
    display:block;
    font-size: 1.2em;
}

#jobs a.captchaLink
{    
    text-decoration:none;
    font-style: italic;
    font-size: 0.8em;
    color:#333333;
}
#jobs a.privacyLink
{
    text-decoration:underline;
    color:#333333;
    font-size: 0.8em;
}

#jobs .right
{
    float:right;    
}
#jobs .right input
{
    border: solid 1px #555555;
}
#jobs .right input[type="text"],#jobs .right textarea
{
    border: solid 1px #555555;
}

#jobs .sendButton
{
    text-align:center;
    margin-left:auto;
    margin-right:auto;
    line-height:40px;
    width:180px;
    height:40px;
    background-image:url('images/button.png'); 
    background-repeat:no-repeat;
    cursor:pointer;
}

#jobs .sendButton a
{
    text-decoration:none;
    font-size:1.2em;
    color:#333333;
}

#jobs .summary
{
    background-color: #EB951F;
    padding: 10px;
    color: #ffffff;
    font-weight:bold;
}
#jobs .summary li
{
    font-weight:normal;
}

#jobs .resultMessage
{
    padding: 10px;
    color: #ffffff;
    background-color: #EB951F;
    text-align:center;
    font-size:1.6em;    
}
#jobs #loading
{
    display:none;
    padding: 10px;
    color: #ffffff;
    background-color: #EB951F;
    text-align:center;
    font-size:1.6em;    
}
