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

/* 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;
   font-family:Georgia, serif;
	font-size:16px;
}

.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 */
