#job-detail {
  padding: 10px 25px;
} 
#job-detail h1 {
  border-bottom: 1px dashed #dce0eb;
  padding-bottom: 15px;
}
#job-detail .info-table {
  padding-top: 15px;
  border-bottom: 1px solid #f0f2f8;
}
#job-detail .info-table table {
  width: 90%;
  padding-bottom: 10px;
}
#job-detail .info-table table th {
  width: 200px;
  text-align: left;
  padding-bottom: 12px;
}
#job-detail .info-table table td {
  padding-bottom: 12px;
}
#job-detail .share {
  padding-top: 10px;
}
#job-detail .text h2 {
  color: #465da0;
  font-size: 18px;
  padding-bottom: 15px;
  margin-top: 20px;
}
#job-detail .text div,
#job-detail .text p {
  padding-bottom: 20px;
  line-height: 16px;
}
#job-detail .text li {
  background: url(../img/gfx/bullet.png) 0 4px no-repeat;
  padding-left: 15px;
  margin-left: 20px;
  line-height: 16px;
  margin-bottom: 8px;
}
#job-detail .employer {
  padding-top: 35px;
  padding-bottom: 10px;
}
#job-detail .employer h3 {
  font-size: 13px;
}
#job-detail .employer h3 a {
  background: url(../img/gfx/icn-link.png) 100% 4px no-repeat;
  padding-right: 20px;
}
#job-detail .employer table {
  width: 90%;
  margin-top: 12px;
  padding-bottom: 10px;
}
#job-detail .employer table th {
  width: 200px;
  text-align: left;
  padding-bottom: 6px;
  font-weight: normal;
}
#job-detail .employer table td {
  padding-bottom: 6px;
  font-weight: bold;
}
#job-detail .map {
  border: 1px solid #eee;
  padding: 12px;
  width: 500px;
  height: 300px;
}
#job-detail form {
  padding-top: 30px;
  padding-bottom: 30px;
  width: 600px;
}
#job-detail form p {
  padding-left: 30px;
  padding-bottom: 20px;  
}
#job-detail form .inner {
  background: #f0f2f8;
  border: 1px solid #dce0eb;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 25px;
}
#job-detail form .star {
  color: #ff840c;
}
#job-detail form .send {
  text-align: right;
  padding-top: 10px;
}
#job-detail form .send input {
  background: url(../img/gfx/button-orange-send.png) no-repeat;
  width: 95px;
  height: 42px;
  border: 0;
  cursor: pointer;
  cursor: hand;
}
#job-detail form table {
  width: 100%;
}
#job-detail form th {
  width: 100px !important;
  text-align: left;
  font-weight: normal;
  padding-top: 10px;
  vertical-align: top;
}
#job-detail form th.file {
  padding-top: 4px;
}
#job-detail form td {
  padding-bottom: 10px;
}
#job-detail form td .text {
  background: url(../img/gfx/contact-input.png) no-repeat;
  border: 0;
  width: 212px;
  height: 33px;
  padding: 0 10px;
}
#job-detail form td textarea {
  background: url(../img/gfx/jobs-textarea.png) no-repeat;
  padding: 10px;
  width: 462px;
  height: 82px;
  border: 0;
}
#job-detail form .form_sent {
  color: green;
  line-height: 60px;
  margin-left: 25px;
  float: left;
}
#job-detail form .form_error {
  color: red;
  line-height: 60px;
  margin-left: 25px;
  float: left;
}
#job-detail form .form_valsum {
  color: red;
  margin-top: 10px;
  margin-left: 25px;
  line-height: 15px;
  float: left;
}