@charset "UTF-8";
#application .wrap h3 {
	font-size: 20px;
	text-align: center;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: normal;
	color: #216bb5;
}
#application .wrap h3 span {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #216bb5;
}
#application .wrap dl {
	margin-top: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #216bb5;
	width: 1000px;
}
#application .wrap dl dt span {
	color: #55b1cb;
	display: inline-block;
	padding-left: 22px;
	margin-bottom: 5px;
	background-image: url(images/icon.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#application .wrap dl dt {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #216bb5;
	padding-top: 20px;
	width: 750px;
	padding-bottom: 20px;
	display: block;
	float: left;
	clear: left;
}
#application .wrap dl dd {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #216bb5;
	text-align: right;
	padding-top: 20px;
	padding-bottom: 20px;
	display: block;
	float: left;
	margin: 0px;
}
#application .wrap dl dd a {
	display: block;
	height: 60px;
	width: 200px;
	line-height: 60px;
	text-align: center;
	color: #fff;
	background-color: #55b1cb;
	list-style-type: none;
	text-decoration: none;
	padding-right: 50px;
	font-size: 20px;
}
#application .wrap .cf dd .xls {
	background-image: url(images/xls.png);
	background-repeat: no-repeat;
	background-position: 200px center;
}
#application .wrap .cf dd .zip {
	background-image: url(images/zip.png);
	background-repeat: no-repeat;
	background-position: 200px center;
}
#application .wrap .cf dd .doc {
	background-image: url(images/doc.png);
	background-repeat: no-repeat;
	background-position: 200px center;
}
#application .wrap .cf dd .pdf {
	background-image: url(images/pdf.png);
	background-repeat: no-repeat;
	background-position: 200px center;
}
