

/* jquery UI related overides and additions */

.ui-button {
    padding: 3px .1em 3px .4em;
}

.ui-selectmenu-text {
    margin-right:2px;
    font-size:1em;
}

.ui-dialog-titlebar-close {
    visibility: hidden;
}

.selectMenu-overflow {
	height:auto;
	max-height:9.6em;
	overflow:auto;
}

.ui-widget-overlay
{
  opacity: .50 !important; /* Make sure to change both of these, as IE only sees the second one */
  filter: Alpha(Opacity=50) !important;

  background: rgb(50, 50, 50) !important; /* This will make it darker */
}
