div.DivView {
    width: 96%;
    font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif;
    color: #333 !important;
    background-color: #fff !important; 
    max-width: 900px !important;
    margin: 0 auto;
}
input[type="file"] {
    display: block;
    margin-bottom:10px;
}

.TextBoxMust {
    background-color: #f9f9f9 !important;
    border-radius: 4px;
}
.TextBoxMustN {
    background-color: #e2e2e2 !important;
    border-radius: 4px;
}
.form-heading {
    font-weight: 300;
}
hr {
    text-align:left;
    max-width: 80px !important;
    margin-left: 0px!important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    border-bottom: 5px solid #D90011 !important;
}
.areaWide {width:440px;}
.tbxWide {width:440px;}
.ddWide {width:450px;}

@media only screen and (max-width: 459px) {
    .areaWide {max-width:220px;}
    .tbxWide {max-width:220px;}
    .ddWide {max-width:225px;}
}
.HelpLabel 
{
	margin:4px 0 4px 0;
	padding:2px 4px 2px 0;
	border:none;
}
.HelpText
{
	font-weight:800;
    display:block;
    max-width:480px;
}
.info-label {
    display: block;
    max-width: 480px;
}

.ErrorText {
    color: #D90011;
    font-weight: 600;
}

.HeadConf {
    font-weight: 800;
    font-size: 1.4em;
    margin-bottom: 10px;
    color: #333 !important;
    font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif;
}

.HeadConf2
{
	font-weight:600;
	font-size:1.1em;
	color:navy;
	border-bottom:1px solid navy;
}
.HeadConf3, .HeadConf3 label
{
	font-weight:600;
	font-size:1.1em;
	color:#666666;
}


.lblMessage {
    font-style: normal;
    color: #D90011;
    margin: 0;
    padding: 0
}



div.ClearBoth {
    clear: both;
}


.FloatLeft {
    float: left;
    width:220px;
    min-width: 200px;
    
}
.LeftCol {
    margin-right: 10px;
}

.FloatLeft input, .FloatRight input {
    border: 1px solid silver;
    padding-left: 2px;
}

    .FloatLeft input:focus, .FloatRight textarea:focus, .FloatRight input:focus {
        /*border: 1px solid #D90011 !important;*/
        outline:1px solid #D90011;
    }

/*Radiobuttonlist float*/
span input[type="radio"] {
    display:inline-block;
    margin-right:4px;
    margin-top:-2px;
}
span label {
    display:inline-block;
    margin-right:10px;
    
}
.cb input[type="checkbox"] {
    display:inline-block;
    margin-right:4px;
    margin-top:-2px;
}
cb label {
    display:inline-block;
    margin-right:10px;
    
}
.btnstyle {
    text-align: center !important;
    border: solid 2px #D90011 !important;
    border-radius: 5px;
    padding: 10px !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    transition: all .3s ease;
    margin-bottom: 2px;
    background-color:#fff;
}
    .btnstyle:hover {
        background-color: #D90011;
        color: #fff !important;
        transition: all .3s ease;
    }

span input[type="checkbox"] {
    margin-right: 6px;
    margin-left: 4px;
    float: left;
}
 

.SingleCheckbox input[type="checkbox"] {
    display:inline-block!important;
    margin-left: 4px !important;
}
.SingleCheckbox label {
    display:inline-block!important;
    margin-left: 6px !important;
    font-size:1em;
}
.cbListItem {
    margin-bottom: 2px;
}
.ValText {font-weight:bold;}
.ValText ul li {color:red!important;margin-left:-10px!important;}
.ValText ul{margin-left:-4px!important}

.CommentsLabel {display:block;max-width:454px; margin-bottom:0!important;}

.rblPublish br {display:none;}