.icon_set {
   border: 1px solid #aaa;
   background-color: white;
   width: 236px;
   text-align: center;
   line-height: 1.2em;
}
.icon_set .title {
   display: block;
   background-color: #f9f9f9;
   font-size: .9em;
   white-space: nowrap; 
   overflow: hidden; 
   text-overflow: ellipsis;
   padding: 3px 5px 0 5px;
   margin: 0;
   text-align: left;
}
.icon_set .artist {
   display: block;
   background-color: #f9f9f9;
   font-size: .75em;
   white-space: nowrap; 
   overflow: hidden; 
   text-overflow: ellipsis;
   padding: 0 5px 5px 5px;
   line-height: 1em;
   border-bottom: 1px solid #eee;
   color: #333;
   text-align: left;
}
.icon_set .actions {
   display: block;
   background-color: white;
   border-bottom: 1px solid #eee;
   font-size: 0.75em;
   padding: 0 0 5px 0;
   color: #444;
   text-align: center;
}
.icon_set .actions a {
   font-weight: bold;
   margin: 4px 2px;
   padding: 1px 5px;
   background-color: #ccc;
   border: 1px solid #ccc;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   -o-border-radius: 10px;
   -border-radius: 10px;
   color: white;
   text-decoration: none;
}
.icon_set .actions a:hover {
   background-color: #BB2F0E;
   border: 1px solid #BB2F0E;
}
.icon_set .description {
   display: block;
   background-color: #f9f9f9;
   font-size: .75em;
   padding: 0 5px 2px 5px;
   color: #444;
   text-align: left;
}

#submit label {
   display: block;
   vertical-align: top;
   margin: 10px 0;
}
#submit label strong {
   width: 130px;
   display: block;
   float: left;
   clear: both;
   font-weight: bold;
   text-align: right;
   vertical-align: top;
   margin: 2px 4px 12px 0;
}
#submit .note {
   font-size: 0.75em;
   color: #555;
}