﻿.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	width:450px;
}
.modalPopup h2 { margin:0; padding:2px; text-align:center; font-weight:bold; background-color:#DDDDDD; border:solid 1px Gray; }
.modalPopup .body { padding:0px 5px 0px 5px; background-color:#fff9bf; }
.modalPopup .btn { margin:0 auto; text-align:center; font-weight:bold; }
.modalPopup .control { margin:15px 0px 5px 0px; text-align:center; }

.termsPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	width:550px;
}
.termsPopup h2 { margin:0; padding:2px; text-align:center; font-weight:bold; background-color:#DDDDDD; border:solid 1px Gray; }
.termsPopup .body { padding:0px 5px 0px 5px; background-color:#fff9bf; }
.termsPopup .btn { margin:0 auto; text-align:center; font-weight:bold; }
.termsPopup .control { margin:15px 0px 5px 0px; text-align:center; }
