div.post div.desc {
    width: 176px;
    margin: 5px 0px;
}

.categories,
.accordion {
    list-style:none;
    padding:0 0 4px;
    margin:0;
    border-top:1px solid #d9d9d9;
    font-size:12px;
}
.job-categories li {
    width: 100%;
    overflow:hidden;
    vertical-align:middle;
    border-bottom: 1px solid #d9d9d9;
    padding:0;
    background: none;
}
.job-categories .opener {
    color: #505050;
    line-height:29px;
    background:url('/images/bullet03.gif') no-repeat 0 12px;
    padding:0 0 0 15px;
    display: block;
}
.job-categories .opener:hover,
.job-categories .ui-state-active{
    text-decoration:none;
    color:#187344;
}
div.job {
    padding: 10px 10px 10px 10px;
    margin: 10px 10px 10px 10px;
    border-bottom: 1px solid #D9D9D9;
}
div.job-buttons-container {
    float: right;
    margin: 0 0 1em 2em;    
}
span.button {
    font-size: 10px;
    line-height: 2em;
    border: 1px solid #000;
    border-radius: 1em;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    margin: 5px 2px;
    padding: 5px 5px;
    background-color: #E5E5E5;
}
span.button a {
    padding: 5px;
    color: #39AA1F;
}
div.hr {
    clear: both;
}
/** Job Search **/
#jobSearch label {
    float: left;
    width: 140px;
    margin-right: 20px;
    text-align: right;
}
#jobSearch select {
    float: left;
}
#jobSearch div.selectHolder {
    height: 30px;
}

/** Application form **/
div.formElement input {
    clear: left;
}

#content form h3.second {
    margin-top: 1em;
}
form.careers div.type-flash_upload {
    margin-top: 1em;
}
form.careers div.type-flash_upload label {
    float: left;
}
form.careers div.type-flash_upload object {
    clear: left;
}
div#sidebar div.job-postings div.block {
    padding-top: 0;
}
div#sidebar div.job-postings {
	margin-top: 10px;
}
div#sidebar form.signup .submit {
	height: 35px;
}
div#sidebar h3.categories {
    border-top: none;
    margin-left: 22px;
}
div#sidebar div.post {
    width: 180px;
    color: #4C4D4F;
}

div#sidebar .post h4 {
    margin: 5px 0px;
}

div#goButton a {
    margin-left: 160px;
}

