




.formframe {
width:90%;
margin:20px auto 20px auto;
}

.formframe { 
	
	border-width:5px 1px 1px 1px;
	border-style:solid;
	border-top-width:5px;
	border-color:#072655;
}
.formframe table {
width:90%;
border-collapse: collapse;
margin-left: auto;
margin-right: auto;
margin-bottom:10px;

}



.formframe th h4{
font-size:12px;
background: #fff;
color:#000;
}

.formframe table td {
padding: 3px 5px;
background-color:#fff;
}

.formframe td h3 {
font-size: 14px;
font-weight:bold;
margin:0;
}

.formframe table td h4 {
	color:#000;
}

.formframe td {
border-collapse: collapse;
padding:0px;
border: 1px solid #ddd;
text-align: left;
font-size: 10pt;
margin-top:2px;
background-color:#fff;
}

input,textarea,select {
font-size:8pt;
background-color: #fff;
}

input {

padding:2px 0px;
margin:2px 5px;}