/* shadowform
---------------------------------------------------------- */
.formclear {
  clear: both;
}

.shadowform {

}
.shadowform label {
  float: left;
  display: inline;
  width: 135px;
  font-size: 1.1em;
  color: #5F5F5F;
  text-transform: uppercase;
  margin: 9px 0 16px 0;
}

.shadowform label.alert-text {
  float: left;
  display: inline;
  width: 135px;
  font-size: 1.1em;
  color:#993300;
  text-transform: uppercase;
  margin: 9px 0 16px 0;
}


.shadowform input,
.shadowform .inputgroup {
  float: left;
  display: inline;
}
.shadowform .inputgroup {
  overflow: visible;
  width: 240px;
}

.shadowform .shadowinput {
  padding: 4px;
  font-size: 1.1em;
  background: url("../images/shadowform-text-bg.gif") no-repeat 0 0;
  border: 1px solid #C8C8C8;
  border-right-color: #F6F6F6;
  border-bottom-color: #F6F6F6;
  margin: 4px 0 14px 0;
}
.shadowform .forminputlarge {
  width: 230px;
}
.shadowform .forminputsmall {
  width: 65px;
}
.shadowbutton {
  font-family: georgia, 'times new roman', times, serif;
  background: url("../images/shadowbutton-bg.gif") repeat-x 0 0; 
  padding: 8px 24px 10px 24px;
  margin-left: 24px;
  font-size: 11px;
  line-height: 11px;
  color: #5F5F5F;
  text-transform: uppercase;
  text-align: center;
  border: none;
  float: left;
  cursor: pointer;
  outline: none;
}
.shadowbutton:hover {
  color: #B27609;
}
.shadowbuttonright {
  margin-right: 18px;
  float: right !important;
}


/* modalform
---------------------------------------------------------- */
.modalformwrapper {
  width: 450px;
  padding: 15px 50px 15px 50px;
  text-align: left;
}
.modalform {
  text-align: left;
}
.modalform label {
  font-family: georgia, 'times new roman', times, serif;
  float: left;
  display: inline;
  width: 130px;
  font-size: 1.3em;
  color: #707070;
  margin: 9px 0;
}
.modalform input,
.modalform .inputgroup {
  float: left;
  display: inline;
}
.modalform .inputgroup {
  overflow: visible;
  width: 240px;
}

.modalform .textinput {
  padding: 4px;
  font-size: 1.1em;
  border: 1px solid #DDDDDD;
  background-color: #EFEFEF;
  margin: 7px 0 6px 0;
}
.modalform .forminputlarge {
  width: 230px;
}
.modalform .indent {
  margin-left: 130px;
}
.modalform .requiredlabel {
  float: left;
  font-size: 1em;
  font-style: italic;
}
.modalform .shadowbuttonright {
  margin-right: 78px;
}

