div.home_artist {
  position:relative;
  float:left; 
  margin-right:5px; margin-bottom:5px;
  padding:5px;
  width:140px; 
  height:140px;
  text-align:center;
}

div.home_artist:hover {
  background-color:#ffdddd;
  cursor:pointer;
}

div.home_artist_mini {
  position:relative;
  float:left; 
  margin-right:5px; margin-bottom:5px;
  padding:5px;
  width:65px; 
  height:65px;
  text-align:center;  
}

div.home_artist_mini:hover {
  background-color:#ffdddd;
  cursor:pointer;
}

div.home_artist_profile {
  position:absolute; bottom:5px; right:5px;
}

div.panel_artist_account, div.panel_artist_account_warning {
  margin-top:10px; padding:10px;

  background-color:#ffffff;

  -moz-border-radius-topleft:6px;
  -moz-border-radius-topright:6px;  
  -moz-border-radius-bottomleft:6px;
  -moz-border-radius-bottomright:6px;
  
  border-color:#CCCCCC;
  border-style:solid;
  border-width:1px;   
}

div.panel_artist_account_warning {
  background-color:#ffdddd;	
}

ul.panel_artist_account {
  padding:5px;
  padding-left:13px;
}

div.artist_object {
  margin-bottom:10px;
}

div.artist_object_navigation {
  overflow:auto;
  margin-bottom:10px;

  padding:10px;
  border:1px solid #cccccc;
}

div.artist_object_navigation_right {
  float:right;
}

div.artist_object_navigation_left {
  float:left;
}

div.artist_object_info {
  margin-bottom:10px;
  padding:10px;
  border:1px solid #cccccc;
}
