div.soundbox
{
position: relative;
width: 430px;
height: 60px;
margin-left: 50px;
}
div.soundtitle a
{
display: block;
position: absolute;
width: 430px;
top: 0px;
left: 0px;
background-color: #FFFF00;
color: #339900;
font-weight: bold;
font-variant: small-caps;
padding: 2px;
}
div.soundtitle a:hover
{
background-color: #339900;
color: #FFFFFF;
}

div.soundartist
{
position: absolute;
width: 430px;
top: 20px;
left: 0px;
font-weight: bold;
}
div.soundlength
{
position: absolute;
width: 200px;
top: 40px;
left: 0px;
}

div.soundradiolink a
{
display: block;
font-weight: bold;
position: absolute;
background-color: #666666;
color: #000000;
width: 100px;
top: 40px;
right: 0px;
text-align: center;
}
div.soundradiolink a:hover
{
background-color: #FFFF00;
color: #339900;
}
