Кнопка скачать для ucoz от вебчика

Кнопка скачать с сайта. По виду кнопочка красива, есть эффект при наведении и нажатии
Установка:
Это в ксс:
Code
.button {
background: url(http://shablon.my1.ru/files/1.png);
width: 168px;
height: 68px;
}
.button:hover {
background: url(http://shablon.my1.ru/files/2.png);
width: 168px;
height: 68px;
-webkit-transition: all 600ms ;
-moz-transition: all 600ms ;
-o-transition: all 600ms ;
transition: all 600ms ;
}
.button:focus {
background:#ddd;
border-color:#ddd #333 #333 #ddd;
border-style:solid;
border-width:1px;
}
.button:active {
background: url(http://shablon.my1.ru/files/3.png);
width: 168px;
height: 68px;
}
background: url(http://shablon.my1.ru/files/1.png);
width: 168px;
height: 68px;
}
.button:hover {
background: url(http://shablon.my1.ru/files/2.png);
width: 168px;
height: 68px;
-webkit-transition: all 600ms ;
-moz-transition: all 600ms ;
-o-transition: all 600ms ;
transition: all 600ms ;
}
.button:focus {
background:#ddd;
border-color:#ddd #333 #333 #ddd;
border-style:solid;
border-width:1px;
}
.button:active {
background: url(http://shablon.my1.ru/files/3.png);
width: 168px;
height: 68px;
}
Это в шаблон:
Code
<a href="$FILE_URL$"><div class="button"></div></a>