a.button {
	background:url(/images/button.gif);
	display:block;
	color:#555555;
	font-weight:bold;
	height:30px;
	line-height:29px;
	margin-bottom:14px;
	text-decoration:none;
	width:146px;
}

input.button {
	border:0px;
	background:url(/images/button2.gif) no-repeat 0px -27px;
	color:#555555;
	font-weight:bold;
	height: 27px;
	width: 128px;
}

input:hover.button {
	color:#0066CC;
	background:url(/images/button2.gif) no-repeat 0px 0px;
}

a.button-dld-mp3 {
	background:url(/images/button-dld-mp3.gif) no-repeat 0px -27px;
    display:inline-block;
	color:#555555;
	font-weight:bold;
	height: 27px;
	line-height:29px;
	margin:0px;
	text-decoration:none;
	text-align:center;
	width: 128px;
}

a:hover.button-dld-mp3 {
	color:#0066CC;
	background:url(/images/button-dld-mp3.gif) no-repeat 0px 0px;
}

a.button-dld-vid {
	background:url(/images/button-dld-vid.gif) no-repeat 0px -27px;
    display:inline-block;
	color:#555555;
	font-weight:bold;
	height: 27px;
	line-height:29px;
	margin:0px;
	text-decoration:none;
	text-align:center;
	width: 128px;
}

a:hover.button-dld-vid {
	color:#0066CC;
	background:url(/images/button-dld-vid.gif) no-repeat 0px 0px;
}

.submitreplay {
	background:url(/images/replay.gif) no-repeat;
	position:relative;
	left:14px;
	top:23px;
	width: 14px;
	height: 15px;
	z-index:1;
}
a:hover.button {
	color:#0066CC;
}

.replay {
	background:url(/images/replay.gif) no-repeat 14px 8px;
	text-indent:50px;
	display:block;
}


