table.modalPopup {
	border-collapse: collapse;
	height: 100%;
	width: 100%;
}

table.modalPopup td.content {
  background-color: #FFFFFF;
	background-position: center center;
	background-repeat: no-repeat;
	font-family: Arial;
	padding: 10px;
}

table.modalPopup td.content #ModalPopupContentBackground {
  background-color: #EEEEEE;
	background-image: url('../images/image_modalPopupLoading.gif');
	background-position: top left;
	background-repeat: no-repeat;
}

table.modalPopup td.content #ModalPopupContent {
	overflow: hidden;
}

table.modalPopup td.buttons a {
	background-position: 2px 2px;
	background-repeat: no-repeat;
	color: #777777;
	margin-top: 1px;
	margin-left: 1px;
	background-color: #DDDDDD;
	display: block;
	float: right;
	height: 14px;
	padding: 3px 6px 3px 22px;
}
table.modalPopup td.buttons a:hover {
	color: #000000;
}

table.modalPopup td.buttons a.buttonCancel {
	background-image: url('../images/modalicon_buttonCancel.gif');
}

table.modalPopup td.buttons a.buttonSubmit {
	background-image: url('../images/modalicon_buttonSubmit.gif');
}