#divptitle {
font-family: "PT Sans", sans-serif;
font-size: 22px;
color: #084892;
line-height: 24px;
padding-bottom: 10px;
}


.ref-chart {
	border-collapse:collapse;
}

.ref-chart tr td {
	padding:5px;
	border:1px solid #ccc;
}

.ref-chart tr td:first-child {
	background:#084892;
	color:#fff;
	font-weight:bold;
}
#ref{
	width:570px;
}

#field{
	width:200px;
	
}


.button, #content .button, #content .contact-form-new a.btnsubmit2 {
float: right;
clear: both;
margin-top: 3px;
padding: 3px 15px;
background: #084892;

color: white;
-webkit-border-radius: 3px;
border-radius: 3px;
text-decoration: none;
font-weight: bold;
}
.button:hover, #content .button:hover, #content .contact-form-new a.btnsubmit2:hover {
text-decoration: none;
background: -moz-linear-gradient(top, rgba(32, 201, 252, 1) 0%, rgba(5, 171, 224, 1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(32, 201, 252, 1)), color-stop(100%,rgba(5, 171, 224, 1)));
background: -webkit-linear-gradient(top, rgba(32, 201, 252, 1) 0%,rgba(5, 171, 224, 1) 100%);
background: -o-linear-gradient(top, rgba(32, 201, 252, 1) 0%,rgba(5, 171, 224, 1) 100%);
background: -ms-linear-gradient(top, rgba(32, 201, 252, 1) 0%,rgba(5, 171, 224, 1) 100%);
background: linear-gradient(to bottom, rgba(32, 201, 252, 1) 0%,rgba(5, 171, 224, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#20c9fc', endColorstr='#05abe0',GradientType=0 );
}