.wpaudio, button.css3button {
	font-size: 14px;
	font-weight:bold;
	color: #fff;
	padding: 10px 20px;
	background: -moz-linear-gradient(
		top,
		#f0f0f0 0%,
		#8a8a8a 25%,
		#383838 75%,
		#141414);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#f0f0f0),
		color-stop(0.25, #8a8a8a),
		color-stop(0.75, #383838),
		to(#141414));
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border: 3px solid #171717;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 10px rgba(087,087,087,0.7);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 10px rgba(087,087,087,0.7);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.3);
}
#guests a.wpaudio em {
    left:0;
    line-height:1.5;
    position: static;
	font-style:normal;
	}
#guests h3 {
    font-size: 32px;
	font-weight:bold;
    height: auto;
    line-height: 42px;
    margin-bottom: 3px;
    position: relative;
    z-index: 999;
}