@import "calendar.css";
.cform {
width:100%;
margin:10px auto 0;
}

.cform fieldset {
margin-top:10px;
border:none;
padding:5px 0;
}

.cform .cf_hidden {
display:none;
border:none !important;
background:none !important;
margin:0;
padding:0;
}

.cform legend {
font:normal 18px Helvetica;
color:#666;
letter-spacing:3px;
margin:0;
padding:0;
}

ol.cf-ol {
border-top:1px solid #f2f2f2;
margin:0;
padding:15px 0 0;
}

ol.cf-ol li {
background:none !important;
list-style:none !important;
text-align:left;
line-height:1.1em;
margin:5px 0;
padding:0;
font-stretch:normal;
}

ol.cf-ol li.textonly {
color:#666;
font-size:1em;
letter-spacing:2px;
margin:12px 0 !important;
padding:10px;
width:100%;
text-align:center;
}
li.cf-box-title{
font:10px Trebuchet MS,sans-serif;
color:#666;
font-stretch:normal;
}
.cform label {
font:10px Trebuchet MS,sans-serif;
color:#666;
margin:4px 10px 4px 0 ;
text-align:left;
vertical-align:top;
}

.cform label span {
width:100%;
display:block;
}

label.cf-before {
margin:4px 10px 0 0;
}

label.cf-after,label.cf-group-after  {
width:70%;
text-align:left;
margin:4px 2px 0 6px;
clear:right;
font:10px Trebuchet MS,sans-serif;
}

label.cf-after span, label.cf-group-after span {
display:block;
}

.cform input,.cform textarea,.cform select {
border:1px solid #666;
font:0.9em Trebuchet MS,sans-serif;
color:#888;
background:#fff url(../images/field-bg-top.gif) repeat-x top left;
vertical-align:top;
padding:3px;
margin-bottom:6px;
}

.cform input:hover,.cform textarea:hover,.cform select:hover {
border:1px solid #FC0;
background:#fff url(../images/field-bg-bottom.gif) repeat-x bottom left;
}

.cform input:focus,.cform textarea:focus,.cform select:focus {
color:#666;
background:#fff url(../images/field-bg-bottom.gif) repeat-x bottom left;
}

.cform textarea,.cform input {
width:100%;
}

.cform select {
width:306px;
}

.cform select.cfselectmulti {
height:7.5em;
}

.cform textarea {
font-family:arial;
font-size:0.9em;
height:70px;
overflow:auto;
}

span.reqtxt,span.emailreqtxt {
display:block;
vertical-align:top;
color:#666;
font-size:0.7em;
line-height:1.2em;
margin:0 5px 7px 98px;
}

/*ol.cf-ol li.cf-box-title {
display:inline-block;
}*/

input.cf-box-a,input.cf-box-b {
border:none !important;
background: none !important;
margin:1px 0 0 0;
width:6%;
margin-top:15px;
float:left;
}

input.cf-box-a {
margin-left:100px;
}

ol.cf-ol li.cf-box-group {
width:100%;
margin:0 0 7px 7px;
padding:7px;
}

p.cf-sb {
text-align:right;
margin:0;
padding:0 3px 0 0 !important;
}

.cform input.backbutton,.cform input.resetbutton,.cform input.sendbutton {
width:auto;
font-size:0.8em;
background:url(../images/button-bg.gif) repeat-x;
border:1px solid #adadad !important;
border-left-color:#ececec !important;
border-top-color:#ececec !important;
margin:0;
padding:2px 1em;
}

ol.cf-ol li.cf_li_err {
background:#FFDFDF url(li-err-bg.png) repeat !important;
border-color:#DF7D7D;
border-style:solid;
border-width:1px 0;
margin:5px 0;
padding:5px 0;
}

ol.cf-ol li ul.cf_li_text_err {
color:#333;
margin:0 0 0 10px;
padding:0;
}

ol.cf-ol ul.cf_li_text_err li {
background:url(icon-alert.png) no-repeat left 1px;
list-style:none !important;
font-weight:700;
text-indent:0;
padding-left:15px;
margin:0 0 2px;
}

ol.cf-ol ul.cf_li_text_err li:before {
content:'';
}

label.secq,label.seccap {
vertical-align:text-bottom;
margin-bottom:4px;
}

input.secinput {
vertical-align:text-bottom;
}

#cforms_captcha6,#cforms_captcha5,#cforms_captcha4,#cforms_captcha3,#cforms_captcha2,#cforms_captcha {
height:15px;
width:100px;
vertical-align:text-bottom;
margin:0;
padding:4px;
}

img.captcha {
vertical-align:text-bottom;
border:none !important;
float:none !important;
margin:0 0 0 10px;
padding:0;
}

img.captcha-reset {
vertical-align:text-bottom;
background:url(captcha_reset_white.gif) no-repeat;
width:21px;
height:21px;
border:none;
margin:0 0 2px 3px;
}

img.imgcalendar {
border:none;
}

div.cf_info {
color:#333;
display:none;
width:380px;
line-height:1.3em;
margin:10px auto;
padding:10px 15px;
}

div.cf_info ol {
margin:0;
padding:5px 15px 0 30px;
}

div.cf_info ol li {
margin:2px 0;
padding:1px 0;
}

div.cf_info a {
color:red !important;
text-decoration:underline !important;
}

div.success {
background:#F9F9F9 none repeat scroll 0;
color:#666;
display:block;
}

div.failure {
display:block;
background:#FFDFDF url(li-err-bg.png) repeat !important;
border-color:#DF7D7D;
border-style:solid;
border-width:1px 0;
}

div.waiting {
background:#F9F9F9;
color:#666;
display:block;
}

.cform .cf_error {
color:red;
border:1px solid red;
}

div.mailerr {
display:block;
}

p.cf_info {
text-align:center;
margin:10px 0;
}

p.success {
color:green;
}

[disabled] {
color:#ddd;
background:none !important;
border-color:#dddddd !important;
}

.disabled {
border-color:#dddddd !important;
}

.cform input.cf_upload {
width:220px;
background:#f9f9f9;
border:1px solid #888;
}

.linklove {
text-align:right;
width:410px;
margin:6px auto 10px !important;
padding:0 6px 0 0 !important;
}

.linklove a,.linklove a:visited {
font-size:0.8em;
font-family:Tahoma;
color:#666aaa !important;
}

.cform input.resetbutton,.cform input.backbutton {
margin:0 5px 0 0;
}

.mailerr,.cform .cf_errortxt,p.failure {
color:red;
}

*+html ol.cf-ol,*+html ol.cf-ol li,* html ol.cf-ol,* html ol.cf-ol li,* html span.reqtxt,* html span.emailreqtxt {
display:inline-block;
}

* html .cform legend,*+html .cform legend {
position:absolute;
left:-8px;
top:0;
margin-left:0;
}

* html .cform fieldset,*+html .cform fieldset {
position:relative;
margin-top:15px;
padding-top:25px;
}

* html img.captcha,*+html img.captcha {
margin-bottom:1px;
}