form.wufoo{
  font-size: small;
  font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
  margin: 1em 0 0 0.3em;
  padding: 0 0 20px 0;
}

.hide{
  display:none !important;
}

.wufoo{
  font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
}

.wufoo li{
  width: 62%;
}

form p{
  margin: 0 0.2em !important;
}

form ul{
  margin: 0 !important;
  padding: 0;
  list-style-type: none;
  width: 100%;
}

form li{
  display: block;
  margin: 0;
  padding: 6px 5px 9px 9px;
  clear: both;
}

form li:after, form li div:after{
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

* html form li{
  height: 1%;
}

* html form li div{
  display: inline-block;
}

* + html form li div{
  display: inline-block;
}

form li div, form li span{
  margin: 0 .3em 0 0;
  padding: 0;
  color: #444;
}

form li div label, form li span label{
  margin: 0;
  padding-top: 6px;
  clear: both;
  font-size: 85%;
  line-height: 100%;
  color: #444;
  display: block;
}

form li div span label{
  padding-bottom: 12px;
}

label.desc{
  font-size: 95%;
  font-weight: bold;
  color: #222;
  line-height: 150%;
  margin: 0;
  padding: 0 0 3px 0;
  border: none;
  display: block;
}


form li div label .currently{
  display: none;
}

input.text, input.search, input.file, textarea.textarea, select.select{
  font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
  font-size: 100%;
  color: #333;
  margin: 0;
  padding: 2px 0;
}

input.text, input.search, textarea.textarea{
  border-top: 1px solid #7c7c7c;
  border-left: 1px solid #c3c3c3;
  border-right: 1px solid #c3c3c3;
  border-bottom: 1px solid #ddd;
  background: #fff url('fieldbg1.gif') repeat-x top;
}

form li.buttons{
  position: relative;
  clear: both;
  padding-top: 10px;
  width:97% !important;
}

form li.buttons input{
  font-size: 100%;
  margin-right: 5px;
}

input.btTxt{
  padding: 0 7px;
  width: auto;
  overflow: visible;
}

input.medium, select.medium{
  width: 50%;
  min-width: 50%;
}

input.large, select.large, textarea.textarea{
  width: 100%;
  min-width: 100%;
}

* html select.ieSelectFix{
  width: 100%;
}

* + html select.ieSelectFix{
  width: 100%;
}

textarea.medium{
  height: 10em;
}


/*
#errorLi{
  width: 99%;
  margin: 15px auto 0 auto;
  background:#fff !important;
  border: 1px solid red;
  margin-bottom: 1em;
  text-align: center;
  padding: 1em 0 1em 0;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}

#errorMsgLbl{
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 125%;
  color:#DF0000 !important;
}

#errorMsg{
  margin: 0 0 2px 0;
  color:#000 !important;
  font-size: 100%;
}

#errorMsg strong{
  padding: 2px 3px;
  background-color: #FFDFDF !important;
  color:red !important;
}

form li.error{
  display:block !important;
  background-color: #FFDFDF !important;
  margin-bottom:3px !important;
}

form li.error label, form li.error span.symbol{
  color:#000 !important;
}

form li.error label.desc{
  color:#DF0000 !important;
}

form p.error{
  display: none;
  margin:0 !important;
  padding:7px 0 0 0 !important;
  line-height:10px !important;
  font-weight: bold;
  font-size: 10px;
  color:#DF0000 !important;
  clear: both;
}

form li.error p.error{
  display: block;
}

form li.complex p.error{
  padding:0 0 9px 0 !important;
}

.leftLabel p.error, .rightLabel p.error{
  margin-left: 30%;
  padding-left: 15px;
}

.noI .leftLabel p.error, .noI .rightLabel p.error{
  margin-left: 35%;
  padding-left: 15px;
}
*/

form span.req{
  display: inline;
  float: none;
  color:red !important;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

form li.focused{
  background-color: #fff7c0;
  -webkit-box-shadow: rgba(0, 0, 0, .15) 1px 1px 2px;
  -moz-box-shadow: rgba(0, 0, 0, .15) 1px 1px 2px;
}

form li.focused, form li:hover{
  position: relative;
}

form .instruct{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 42%;
  margin: 0 0 0 8px;
  padding: 8px 10px 10px 10px;
  border: 1px solid #e6e6e6;
  background: #f5f5f5;
  visibility: hidden;
  font-size: 105%;
}

form .instruct small{
  line-height: 120%;
  font-size: 80%;
  color: #444;
}

form li.focused .instruct, form li:hover .instruct{
  left: 100%;
  visibility: visible;
}


#content h2.fbform_thanks  {
  text-align: center !important;
  margin: 2em 0 !important;
}

div.fbform_thanks p {
  margin: 0 !important;
}

div.fbform_message {
  background-color: #F4F4EC;
  margin-right: 1em;
  padding: 0.7em 0.7em 0.7em 0;
  margin-right: 1em;
}

div.fbform_message h3 {
  margin: 0 0 0.6em 1.8em !important;
}

div.fbform_errors {
  margin: 0 1em 1em 2em;
  border: 1px solid #de1f02;
  padding: 0.5em 1em;
}

div.fbform_errors p {
  font-weight: bold;
  color: red;
  background-color: inherit;
  margin: 0 !important;
}
div.fbform_errors ul {
  margin: 0.3em 0 0 1em !important;
  padding: 0;
}

div.fbform_errors p strong {
  color: #F00;
  background-color: inherit;
}


