div.buttons {
	margin: 0.3em 0 0 0;
}

p.button {
	background-image: url(../images/buttons/button_right_150x30.png);
	background-position: top right;
	background-repeat: no-repeat;
	height: 40px;
	float: left;
	margin: 0 1em 0 0;
}

p.button.mp3 a {
	background-image: url(../images/buttons/mp3_left_35x40.png);
}

p.button.ringtone a {
	background-image: url(../images/buttons/ringtone_left_35x40.png);
}

p.button a {
	background-position: top left;
	background-repeat: no-repeat;
	display: block;
	height: 40px;
	border: none;
	line-height: 38px;
	padding: 0 15px 0 40px;	
	color: #fff;
	font-size: 10px;
}

p.button a:hover {
	border: none;
	background-color: transparent;
}