/* Horizontal layout and a marble background */
/* Version 19.00 (##009##) */

@media screen and (min-width:800px) 
{
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%}
}

/* marble */ 

div.fcp_wrapper {background-color:#fafafa;background:url(css_images/marble.png) left top repeat;border:1px solid #bababa}
div.fcp_captcha_inner {background-color:#e2e1e175;box-shadow: 1px 2px 3px 2px rgba(0,0,0,0.3)}
div.fcp_border, fieldset.fcp_fieldset.fcp_border {border-color:gray}
div.fcp_captcha_prompt {text-shadow: 0 1px 0 #fff}