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;
}
.form-heading {
    font-weight: 300;
    font-size: 90%;
}
.HeadContact {
    font-weight: 800;
    font-size: 1.1em;
    margin-bottom: 10px;
    color: #333 !important;
    font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif;
}

.Center {
    margin-left: 150px;
}

.HeadContact2 {
    font-weight: 800;
    font-size: 1.1em;
    color: navy;
    border-bottom: 1px solid navy;
}

.HeadContact3, .HeadContact3 label {
    font-weight: 800;
    font-size: 1.1em;
    color: #666666;
}

.imageInfoLabel {
    font-weight: 800;
    font-size: 1.1em;
    color: #666666;
}

input[type="file"] {
    display: block;
    margin-bottom: 10px;
}
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;
}

.ddlMust {
    border-radius: 4px;
    border: 1px solid silver;
    background-color: #e2e2e2;
    color: rgb(51, 51, 51);
}
.ddlMustN {
    background-color: #e2e2e2 !important;
    border-radius: 4px;
}
.ddlDay {
    max-width:70px;
    padding-left:0;
}
.ddlMonth {
    max-width:110px;
    padding-left:0;
}
.ddlYear {
    max-width:80px;
    padding-left:0;
}
.TextBoxMust {
    background-color: #e2e2e2 !important;
    border-radius: 4px;
}
.TextBoxMustN {
    background-color: #f9f9f9 !important;
    border-radius: 4px;
}
.TextBoxMustFam {
    background-color: #ffff80 !important;
}
.TextBoxMustNFam {
    background-color: #ffffe6 !important;
    
}
.iBtn {
    border: 1px solid white !important;
    height: 32px;
    cursor: pointer;
    opacity:0.5;
}
.iBtn:hover {opacity:1;}
.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;}
    .Center {margin-left:30px!important;}
}
.HelpLabel 
{
	margin:4px 0 4px 0;
	padding:2px 4px 2px 0;
	border:none;
}
.HelpText {
    font-weight: 800;
    display: block;
    max-width: 480px;
}
.ErrorText
{
	font-size:1em;
	color:red;
    font-weight:600;
}



.lblMessage
{
	font-style:normal;
	color:red;
	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 navy;
}
/*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;
    border:1px solid red;
}
.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;}

.FloatLeft input:focus, .FloatRight textarea:focus, .FloatRight input:focus {
    outline: 1px solid #D90011;
}

tr > td {
    padding: 5px !important;    
}

tr > td > input {
    border: 1px solid silver;
}

.textboxMissingAttribute {
    border: 1px solid red !important;
}

.tableHeaders {
    font-weight: bold;
    padding: 5px !important;
}
.headerInfo {
    color: rgb(100,100,100);
    font-weight: 500;
}
.ValTextPartisipants {
    color: red !important;
}