
#empl {
   margin-top: -20px;
}
#empl h2 {
  font-size: 1.18em;
  color: white;
  padding: 0;
  margin: 0 0 20px;
}
#empl #box-wrap {
float: left;
}
#empl p {
  padding: 0;
  margin: 10px 0;
}


#empl .box {
 line-height: 16px;
  width: 410px;
  padding: 15px 20px 15px 15px;
  background: #2b100a;
  margin-bottom: 15px;
  clear: left;
  background: url(../images/box-bg.png) 100% 0 repeat-y;
  position: relative;
}
#empl h3 {
  font-size: 1.18em;
  color: white;
}
#empl #empl-form, #empl #mail-form {
  float: right;
  width: 410px;
  padding: 15px 20px 15px 15px;
  background: #2b100a;
  margin-bottom: 15px;
  position: relative;
  background: url(../images/box-bg.png) 100% 0 repeat-y;
}


#empl .box-end, #empl #empl-form .box-end, #empl #mail-form .box-end {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 7px;
  width: 445px;
  background: url(../images/box-end-bg.png) 100% 0 no-repeat;
   font-size: 0;
}


#empl #empl-form label, #empl #mail-form label {
  float: left;
  display: block;
  width: 110px;
  clear: left;
  height: 24px;
  line-height: 24px;
  color: white;
  margin-bottom: 6px;
}

#empl #empl-form label.big {
  width: 380px;
  clear: both;
}
#empl #mail-form label {
  width: 140px;
  padding-right: 4px;
}


#empl #mail-form label.big {
  line-height: normal;
}


#empl #empl-form .fld, #empl #empl-form .fld-sm, #empl #mail-form .fld, #empl #mail-form select {
  float: left;
  width:284px;
  height: 18px;
  padding: 2px;
  margin-bottom: 6px;
  background: white;
  border: 1px solid #f48f39;
}
#empl #mail-form .fld {
  width: 250px;
}


#empl #mail-form select {
  height: auto;
  width: 255px;
}
#empl #mail-form #capcha {
  float: left;
}
#empl #mail-form #capcha img {
  margin: 0 0 6px 250px;
}
#empl #mail-form #capcha label.big {
  width: 246px;
}
#empl #mail-form #capcha .fld {
  width: 144px;
}


#empl #empl-form .fld-sm {
  width: 64px;
}
#empl #empl-form textarea, #empl #mail-form textarea {
  float: left;
  width: 395px;
  padding: 2px;
  overflow: auto;
  border: 1px solid #f48f39;
  height: 145px;
}
#empl #mail-form textarea {
  width: 250px;
  height: 100px;
  float: left;
  margin-bottom: 6px;
}


#empl #empl-form fieldset {
  padding: 0;
  margin: 0;
  border: none;
}
* html #empl #empl-form fieldset input {
  margin-bottom: 5px;
}


#empl #empl-form button, #empl #mail-form button {
  width: 260px;
  height: 32px;
  padding: 0;
  margin: 0 auto;
  border: none;
  text-indent: -999em;
  display: block;
  background: url(../images/empl-btn.png) 0 0 no-repeat;
  cursor: pointer;
}
#empl #mail-form button {
  width: 190px;
  background: url(../images/submit-btn.png) 0 0 no-repeat;
  margin: 10px auto;
}


#empl #empl-form div.uploader {
  width: 288px;
  background: white;
  border: 1px solid #f48f39;
  height: 22px;
  margin: 0 0 6px 110px;
}
#empl #empl-form div.uploader span.filename {
  height: 20px;
  line-height: 20px;
  color: black;
  padding: 0 5px;
  width: 200px;
  margin: 0;
  border: none;
}
#empl #empl-form div.uploader span.action {
  height: 22px;
  line-height: 22px;
  width: 78px;
  padding: 0;
  margin: 0;
  border: none;
  background: url(../images/file-btn.png) 0 0 no-repeat;
  color: white;
  font-weight: bold;
  display: block;
  z-index: 100;
}
#empl #empl-form div.uploader input {
  float: left;
  
}

#empl #mail-box {
  min-height: 355px;
  height: auto !important;
  height: 355px;

}


















