/*
 * Formatted form styles
 */

form.formatted {
  width: 100%;
}
form.formatted sup.mandatory {
  font-size: 0.9em;
  color: #a33;
}
form.formatted fieldset {
  border: none;
  margin: 0 0 1.3em 0;
  padding: 0;
}
form.formatted fieldset h4 {
  color:#ec1c24;
  line-height:35px;
  letter-spacing: -1px;
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: normal;
 /* background: #fff url(/img/projects-dashed-line.gif) no-repeat bottom left; */
  margin: 0.5em 0 0.5em 0;
  padding: 0 0 0 10px;
}
form.formatted fieldset div.field {
  margin: 0 0 1px 0;
  padding: 8px 0 8px 0;
  overflow: hidden;
  display: inline-block;
}
form.formatted fieldset div.field {
  display: block;
}
form.formatted fieldset div.field label {
  float: left;
  width: 120px;
  text-align: right;
  margin: 0 12px 0 0;
}
form.formatted fieldset div.field label.description {
  font-size: 0.9em;
  font-style: italic;
  padding-left: 8px;
  width: 112px;
}
form.formatted fieldset div.field label span.invalid {
  display: block;
  margin: 2px 3px 0 3px;
  font-size: 0.9em;
  color: #a33;
  font-style: italic;
}
form.formatted fieldset div.field input,
form.formatted fieldset div.field select,
form.formatted fieldset div.field textarea {
  float: left;
  font-size: 0.9em;
  padding: 2px;
  width: 330px;
  border: 1px solid #bbb;
}
form.formatted fieldset div.field select {
  width: 335px;
}
form.formatted fieldset div.field textarea {
  height: 100px;
  font-size: 1.1em;
  font-family: arial, helvetica;
}
form.formatted fieldset div.field textarea.wide {
  width: 610px;
}
form.formatted fieldset div.field em.description {
  margin-left: 3px;
  font-size: 0.9em;
}
form.formatted fieldset div.field input.additional {
  clear: both;
  margin: 2px 0 0 156px;
}
form.formatted fieldset div.field select.short,
form.formatted fieldset div.field input.short {
  width: 110px;
}
form.formatted fieldset div.field p.field-description {
  clear: both;
  display: block;
  font-size: 0.9em;
  font-style: italic;
  margin: 0 0 0 157px;
  padding: 2px 0 0 0;
}


/* Title */

form.formatted fieldset div.field span.title {
  float: left;
  font-weight: bold;
  padding-top: 2px;
}

form.formatted fieldset div.field span.section {
  float: left;
  overflow: hidden;
  display: inline-block;
}
form.formatted fieldset div.field span.section {
  display: block;
}
form.formatted fieldset div.field span.section strong {
  display: block;
  margin-bottom: 4px;
}

/* Options (vertical radio / check boxes) */

form.formatted fieldset div.field span.options {
  float: left;
  overflow: hidden;
  display: inline-block;
  width: 600px;
}
form.formatted fieldset div.field span.options {
  display: block;
}
form.formatted fieldset div.field span.options strong {
  display: block;
  margin: 8px 8px 3px 0;
  padding-bottom: 3px;
  border-bottom: 1px solid #fff;
}
form.formatted fieldset div.field span.options strong.first {
  margin-top: 0;
}
form.formatted fieldset div.field span.options strong.heading {
  display: block;
  margin-top: 0;
  border-bottom: 0;
}
form.formatted fieldset div.field span.options input {
  float: none;
  display: inline;
  vertical-align: middle;
  width: auto;
  margin: 0;
  border: none;
}
form.formatted fieldset div.field span.options label {
  float: none;
  display: inline;
  vertical-align: middle;
  width: auto;
  margin: 0 15px 0 0;
}
form.formatted fieldset div.field span.options span.category {
  font-weight: bold;
  text-decoration: underline;
}
form.formatted fieldset div.field span.layout input {
  margin-right: 8px;
}
form.formatted fieldset div.field span.layout label {
  float: left;
  text-align: left;
  margin: 0 0 4px 0;
  width: 150px;
}
form.formatted fieldset div.field span.layout label.listed {
  clear: both;
  width: 100%;
}
form.formatted fieldset div.field span.layout label.short {
  width: 65px;
}



/* Captcha */

form.formatted fieldset div.field div.captcha {
  float: left;
  margin: 0;
  padding: 0;
  width: 320px;
}
form.formatted fieldset div.field div.captcha p {
  line-height: 1.3em;
  margin: 0 0 0.75em 0;
}
form.formatted fieldset div.field div.captcha p.equation {
  overflow: hidden;
  margin: 0;
  width: 100%;
}
form.formatted fieldset div.field div.captcha p.equation label {
  width: 50px;
  text-align: right;
  margin: 2px 6px 0 0;
}
form.formatted fieldset div.field div.captcha p.equation input {
  width: 40px;
}

/* Bottom */

form.formatted div.bottom {
  margin-top: 1.7em;
  overflow: hidden;
  display: inline-block;
}
form.formatted div.bottom {
  display: block;
}
form.formatted div.bottom p.legend {
  float: left;
  width: 500px;
}
form.formatted div.bottom fieldset {
  float: right;
  text-align: right;
}
form.formatted div.bottom fieldset input {
  padding: 2px;
  border: 1px solid #888;
  background: #e2e2e2;
  cursor: pointer;
}
form.formatted div.bottom fieldset input:hover {
  background: #c4c4c4;
}

div#captchactr img{
  float:left;
  padding-right:5px;

}




div#captchactr span.href :hover{
cursor:pointer;
}

div#captchactr div#captchactrinner {
  width:204px;
  display:inline-block;
  overflow:hidden; 
}

div#captchactr div#captchactrinner {
  display:block;
  margin: 0 0 8px 0;
}

div#captchactr label.verification{
  float: left;
  text-align: left;
  margin: 2px 6px 0 0;
  width: 74px;
}

div#captchactr input{
  float: left;
  width: 90px;
}

div#captchactr a#audio{
  float:right;
  background:url(/securimage/images/audio_icon.gif) no-repeat;
  display:block;
  width:22px;
  height:20px;
}

div#captchactr span#refresh{
float:right;
  background:url(/securimage/images/refresh.gif) no-repeat;
  display:block;
  width:22px;
  height:20px;
}

.noshow{
  position:absolute;
  left:-9999px;
}

div.warning{
  color:#880000;
  font-weight:bold;
}


/*
 * Confirmation table styles
 */

div#purchase-confirmation {
  margin-top: 1.5em;
}
div#purchase-confirmation h4 {
  color: #042d6f;
  font-size: 1.2em;
  border: 1px solid #c4c4c4;
  border-left: 8px solid #c4c4c4;
  margin: 0 0 1.2em 0;
  padding: 5px 5px 5px 10px;
}
div#purchase-confirmation table {
  border-collapse: collapse;
  margin-bottom: 2em;
  width: 100%;
}
div#purchase-confirmation table tbody th {
  text-align: right;
  width: 120px;
  padding: 8px 4px 8px 4px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  font-weight: normal;
  background: #c4c4c4;
}
div#purchase-confirmation table tbody td {
  background: #e2e2e2;
  padding: 8px 4px 8px 4px;
  border-bottom: 1px solid #fff;
  padding: 2px;
}
