﻿body {

}
 div.ui-dialog-titlebar {
    font-size : 12px;
    font-family : georgia;
    font-style : normal;
    background: #4682b4;
    
   
  }
  div.ui-dialog-content {
    font-size : 10px;
    font-family : georgia;
    font-style : normal;
    background-color: #f4fbfb;
    text-align:center; 
    font-size:13px;  
    
      }
  .ui-dialog {
    background-color: #FFFFFF;
  }
  .ui-widget-content .ui-state-default {
  border: 0px solid #d3d3d3;
  border-width: medium;
  background: #4682b4 50% 50% repeat-x;
  font-weight: normal;
  color: #fff;
  width: 75px;
  border-radius: 10px;
  font-family: Tahoma;
  font-size: small;
  font-weight: bold;
}
   
  .ui-dialog button.custom  {
    display: inline-block;
    position: relative;
    padding: 0;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    overflow: visible; /* removes extra width in IE */
    background-color: #4682b4;
    background-image: none;
    color: White;
    width:100px; 
    height:30px;
    font-size:small;
     
    
}      

     

  .ui-dialog button.custom  {
    display: inline-block;
    position: relative;
    padding: 0;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    overflow: visible; /* removes extra width in IE */
    background-color: #000000;
    background-image: none;
    color: White;
}      
   