
.img_description
{
	text-align: center;
	margin-top: 1px;
}

/* install button */
.install-button,
p.install-button {
	width: 230px;
	margin: 0;
}

.install-button a:link span,
.install-button a:visited span,
.install-button a:hover span,
.install-button a:active span {
	background: url(/views/imgs/quickaccess/install-button.png) no-repeat bottom left;
	display: block;
	min-height: 20px;
	padding: 10px;
}
* html .install-button a:link span,
* html .install-button a:visited span,
* html .install-button a:hover span,
* html .install-button a:active span { height: 20px; }

.install-button a:link,
.install-button a:visited,
.install-button a:hover,
.install-button a:active {
	background: #a8ed2d url(/views/imgs/quickaccess/install-button.png) no-repeat top left;
	display: block;
	color: #005825;
	text-decoration: none;
}

.install-button a:hover span,
.install-button a:active span {
	background: url(/views/imgs/quickaccess/install-button.png) no-repeat bottom right;
}

.install-button a:hover,
.install-button a:active {
	background: #89dc29 url(/views/imgs/quickaccess/install-button.png) no-repeat top right;
	color: #000;
	cursor: hand;
}

.install-button span { /* redundant rules for bad browsers  */
	font-family: verdana, sans-serif;
	font-size: x-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
}

