
.q-input, .q-area{
  padding: 3px;
  font-family: Verdana;
  font-size: 9pt;
  border: 0;
  background-color: #FFF;
}

.q-info-col{
  float: left;
  width: 220px;
  margin-right: 20px;
}

.q-info-col-last{
  float: left;
  width: 400px;
}

.qi-row{
  padding-bottom: 20px;	
}

.q-info-col label, .q-info-col-last label{
  display: block;
  padding-bottom: 5px;
}

.q-info-col input{
  width: 210px;
  border: 1px solid #BEBEBE;
}

.q-info-col-last textarea{
  width: 390px;
  height: 74px;
  border: 1px solid #BEBEBE;
}

.q-type{
  width: 100%;
  padding: 20px 0;
}

.q-type div{
  float: left;
  padding-right: 70px;
  font-size: 14pt;
  color: #000;
}

.q-label{
  color: #DE0000;
  padding: 20px 0 10px;
}

.qc-cnt{
  padding: 5px 25px;
  background-color: #F1F1F1;
  margin-bottom: 1px;
}

.qcc-row{
  width: 100%;
  padding: 10px 0;
}

.q-content, .qc-cnt{text-align:left;}

.qcc-row label{
  display: block;
  padding-bottom: 10px;
}

.qcc-row label.qcc-label{
  text-decoration: underline;
}

.qcc-row textarea{
  width: 400px;
  height: 100px;
  border: 1px solid #B1C0C9;	
}

.q-type-input{
  width: 200px;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #B1C0C9;
  background-color: transparent;
  color: #555555;
}

.q-oven-input{
  width: 400px;
  border: 1px solid #B1C0C9;
}

.security{
  /*width: 333px;*/
  padding-top: 30px;
  background-color: #f1f1f1;
}

.security-question{
  float: left;
  padding-right: 5px;
  margin-top: 4px;
  font-size: 8pt;
}

.captcha{
  float: left;
  width: 72px;
  height: 17px;
  padding-left: 9px;
  padding-top: 2px;
  background-image: url(/images/form-captcha.gif);
  background-repeat: no-repeat;
  margin-top: 1px;
}

.captcha input{
  width: 61px;
  padding: 1px;
  font-family: Verdana;
  font-size: 8pt;
  border: 0;
  text-align: center;
  background-color: transparent;
}

.button{
  float: left;
  padding-left: 5px;
  padding-top: 2px;
}

.msg{
  position: relative;
  z-index: 1;
}

#form-error{
  background-color: #EA2C2C;
  border: 2px solid #790F0F;
  padding: 15px;
  position: absolute;
  left: 240px;
  top: 0;	
}

.c_error_fieldset{
  width: 300px;
  text-align: left;
  border: none;
}

.c_error_legend{
  padding-bottom: 2px;
  color: #FF0000;
  font-family: Verdana;
  font-size: 8pt;
  border: 1px solid #B8B5B3;
  background-color: #FFF;
  padding: 2px 5px;
}

.c_error_container{
  padding: 8px 10px;
}

.c_error_label{
  padding: 2px;
  color: #FFF;
  font-family: Verdana;
  font-size: 8pt;
}

.c_error_close{
  padding-top: 10px;
  text-align: center;
}

.c_error_close A:link, .c_error_close A:visited{
  color: #000;
  font-size: 8pt;
}

.form-thanks{
  width: 600px;	
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid #CC0000;
  border-top: 1px solid #CC0000;
  color: #0003EE;
}
