.container {
width: 95%;
font-weight: 300;
font-size: 14px;
line-height: 22px;
font-family:  times, "times new roman", serif; color:#000000;
text-align: left;
padding: 10px 15px 10px 15px;
border-style: solid;
border-width: 1px;
border-color: #232E6C

}


.header {
width: 99%;
height: 160px;
background-color: #232E6C;
display: block;
padding-left: 5px;
}

.footer {
text-align:center;
width: 30%;
margin-left: auto;
margin-right: auto;
margin-top: 5%;
}


.bold {
font-weight: 600;
}

.headingBig {
font-weight: 600;
font-size: 20px;
padding-top: 10px;
padding-bottom: 10px;
display: block;
}

.headingSmall {
font-weight: 600;
font-size: 17px;
display: block;
margin: 10px 0px 5px; 0px;
}

.subtext {
 	font-size: 13px;
	font-weight: 400 ;
}



.formFieldRequired {

 border-width: 0px 0px 1px 0px;
 border-style: solid;
 border-color: #000000;
 background-color: #f5f5f5;
  
} 


.formField {

 border-width: 0px 0px 1px 0px;
 border-style: solid;
 border-color: #000000;
 background-color: #ffffff;
  
} 


 input.btn-continue {
   
   color: #ffffff;
   background-color: #232E6C;
   font-family:  times, "times new roman", serif;   font-size: 14px;
   font-weight: 500;
    border-width: 1px 2px 2px 1px   ;
    border-style: solid;
    border-color: #000000;
    padding: 2px 5px 2px 5px;
    margin-top: 8px;
    margin-left: 10px;
 }        
 
.letterCap {
list-style-type: upper-alpha;
}

.letter {
list-style-type: lower-alpha;
}

.number {
list-style-type: decimal ;
}

.leadHead {
width: 100%;
border-width-bottom: 2px;
border-style-bottom: solid;
border-color-bottom: #000000;
padding-bottom: 5px;
text-align: center;
margin: 0px ;
}


.infoHead {
font-size: 14px;
line-height: 16px;
text-align: center;
width:100%;
}

.info {
width:100% ;
font-weight:300;
font-size: 14px;
text-align: justify;
line-height: 16px;
padding:10px;
border-style: double;
border-width: 3px;
border-color: #000000;
}

td.infoCell {
padding-right: 20px;
}

.thanks {
width: 100%;
height: 550px;
background-color: #0051A2;

}

 a.closeOld {
text-decoration: none;
font-weight: 600;
color:#232E6C;

}

div.closeBtn {
background-color: #ffffff;
width: 200px;
height: 40px;
border-color: #000000;
border-width: 2px;
border-style: solid; 
text-align: center;
font-size: 18px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 5px;
display: block; 
}


div.close {
	
	padding-left:75%;
	border: 0px;
	margin: 20px 0px 0px 0px;
}	

a.close:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.close:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.close:hover {
	text-decoration: none;
	color: #BB3073;
}
a.close:active {
	text-decoration: none;
	color: #FFFFFF;
}
