
body {
  font-size: 13px;
  font-family: UbuntuRegular, Arial, Sans-serif;
  line-height: 21px;
  color: #000;
  overflow-x: hidden;
  background: url(https://s3-ap-southeast-1.amazonaws.com/candidate-office/skins/sargent/images/bg.jpeg);
}

#container {
  background: url(https://s3-ap-southeast-1.amazonaws.com/candidate-office/skins/_resources/skin-bg-trans.png) repeat-y center;
  min-height: 100%;
  margin: 60px auto 0;
  position: relative;
  padding: 0 45px 10px;
  width: 760px;
}

#header {
  background: url(https://s3-ap-southeast-1.amazonaws.com/candidate-office/skins/_resources/hat-trans.png) no-repeat;
  margin: 0 -45px -51px;
  padding: 40px 0 10px;
  height: 110px;
  position: relative;
  top: -51px;
}


#header #logo {
  position: absolute;
  background: url(https://s3-ap-southeast-1.amazonaws.com/candidate-office/skins/sargent/images/logo.png) no-repeat top;
  width: 261px;
  height: 85px;
  top: 50px;
  left: 40px;
  overflow: hidden;
  text-indent: -9999px;
}

#job #job_header h1, #job #new_application h2 {
  color: #fff;
  background: url(https://s3-ap-southeast-1.amazonaws.com/candidate-office/skins/sargent/images/header.jpg) no-repeat top !important;
}

#header h1, #header h2 { font-family: UbuntuBold; }

#job #new_application h2 span.required {
  color: white !important;
  top: 8px !important;
  right: 10px !important;
}

#job #job_header h1,
#job #new_application h1,
#job #new_application h2 {
  -webkit-border-radius: 5px 5px 0 0;
     -moz-border-radius: 5px 5px 0 0;
          border-radius: 5px 5px 0 0;
  color: white;
}

#job #job_header h2 {
  -webkit-border-radius: 0 0 5px 5px;
     -moz-border-radius: 0 0 5px 5px;
          border-radius: 0 0 5px 5px;
}

#job #new_application fieldset.buttons {
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;

  background: #5BADFF !important;
}


#applynow { display: none !important; }

.addthis_toolbox {
  width: 180px;
  margin: 0;
  position: absolute;
  top:   50px;
  right: 50px;
}
