*{ margin:0; padding:0; list-style:none;}

#boxscroll {height: 45px;width: 100%; margin:0 auto;overflow: auto;}
#boxscroll div {width:1915px;}
#boxscroll div li {float:left;}

#month li{
    width: 80px;
    border: 1px solid #00a0e9;
    border-radius: 4px;
    text-align: center;
    vertical-align: middle;
}

.btn-download{
	background-color: #1f9add;
	text-align: center;
	margin-top: 10px;
	border-radius: 5px;
	height: 25px;
	width: 120px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 7px;
	color: #fff;
}
.btn-download-disabled{
	background-color: #818181;
	text-align: center;
	margin-top: 10px;
	border-radius: 5px;
	height: 25px;
	width: 120px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 7px;
	color: #fff;
}
#link_url{
	text-decoration: none;
}