

.ui-dialog {
    font-family:Arial, Times New Roman;
    font-size: 1em;
    z-index:1000;
    padding: 0px;
}
    
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button
{
    font-family:Arial, Times New Roman;
    font-size: 1em;
}

.ui-widget-overlay
{
	height:1000%;
}

.ui-button-text 
{
    border: none;
    padding:10px;
    text-decoration:none;
    font-size:0.9em;
    font-family:Arial, Times New Roman;
    margin:auto;
    cursor:pointer;
	
    color: #000000;
    
    background: #00AA55; /* Old browsers */
    background: -moz-linear-gradient(top, #00AA55 0%, #00AA55 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00AA55), color-stop(100%, #00AA55)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #00AA55 0%, #00AA55 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #00AA55 0%, #00AA55 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #00AA55 0%, #00AA55 100%); /* IE10+ */
    background: linear-gradient(to bottom, #00AA55 0%, #00AA55 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00AA55', endColorstr='#00AA55',GradientType=0 ); /* IE6-8 */
}
    
.ui-button-icon-only .ui-icon 
{
    top:-1px;
    left:-1px;
}

.ui-button-icon-only .ui-button-text
{
    background:#e6e6e6;
}
            
.ui-widget-header 
{
    color: #000000;
    margin:0px;
    font-weight:normal;    
    
    background: #00AA55; /* Old browsers */
    background: -moz-linear-gradient(top, #00AA55 0%, #00AA55 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00AA55), color-stop(100%, #00AA55)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #00AA55 0%, #00AA55 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #00AA55 0%, #00AA55 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #00AA55 0%, #00AA55 100%); /* IE10+ */
    background: linear-gradient(to bottom, #00AA55 0%, #00AA55 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00AA55', endColorstr='#00AA55',GradientType=0 ); /* IE6-8 */
}

.ui-widget-content {
    border: 0px solid #ffffff;
    color:#000000;
}

.ui-corner-all 
{
             border-radius:0px;
       -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}

.ui-dialog-titlebar-close
{
    overflow:hidden;
}
