#colorbox.complete {
    border-radius: 0;
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    margin-top: -322px !important;
    margin-left: -400px !important;
}

.complete #cboxTitle {
    top: 0;
}

#cboxLoadedContent {
    padding: 0 25px 10px 35px !important;
}

#send-button[disabled] {
    background: #FFB67A;
    cursor: default;
}

.field.has-error input, .field.has-error textarea {
    border: 1px solid red !important;
}

.hidden {
    display: none;
}

#colorbox #cboxClose {
    border: 0;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    line-height: 14px;
    background: url(../images/controls.png) -1in 0 no-repeat;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    top: 14px;
    right: 15px;
    opacity: .3;
    filter: alpha(opacity=30);
}

#colorbox #cboxClose {
    width: 14px;
    height: 14px;
    position: absolute;
}

#colorbox #cboxClose, #cboxNext, #colorbox #cboxPrevious, #cboxSlideshow {
    cursor: pointer;
}

#colorbox #cboxClose:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.vacancies-list {
	margin-bottom: 100px;
}

.vacancies-list .item {
	margin: -10px 0 0px;
}

.vacancies-list .item .body {
	margin: -10px 0 0;
}

div.button button[disabled] {
	background: #FFB67A;
    cursor: default;
}