﻿  
div.blockMsg {
  background-color: #ffcccc;
  border: 1px solid #ddd;
  height: 400px;
  text-align: center;
  width: 70%;
  vertical-align:middle;
}

.progress {
  background-image: url(../images/progress-indicator.gif);
  background-position: center center;
  background-repeat: no-repeat; 
}

/* For IE (big surprise): */
#ConfirmSave { margin-top: 20px; }


#EntryForm {
  border: 1px solid #999;
  padding: 10px;
  width: 100%;
  background-color:white;
  min-height: 300px;
}