/* $Id: soundcomponent.css,v 1.2 2004/04/15 10:51:08 tim.parry Exp $ */

.soundComponent{
	margin-bottom: 10px;
	margin-left: 4px;
	margin-right: 5px;
}

.soundComponentOuter {
	margin-top:10px;
	border: 1px solid #C2ACC0;

}

.soundComponentInner {
	background-color: #C2ACC0;
	font-weight: bold;
	padding: 1px 0.1em 1px 3px;
	color: #F5F5ED;
}

* html .soundComponentInner {
}

.soundComponentContent {
	background-color: #F5F5ED;
	padding: 0.1em 0.2em 3px;
}

* html .soundComponentContent {
}

.soundComponent img{
	margin-top: 3px;
	border: 1px solid black;
}

.soundComponentContent a{
    position: relative;
    top: -18px;
}

