body { background: #B2B7BB; }

#container { background: url(../img/bg.png) repeat-y center; }

#header {
  background: url(../img/hat.png) no-repeat;
  margin: 0 -45px;
  padding: 139px 45px 0;
}

#header #logo {
  background: url(../img/logo.jpg) no-repeat;
  position: absolute;
  top: 65px;
  left: 50px;
  width: 350px;
  height: 62px;
}

#content {margin-top: 40px;}


h2 { color: #fff; background: url(../img/header.png) no-repeat; }

#header h1 { background: url(../img/header1.png) no-repeat;}

#job #new_application h2 span.required { color: #444 !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;
          
  background: #B2B7BB !important;
  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: #B2B7BB !important;
}




#applynow { display: none !important; }

.addthis_toolbox {
  width: 180px;
  margin: 20px auto;
}

