#wizard-steps4 {
  position: absolute;
  top: 7px;
  right: 2px;
  width: 640px;
  height: 30px;
}

#wizard-steps4 img {
  margin-left: 25px;
}

#wizard-steps4 span {
  float: left;
  position: relative;
  display: block;
  font-size: 90%;
  text-align: center;
  width: 160px;
}

#wizard-steps3 {
  position: absolute;
  top: 7px;
  right: 2px;
  width: 480px;
  height: 30px;
}

#wizard-steps3 img {
  margin-left: 25px;
}

#wizard-steps3 span {
  float: left;
  position: relative;
  display: block;
  font-size: 90%;
  text-align: center;
  width: 160px;
}

#progress-bar-container {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 700px;
  height: 42px;
  background: url(/images/projectcreator/progress-background.gif) 50px 0 no-repeat;
}

#progress-bar {
  position: relative;
  display: block;
  margin-left: 56px;
  height: 14px;
  background: url(/images/projectcreator/progress-bar.gif) top right no-repeat;
}

#progress-bar-container ul {
  margin: 5px 0 0 0;
  padding: 0;
}

#progress-bar-container ul li {
  text-align: center;
  font-size: 90%;
  line-height: 1.1;
  margin: 0;
  padding: 0;
}

#progress-bar-container ul li div {
  position: absolute;
  top: 0;
}

.intro {
  color: #555555;
  padding: 5px 0 15px 0;
}

h2 {
  border-bottom: 2px solid #000000;
}

.property-wrapper {
  background-color: #f8f8f8;
}

.property-wrapper h2 {
  padding: 5px 15px 5px 20px;
  margin: 1px;
  font-size: 115%;
  width: 96%;
  background-color: #f9f9dd;
  font-weight: bold;
}

.fields-wrapper {
  width: 950px;
  margin: 0 auto 30px auto;
  border-bottom: 1px solid #cccccc;
}

.fields-wrapper h3 {
  font-weight: normal;
  color: #ce5c00;
  margin: 0;
  padding: 0;
}

.fields-wrapper p {
  font-size: 90%;
  color: #555555;
}

.fields-section {
  padding: 15px 50px 15px 50px;
  border-top: 1px solid #cccccc ;
}

.fields-column1 {
  position: relative;
  float: left;
  width: 300px;
  padding-right: 25px;
}

.fields-column2 {
  position: relative;
  float: left;
  width: 520px;
}

.fields-column2 label {
  color: #333333;
}

.service-question {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}

.service-question-prompt {
  float: left;
  width: 39%;
  position: relative;
}

.service-question-answers {
  float: left;
  width: 60%;
  position: relative;
}

#terms-conditions {
  text-align: center;
  font-size: 90%;
  color: #555555;
}

#clientside-validation-errors {
  position: relative;
  display: block;
  border: 1px solid #ffffff;
}

#main-content {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}

/*** MAP EDITING ***/
#map {
  border: 1px solid #000000;
  background-color: #eeeeee;
}

div.map-annotation-box {
  width: 100%;
  background-color: #f8f8f8;
  border: 1px solid black;
  padding: 3px;
  margin-bottom: 40px;
}

div.map-annotation-box div.annotation-box-title {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

