
@import "calendar.css";
.cform {
    background: none repeat scroll 0 0 #F9F9F9;
    border-color: #F0591A;
    border-radius: 3px 3px 3px 3px;
    float: left;
    width: 100%;
}
.cform fieldset {
    border: 0 none;
    margin-top: 0;
    padding: 5px 0 15px;
}
.cform .cf_hidden {
    background: none repeat scroll 0 0 transparent !important;
    border: medium none !important;
    display: none;
    margin: 0 !important;
    padding: 0 !important;
}
.cform legend {
    background: none repeat scroll 0 0 #F0591A;
    border-radius: 0 3px 3px 0;
    color: white;
    font-family: Yanone Kaffeesatz;
    font-size: 300%;
    padding: 1em 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.cform fieldset:first-child legend {
    border-radius: 0 0 3px 0;
}
ol.cf-ol {
    border: 1px solid #F0591A;
    margin: 0 !important;
    padding: 0 !important;
}
ol.cf-ol li {
    background: none repeat scroll 0 0 transparent !important;
    line-height: 1em;
    list-style: none outside none !important;
    margin: 10px 0 !important;
    padding: 0;
    text-align: left;
}
ol.cf-ol li.textonly {
    letter-spacing: 1px;
    margin: 10px 0 !important;
    padding: 5px 0;
    text-align: center;
    text-shadow: 0 1px 0 #FFFFFF;
}
.cform label {
    color: #F0591A;
    display: inline-block;
    font-weight: bold;
    line-height: 1.3em;
    margin: 0.6em 1% 0.5em;
    text-align: right;
    vertical-align: top;
    width: 13em;
}
.cform label span {
}
label.cf-before {
    margin: 0.4em 5px;
}
label.cf-after {
    margin: 7px 0 0 4px;
    text-align: left;
    width: 115px;
}
label.cf-after span {
    display: inline;
    float: left;
    margin: 0 0 0 0;
    width: 115px;
}
label.cf-group-after {
    margin: 0.4em 5px;
    text-align: left;
    width: 72px;
}
label.cf-group-after span {
    display: block;
    width: 72px;
}
.cform input, .cform textarea, .cform select {
    background: -moz-linear-gradient(center top , #F7F7F7 0%, #EEEEEE 100%) repeat scroll 0 0 transparent;
    border: 1px solid #E2E2E2;
    box-shadow: none;
    color: #111111;
    padding: 5px 10px;
    text-shadow: 0 1px 0 #FFFFFF;
    vertical-align: middle;
}
.cform input:hover, .cform textarea:hover, .cform select:hover, .cform input:focus, .cform textarea:focus, .cform select:focus {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #999999;
    box-shadow: 0 1px 2px #CCCCCC inset;
    text-shadow: 0 1px 0 #FFFFFF;
}
.cform textarea, .cform input {
}
.cform select {
    padding: 2px 5px;
    width: 69%;
}
.cform select.cfselectmulti {
    height: 7.5em;
}
.cform textarea {
    overflow: auto;
    resize: none;
}
.ui-datepicker-trigger {
    cursor: pointer;
    margin-top: 3px;
}
ol.cf-ol li.cf-box-title {
    color: #F0591A;
    float: left;
    font-weight: bold;
    text-align: right;
    width: 13em;
    padding: 0 6px 0 0;
}
.cform input.cf-box-a, .cform input.cf-box-b {
    background: none repeat scroll 0 0 transparent !important;
    border: medium none !important;
    margin: 10px 0 0 0;
    text-align: left;
}
.cform input.cf-box-a {
    margin-left: 22%;
}
ol.cf-ol li.cf-box-group {
    margin: 10px 0 0 !important;
    padding-left: 13em;
    width: 50%;
}
span.reqtxt, span.emailreqtxt {
    color: #9B4D4D;
    display: block;
    height: 0;
    line-height: 1em;
    margin: 0 0 0 22%;
    padding: 0 0 0 20px;
    text-align: right;
    vertical-align: top;
    width: 65%;
}
p.cf-sb {
    margin: 0;
    padding: 0 !important;
    text-align: right;
}
.cform input.backbutton, .cform input.resetbutton, .cform input.sendbutton {
    background: #F0591A;
    border: 1px solid #F0591A;
    border-radius: 3px 3px 3px 3px;
    color: white;
    margin: auto;
    padding: 5px 10px;
    text-transform: uppercase;
    width: 100%;
}
.cform input.backbutton:hover, .cform input.resetbutton:hover, .cform input.sendbutton:hover {
    background: #F0591A;
    border: 1px solid #222222;
    border-radius: 3px 3px 3px 3px;
    color: white;
    margin: auto;
    padding: 5px 10px;
    text-transform: uppercase;
    width: 100%;
}
.cform input.resetbutton {
    padding: 5px 1em;
    width: auto;
}
.cform input.backbutton {
    padding: 5px 1em;
    width: auto;
}
ol.cf-ol li.cf_li_err {
    background: url("li-err-bg.png") repeat scroll 0 0 #FFDFDF !important;
    border-color: #EDC4C4;
    border-style: solid;
    border-width: 1px 0;
    margin: 5px 0 !important;
    padding: 10px 0 1px !important;
}
ol.cf-ol li ul.cf_li_text_err {
    color: #333333;
    height: 1%;
    margin: 0 0 0 100px;
    min-height: 1%;
    padding: 0;
}
ol.cf-ol ul.cf_li_text_err li {
    background: url("icon-alert.png") no-repeat scroll left 1px transparent !important;
    font-weight: bold;
    list-style: none outside none !important;
    margin: 0 0 2px !important;
    padding-left: 15px;
    text-indent: 0;
}
ol.cf-ol ul.cf_li_text_err li:before {
    content: "";
}
label.secq, label.seccap {
    margin-bottom: 4px;
    vertical-align: text-bottom;
}
input.secinput {
    vertical-align: text-bottom;
}
#cforms_captcha6, #cforms_captcha5, #cforms_captcha4, #cforms_captcha3, #cforms_captcha2, #cforms_captcha {
    height: 15px;
    margin: 0;
    padding: 4px;
    width: 50px;
}
img.captcha {
    border: medium none !important;
    float: none !important;
    margin: 0 0 0 10px !important;
    padding: 0 !important;
    vertical-align: text-bottom;
}
img.captcha-reset {
    background: url("captcha_reset_grey.gif") no-repeat scroll 0 0 transparent;
    border: medium none;
    height: 21px;
    margin: 0 0 2px 3px;
    vertical-align: text-bottom;
    width: 21px;
}
img.imgcalendar {
    border: medium none;
}
div.cf_info {
    color: #333333;
    display: none;
    float: left;
    line-height: 1.3em;
    padding: 10px;
    width: 100%;
}
div.cf_info > span {
    font-weight: bold;
    text-shadow: 0 1px 0 #FFFFFF;
}
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: #AD2929 !important;
    text-decoration: underline !important;
}
div.success {
    color: #01DF01;
    display: block;
}
div.failure {
    background: url("li-err-bg.png") repeat scroll 0 0 #FFDFDF !important;
    border: 1px solid #EDC4C4;
    border-radius: 3px 3px 3px 3px;
    display: block;
}
div.waiting {
    background: none repeat scroll 0 0 #F9F9F9;
    color: #AAAAAA;
    display: block;
}
.cform .cf_error {
    border: 1px solid #AD2929;
    color: #AD2929;
}
div.mailerr {
    display: block;
}
.mailerr, .cform .cf_errortxt {
    color: #AD2929;
}
.disabled, .disabled:hover, [disabled]:hover, [disabled] {
    background: none repeat scroll 0 0 transparent !important;
    border-color: #DDDDDD !important;
    box-shadow: none !important;
    color: #AAAAAA !important;
}
.cform input.cf_upload {
    background: none repeat scroll 0 0 #F9F9F9;
    border: 1px solid #888888;
    width: 220px;
}
.linklove {
    margin: 0 auto 10px !important;
    padding: 0 !important;
    text-align: center !important;
    width: 510px;
}
.linklove a, .linklove a:visited {
    color: #888888 !important;
}
