/*----------Help form--------------*/
.form-required {
	/*color:#F00;   --red start */
	font-weight:bold;
}

#edit-submitted-name.form-control, #edit-submitted-zip-code.form-control {
    display: inline;
    width: 85%;
}



input.helpBtn
{
    color: white;
     background-color: #1E90FF;
     border: solid 1px #b0c4de;
     font-weight: bold;    
     width:30px;
    height:30px;
    text-align:center;
    font-size:14px;
    padding:0px;
    margin:0px;
    border-radius: 5px;

}
/*
input.error {
    color: #B94A48;
    border-color: #EBCCD1;
}

*/
.sectionhead
{
    color:#666666;
    font-weight:bolder;
}
.stronganchor
{
    font-weight:bold;
}
.mobhubimage{
    margin:0px;
}
.subsectionhead{
    margin-bottom:0.2em !important;
}