img.img_margin_top {
    margin-top: 20px;
}
.page-inner body.bg-default::after {
    background: url("../../images/backgrounds/bg-company.png") no-repeat scroll 50% 0 rgba(0, 0, 0, 0);
}
.page-inner body.bg-product::after {
    background: url("../../images/backgrounds/bg-product.png") no-repeat scroll 50% 0 rgba(0, 0, 0, 0);
}
.page-inner body.bg-career::after {
    background: url("../../images/backgrounds/bg-career.png") no-repeat scroll 50% 0 rgba(0, 0, 0, 0);
}
.page-inner body.bg-business::after {
    background: url("../../images/backgrounds/bg-business.png") no-repeat scroll 50% 0 rgba(0, 0, 0, 0);
}
.page-inner body.bg-international::after {
    background: url("../../images/backgrounds/bg-international.png") no-repeat scroll 50% 0 rgba(0, 0, 0, 0);
}
.page-inner body.bg-company::after {
    background: url("../../images/backgrounds/bg-company.png") no-repeat scroll 50% 0 rgba(0, 0, 0, 0);
}
form .required { color: #EC1D25; }
form .success {
    background: none repeat scroll 0 0 #002579;
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
    width: 100%;
}
form .error {
    background: none repeat scroll 0 0 #EC1D25;
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
    width: 100%;
}
#career_select {
  padding: 5px;
  color: #6C6C6C;
}