	#myDialogId
	{
		background: #fff;
		height:70px;
	}
	#myDialogId_row1
	{
		display:none;
	}
	#myDialogId_content
	{
		text-align: center;
		height: 50px;
		margin-top:20px;
	}
	#myDialogId .myButtonClass {
		padding:3px;
		font-size:12px;
		width:100px;
	} 
	
	#myDialogId .ok_button {
		color:#000;
	}
	
	#myDialogId .cancel_button {
		color:#000; 
	}
  .dialog table.top.table_window {
    background: #E8E8E8 !important;
  }
  .dialog table.mid { width: 300px !important; }
  .dialog table.mid td.magento_content {
    background: #FFF !important;
  }
  .dialog table.mid div.magento_content {
    padding: 2px 6px 0 6px;
    background: #FFF !important;
    color: #000 !important;
  }
.dialog h1 {
  color: navy;
  margin: 0 0 0 0;
  font-style: normal;
  font-weight: bold;
  font-size: 14pt;
  font-family: Arial, Geneva, sans-serif;
}