@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;
	clear: left;
}

.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: bold;
    color: #274867;
}

/* cbl and rbl */
.leftcon table label,
.inlinecon table label 
{
    color: Black;
    padding-left: 3px;
    vertical-align: middle;
    font-weight: normal;
    display: inline;
}

.leftcon table input,
.inlinecon table input 
{
    vertical-align: middle;
    margin: 2px 0;
}

.section_cbl_rbl .leftcon table,
.section_cbl_rbl .inlinecon table
{
    width: 500px;
}

.section_cbl_rbl .leftcon table tr,
.section_cbl_rbl .inlinecon table tr 
{
    float: left;
    width: 160px;
}

.text_other {
    height: 17px !important;
    left: 215px;
    position: relative;
    top: -17px;
	border-top: 0px !important;
	border-right: 0px !important;
	border-bottom: 1px solid gray!important;
	border-left: 0px !important;
	width: 70px !important;
	font-size: 12px !important;
	font-family: arial !important;
	background: lightgray !important;
}

.ruInputs li 
{
    list-style-type: none !important;
}