.ui-widget-header, .ui-button 
{
   background-color: #00CC66;
   border: 1px solid #b9cd6d;
   color: #FFFFFF;
   font-weight: bold;
}	
.ui-dialog-title{
    font-size: 110% !important;
}
.ui-widget-content
{
   background-color: #ABF991;
}	
	
.ui-button.redButton 
{
    color: red;
    font-weight: bold;
    background-color: azure;
}
.ui-button.greenButton 
{
    color: green;
   font-weight: bold;
    background-color: azure;
}
.ui-button.brownButton 
{
    color: brown;
   font-weight: bold;
    background-color: azure;
}

.no-close .ui-dialog-titlebar-close 
{ 
	display: none; 
}