#cform_col{
  position: relative;
}
#cform{
  display: none;
}
#bcol p{
  padding-right: 10px;
  line-height: 1.4;
  padding-bottom: .5em;
}
#bcol input, #bcol textarea, li.check, li.uncheck{
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
  padding: 3px;
  -border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  width: 194px;
  font-size: 1em;
  font-family: tahoma;
  background: #fff;

}
#bcol textarea{
  height: 100px;
}
#ct .btn.go{
  width: 4em;
  margin-left: 1em;
}
#bcol input.btn, #ct input.btn{
  background: #ffd64c url('img/cform_btn.png') repeat-x;
  padding: 3px;
  color: #003366;
  font-weight: bold;
  -border-top-left-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  width: 200px;
  margin-bottom: 20px;
  border-top: 2px solid #ffe691;
  border-left: 2px solid #ffe691;
  border-right: 2px solid #e9c95c;
  border-bottom: 2px solid #e9c95c;
}
#bcol input.btn:hover, #ct input.btn:hover, #bcol .focus, #ct .focus{
  background: #00adeb;
  cursor: pointer;
  border-color: #0071e2;
  color: #fff;
}
#bcol .focus, #ct .focus{
  font-weight: bold;
}
.req{
  font-weight:bold;
  color: #f50;
}
.btre{
  display: none;
}
.errcol{
  color: #f00;
  text-align: right;
}
#bcol input.sm, #ct input.sm{
  margin-top: 2px;
  width: 25px;
}
li.check, li.uncheck, #formul li{
  list-style-type: none;
  text-align: left;
  margin-bottom: .5em;
}
#formul li, li.check:hover, li.uncheck:hover{
  cursor: pointer;
}
li.check a{
  border: none;
}
li.uncheck{
  border: 1px solid #ccc;
  background: #eaf5fe; 
  color: #777;
}
.inputrow{
  clear: both;
  padding: .5em;
}
.labcol{
  float: left;
  text-align: right;
  width: 120px;
  padding-top: .2em;
}
.incol{
  float: left;
  padding-left: 1em;
}
.input_error{
  color: #f00;
  float: left;
  padding-left: 1em;
  padding-top: .2em;
}
#ct input.err{
  border: 1px solid #f00;
}
#ct ul.days{
  margin: 0;
  padding: 0;
}
#ct form ul li{
  margin-bottom: .5em;
}
#ct input, #ct select, #ct textarea, #ct li.check{
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
  padding: 3px;
  -border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  width: 194px;
  font-size: 1em;
  font-family: tahoma;
  background: #e3f1fe;
  color: #003366;
}
#ct select{
  width: 202px;
}
#ct textarea{
  height: 100px;
}
#ct form h2{
  clear: both;
  padding-top: 1em;
}
#ct li.uncheck, #ct li.uncheck input{
  color: #aaa;
  background: #FFFCF2;
  border-color: #ccc;
}
#ct li.uncheck, #ct li.check{
  list-style-image: none;
}
.serv_err_msg{
  color: #f00;
  text-align: center;
  margin-left: 1em;
} 