/* this is a fix for blurry pixel-fonts in IE7 under Cufon. */
/* see: http://groups.google.com/group/cufon/browse_thread/thread/2e83708c5a720939/c982f274e77bdc79 */
.optionSelectBoxes .cufon-vml cvml\:shape, .optionSelectBoxes .cufon-vml cvml\:group {
  antialias: false;
}

/* opacity doesn't work for Cufon elements or positioned elements inside other positioned elements. */
.optionSelectBoxes .disabled .select-middle span { filter:alpha(opacity=60); }
.optionSelectBoxes .disabled .title { color:#666; }