/*
* Copyright (c) 2010 Carbonite, Inc.
* Carbonite customizations of the jQuery UI CSS Framework
*/


.ui-widget-content
{
    background: transparent none;
    border: none;
}
.ui-widget-header
{
    display: none;
}
.ui-widget-overlay {
    background:none repeat scroll 0 0 #535353;
    opacity: 0.7;
}
.ui-dialog .popupshell
{
    overflow: hidden;
    padding: 5px 11px;
}

