﻿.DownloadButton
{
	background-image: url(images/Button.png);
	Width:169px;
    Height:28px;
}

.DownloadButton:hover
{
	background-image: url(images/Button_hover.png);
	Width:169px;
    Height:28px;
}
