.file_download {
	padding: 17px 20px;
	background: #f6f6f6;
	margin-top: 30px;
}

.file_download>li {
	position: relative;
	padding-left: 23px;
}

.file_download>li:before {
	content: '';
	position: absolute;
	top: 4px;
	left: 0;
	width: 16px;
	height: 14px;
	background: url("../images/ico_download.png") 0 0 no-repeat;
	background-size: 16px;
}

.file_download>li:not(:first-child) {
	margin-top: 3px;
}

.file_download>li a {
	display: inline-block;
	margin-left: 8px;
	text-decoration: underline;
	font-weight: 400;
}

.file_download>li a+a {
	margin-left: 1px;
}

.ui-datepicker-year {
	height: 29px;
	background-color: transparent;
	border : none;
	text-align: center;
	color: #fff;
}

.ui-datepicker-year option {
	color: #222;
}
