.artistinfomain {
	font-family: Arial, Helvetica, sans-serif;
	width:800px;
	height:150px;
	float:left;
	
}
.artistinfoleft
 {
 height:150px;
 width:250px;
 margin-left:10px;
 border:2px solid #3a3a3a;
 float:left;
	
}
.artistheader
{
line-height:30px;
font-size:14px;
padding-left:10px;
background-color:#0066CC;
color:#FFFFFF;


}
.artistcontent
{
width:245px;
padding-left:5px;
height:120px;
}

#buttonx
{
background-color:#0066CC;
color:#FFFFFF;
cursor:pointer;
}
#buttonx:hover
{
background-color:#000033;
color:#FFFFFF;
}
