.button {
    background-color: #002868; /* Old Glory Blue */
    border-radius: 25px;
    color: white;
    padding: 10px 16px;
    text-align: center;
    text-decoration: none;
    display: inline;
    font-size: 14px;
    margin: 4px 2px;
    cursor: pointer;
    font-weight: bold;
    /*width: 40%;
    border: 2px solid #002868;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);*/
}

.button2 {background-color: #002868;} /* Old Glory Blue */
.button3 {background-color: #BF0A30; border-radius: 8px;} /* Old Glory Red */ 

.button4 {background-color: #BF0A30; font-size: 14px} /* Old Glory Red with smaller font and size */ 

.button5 {
	background-color: #DCDCDC;  /* Gray */
	cursor: default;
	display: inline-block;
	border: none;
	font-size: 15px;
}

.buttonblock {
	border: none;
    color: white;
    padding: 8px 0 8px 0;
    text-align: left;
    text-decoration: none;
    /*display: inline-block;
    display: flex;
    flex-wrap: wrap;*/
}	

.button:hover {
    /*box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
    border: 2px solid #FFFF80;
    background-color: #FFFFFF;
    color: #000000;*/
}

hr {
	margin: 10px 0 10px 0;
}

#fullForm {
	text-align: left;
	/* font-weight: bold; 
	color: #002868; 
	font-size: 15px;	*/
}

.tdFUControl {
	width:500px; 
	padding-bottom: 5px;
}

#AFFIL {
	font-weight: bold;
}

#AffiliationOther {
	font-weight: bold;
}

#CCatOtherQuestion {
	font-weight: bold;
}

#AgreeDsp {
	font-weight: bold;
	color: #800000;
}

#DTA {
	font-size: 14px;
	margin: 4px 2px;
	color: #BF0A30;
	font-style: italic;
	font-weight: bold;
	padding: 0 0 5px 0;
}

#MVOther {
	padding: 0 0 0 0;
}

#fbBody {
	width: 90%;
	height:128px;
	float:left;
	margin:2px 0 10px 0;
	border:1px #ced6ec solid;
	background-color:#dbedf3;
	padding: 2px;
}

br {
	line-height: 1em;
}