			p
			{
				font-family: Arial, Helvetica, sans-serif;
				font-size: 12px;
				line-height: 18px;
			}
			
			/* BEGIN Required CSS for the track preview. Properties can be modified if needed */
			/* Note, all four images for the play|stop button are defined in one image file */	
			
      .preview
			{
				margin: 0;
				padding: 0;
			}
      
      .preview a
			{
				margin-right: 2px;
				vertical-align:bottom;
			}
		
			a.play
			{
				display: inline-block;
				width: 24px;
				height: 24px;
				text-decoration: none;
				background: url('/sonicfire/images/musicPrev-btn-Play-Down.png') no-repeat;
				cursor:pointer;
				
			}
			
			a.play:hover
			{
				background: url('/sonicfire/images/musicPrev-btn-Play.png') no-repeat;
			}
			
			a.stop
			{
				display: inline-block;
				width: 24px;
				height: 24px;
				text-decoration:none;
				background: url('/sonicfire/images/musicPrev-btn-Pause-Down.png') no-repeat;
				cursor:pointer;
			}
			
			a.stop:hover
			{	
				background: url('/sonicfire/images/musicPrev-btn-Pause.png') no-repeat;
			}
			/*END Required CSS for the track preview */
		
		
.ComposerContainer {
  border: 1px solid #666;
  margin-bottom: 10px;
}

#composerP {
  max-height: 215px;
  overflow: hidden;
}

.composerP {
  height: 215px;
  overflow: hidden;
  padding: 4px;
}

#ComposerPMore {
  display: inline-block;
  background: #ccc;
  text-align: center;
  width: 100%;
  border-top: 1px solid #666;
}

.composerMore {
  display: inline-block;
  background: #ccc;
  text-align: center;
  width: 100%;
  border-top: 1px solid #666;
}

.ComposerPHead {
  display: inline-block;
  background: #ccc;
  text-align: center;
  font-weight: bold;
  width: 100%;
  margin-bottom: 2px;
  border-bottom: 1px solid #666;
}
