/**
 * This file is part of Deko Boko. Please see the DekoBoko.php file for
 * copyright and license information.
 *
 * @author Michael Toppa
 * @version 1.0.1
 * @package DekoBoko
 */

/**
 * ---- START reCaptcha widget color classes
 * You must activate the "clean" theme in the DekoBoko settings for these to
 * take effect. You also need to uncomment each one, as they otherwise cause
 * problems for the other reCaptcha themes. Substitute your own colors for the
 * #FF0000 values below. A good guide to CSS colors is here:
 * http://www.w3schools.com/css/css_colornames.asp
 */

/* reCaptcha widget background color */

/*
 .recaptchatable .recaptcha_image_cell, #recaptcha_table {
    background-color:#FF0000 !important; 
}
*/

/* reCaptcha widget border color */

/*
#recaptcha_table {
    border-color: #FF0000 !important; 
}
*/

/* Text input field border and background colors */

/*
#recaptcha_response_field {
    border-color: #FF0000 !important;
    background-color:#FF0000 !important;
}
*/

/* ---- END reCaptcha widget color classes */

/* Styling for error messages */
.dekoboko_errors {
}

/* Styling for the form div */
.dekoboko_form {
}

/* Styling for the success message div */
.dekoboko_success {
}

/* Styling for the form dl */
.dekoboko_clearfix dt {
   clear:both;
   float:left;
   text-align:right;
   width:100px;
   margin-bottom:5px;
}

.dekoboko_clearfix dd {
   float:left;
   margin-left:5px;
   margin-bottom:5px;
}

.dekoboko_clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.dekoboko_clearfix {display: inline;}

/* Hides from IE-mac \*/
* html .dekoboko_clearfix {height: 1%;}
.dekoboko_clearfix {display: block;}
/* End hide from IE-mac */
