#resume {
  background-image: url(../images/resume/middle.jpg);
  background-repeat: repeat-y;
  background-position: bottom center;
  margin-left: 30px;
  width: 740px;
}
#resume h2 {
  background-image: url(../images/resume/top.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  color: #FFF;
  padding: 20px 0 10px;
  margin: 0;
  width: 740px;
}

#resume p, #resume h3, #resume ul {
  padding: 0.3em 60px;
}
#resume ul {
  display: inline;
  float: left;
  width: 320px;
  list-style: none;
}
#resume ul li {
  padding: 0.3em;
  line-height: 1.3em;
}
#resume ul li.label {
  clear: left;
  float: left;
  font-weight: bold;
  width: 160px;
}
#resume ul li.value {
  float: left;
  width: 140px;
}

#resume div.image {
  float: left;
  padding: 30px 0 0 30px;
}
#resume .qualifications {
  background-image: url(../images/resume/main.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 10px;
}
#resume .footer {
  background-image: url(../images/resume/bottom.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  padding: 23px;
}

#resumeForm {
  padding-left: 40px;
}
#resumeForm fieldset {
  border: 1px solid #e0e0e0;
  margin-bottom: 20px;
  padding: 10px;

}
#resumeForm fieldset legend {
  color: #00048B;
  font-size: 1.6em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
#resumeForm label {
  clear: left;
  float: left;
  padding: 4px;
  width: 150px;
  margin-top: 10px;
  color: #808080;
  font-weight: bold;
}
#resumeForm input, #resumeForm textarea {
  float: left;
  margin: 2px;
  width: 300px;
  margin-top: 10px;
}
#resumeForm textarea {
  width: auto;
}
#resumeForm label#delete_image {
  clear: left;
  float: left;
  padding-left: 160px;
  width: auto;
}
#delete_image input {
  width: auto;
  clear: none;
  float: none;
}

#resumeForm fieldset fieldset input {
  clear: left;
  margin-top: 0;
}

#resumeForm fieldset fieldset {
  float: left;
  padding: 0;
  margin-top: 10px;
}

#resumeForm label.checkbox, #resumeForm label.checkbox input {
  width: auto;
  padding-top: 10px;
}

#resumeForm fieldset.submit input {
  width: auto;
}

#resumeForm label.checkbox input {
  margin: 0 10px 0 0;
}

#resumeForm fieldset ul.error {
  list-style: none;
  color: #FF0000;
  font-weight: bold;
  margin-left: 5px;
}

#resumeForm fieldset ul.error li {
  line-height: 1.5em;
}
