 .aspc-MessageBox  {
  border: outset #e6e6e6;

  font-family: Arial;
  font-size: 12px;
  text-align: left;

  padding-bottom: 5px;
  background-color: #e6e6e6;
}

.aspc-MessageBox .OK {

}

.aspc-MessageBox .Caption {
  background-color: #006699;
  width:100%;
  font-weight: bold;
  font-size: 12px;
  font-family: Arial;
  text-align: left;
  text-indent : 5px;

  spacing-left: 5px;
  spacing-right: 5px;
  color: white;
  cursor: move;
}

.aspc-MessageBox .gwt-HTML  {
  font-family: Arial;
  font-size: 12px;
}

.aspc-GlassPanel {    
  background: #fafafa;
  opacity: 0.8;
  filter: alpha(opacity=80);
  cursor: not-allowed;
}

.aspc-GlassPanel .gwt-Label  {
  font-weight: bold;
  font-family: Arial;
  font-size: 14px;
}