﻿.df_form { padding: 0px 5px 5px 5px}

.df_form .subh { padding: 0px; list-style-type: none; margin: 0px; overflow:hidden;}
.df_form .subh li { float: left; list-style-type: none; padding: 0px 10px 10px 0px; overflow:hidden; margin:0px 0px 0px 0px; background:transparent;}
.df_form .subv { padding: 0px; list-style-type: none; margin: 0px; overflow:hidden;}
.df_form .subv li { list-style-type: none; padding: 0px 10px 10px 0px; overflow:hidden; margin:0px 0px 0px 0px; background:transparent;}
.df_form .subh div { float:left} 

.df_form .captcha { clear: both; margin: 0 auto; text-align: center; padding: 15px 0px 15px 0px; float: none; }
.df_form .captcha div { float: none; }

.df_form .control { padding:8px 5px 5px 5px;clear:both;overflow:hidden;}
.df_form .submit { margin: 0 auto; clear: both; padding: 5px 0px 0px 0px; }

.df_form .labelroot {width: 29%; }
.df_form .label_left {text-align: left;float: left;  margin: 2px 15px 0 0; }
.df_form .label_right {text-align: right; float: left; margin: 2px 15px 0 0; }
.df_form .label_top { width: 100%; margin: 0; padding: 0 0 1px 0; display:block; }

.df_form .field { float: left; padding-right: 10px; padding-bottom:3px;}
.df_form .content { float: left; padding-right: 10px; width:68% }

.df_form .field .survey-cell{ text-align:center}
.df_form .field .survey .odd{background-color:#eee}

.df_form .section { display: block; clear: both; width: 100%; padding: 0px; }
.df_form .section .header { overflow:hidden; }
.df_form .section_container { padding: 10px }

.df_form .clearf { clear: both; }

.df_form .help_icon { padding-left: 5px; }

.df_form .required_field {display: inline-block; padding-left: 8px; }
.df_form .required_label {padding-left: 8px; padding-bottom: 0px; margin-bottom: 0px; vertical-align: text-bottom; line-height: .7em; }

.df_form .val_summary { }
.df_form .val_msg { }
.df_form .val_block { clear: both; }

.df_form .hint_bottom { float:left;padding:5px;clear:none;}
.df_form .hint_right {  float:right; padding:5px;clear:none;width:20%}


.df_statblock
{
    margin: 10px 0px 0px 0px;
    display: inline-block;
    width: 100%;
    border: 5px solid #499CC9;
    border-radius: 10px;
}

    .df_statblock .title
    {
        font-weight: bold;
        padding-bottom: 5px;
        display:inline-block;
        width:100%
    }

    .df_statblock .inner
    {
        padding: 10px 10px 10px 10px;
    }
    .df_statblock .bar
    {
        display: inline-block;
        height:17px;
        float:left;
        margin-right:10px;
    }

    .df_statblock .pct
    {
        font-style: italic;
line-height: 19px;
float:left;
    }

    .df_statblock table
    {
        width: 100%;
    }


    .df_statblock td
    {
        white-space: nowrap;
    }

    .df_statblock .barwrap
    {
        
    }

.df_statinfo
{
    font-size: 1.1em;
    padding: 8px 10px 8px 10px;
    border-radius: 5px;
    margin-right:20px;
    text-align:center;
    font-weight:bold;
    color:#fff;
    margin-bottom:5px;
}

.df_left
{
    float: left;
}

.df_right
{
    float: right;
}

.df_helpblock
{
    float: left;
    padding: 10px;
}

