/* Horizontal layout and a wood background */
/* Version 19.00 (##009##) */

/* horizontal */

div.fcp_label {display:inline-block;width:25%;margin-right:1%;vertical-align:top;text-align:right;padding:.35em 0 .3em 0;overflow:hidden}
div.fcp_controls {display:inline-block;width:74%}
@media screen and (max-width:800px) 
{
    div.fcp_label    {display:block;width:100%;text-align:left}
    div.fcp_controls {display:block;width:100%}
}

/* wood */ 

div.fcp_wrapper {background-color:#facc65;background:url(css_images/pine.png) left top repeat;border:1px solid #c6560f}
div.fcp_captcha_inner  {background-color:rgba(254, 246, 229, 0.88);box-shadow: 1px 2px 3px 2px rgba(0,0,0,0.3)}

div.fcp_border, fieldset.fcp_fieldset.fcp_border {border:3px groove #fefefed6}
div.fcp_line input:not([type="submit"]), div.fcp_line textarea, div.fcp_line select {background-color: #fefefed6}
.fcp_ccr .fcp_checkbox label::before     {background-color:#fefefed6}
.fcp_ccr label.fcp_lcb::after {border-color:#c03728}
.fcp_ccr .fcp_radio input + label:before {background-color:#fefefed6}
.fcp_ccr label.fcp_rad:after {background-color:#c03728}
.fcp_ccr span.fcp_toggle_inner:before      {background-color:#fdf5e3}
.fcp_ccr input:checked + .fcp_toggle_inner {background-color:#bf360c}
.fcp_wrapper span.fcp_info {background-color:#c03728}