div.ui-dialog ui-widget {
    margin-left:15%;
    margin-right:15%;
    margin-top:20%;
    margin-bottom:20%;
    width:70%;
    height:60%;

}

.ui-corner-all {
-moz-border-radius-bottomleft:4px;
-moz-border-radius-bottomright:4px;
-moz-border-radius-topleft:4px;
-moz-border-radius-topright:4px;
}

.ui-widget-header {
  background:green;
  border:1px solid green;
  color:#FFFFFF;
  font-weight:bold;
  padding:5px;
}

.ui-widget-content {
background:#EEEEEE;
border:1px solid #DDDDDD;
color:#333333;
line-height:1.5;
font-weight:bold;
}
