@import 'formalize.css';
@import 'formToWizard.css';

.sectionblock 
{
    padding: 0px;
}

.sectionblock .leftcon
{
    float: left;
    margin-right: 12px;
}

.sectionblock .descon 
{
	color: #555;
	font-weight: bold;
	margin-bottom: 2px
}

.sectionblock .inlinecon 
{
	margin-bottom: 10px;
}


.sectionblock .checkcon
{
    display: block !important;
    margin-bottom: 10px;
}


.sectionblock .checkcon label 
{
    display: inline; 
    vertical-align: top;
}

label 
{
    display: block;
    padding-bottom: 3px;
    font-weight: normal;
    color: #274867;
}

/*DL, DT, DD TAGS LIST DATA*/
.sectionblock dl label 
{
    display: inline;
}

.sectionblock dl.dl_form dt {
    font-weight:bold;
    margin: 0 12px 0 0;
    float: left;
    clear: left;
    padding: 10px 0 0 0;
}
 
.sectionblock dl.dl_form dd 
{
    padding: 5px;
}

.sectionblock dl.dl_form input[type="checkbox"]
{
    margin-left: 5px;
    vertical-align: middle;
}

.sectionblock dl.dl_text dt 
{
    font-weight:bold;
    margin: 0 12px 0 0;
    float: left;
    clear: left;
}

.sectionblock dl.dl_text dd
{
    padding: 2px;
}

.sectionblock .dd_tiny 
{
    margin-left: 100px;
}

.sectionblock .dd_small 
{
    margin-left: 150px;
}

.sectionblock .dd_medium 
{
    margin-left: 200px;
}

.sectionblock .dd_large 
{
    margin-left: 250px;
}

.sectionblock .dd_xlarge 
{
    margin-left: 350px;
}

.sectionblock .dd_xxlarge 
{
    margin-left: 450px;
}

/* modify rcCal */
.rcCalPopup 
{
    margin-left: -125px !important;
}

#v_dpDateClosing_dateInput_wrapper,
#v_dpDateChoice_One_dateInput_wrapper,
#v_dpDateChoice_Two_dateInput_wrapper,
#v_dpDateChoice_Three_dateInput_wrapper
{
    display: none !important;
}