/* Used for the simple modal window dialog */

#simplemodal-overlay {
  background-color:#000;
  cursor:wait;
}

#simplemodal-container {
  /*height:400px;*/
  width:400px;
  background-color:#E7EFF3;
  border:3px solid #ccc;
  font-size:8pt;
  line-height:1.8em;
}

#simplemodal-container div.formValidationArea ul li {
	list-style-type: disc;
	margin:0 0 0 50px;
	padding:0 0 0 0;
}


