#general {margin:30px;}

#myHiddenDiv {display:none;}

.popup { border:0px; padding:0px; height:auto; background-color:transparent; }
.popup-header { height:40px; padding:0px; background-color:#ffffff; min-height:40px; }
.popup-header table { background-color:#ffffff; width:100%; border-collapse:collapse; margin:0px; border:0px; }
.popup-header table th, .popup-header-inter table td { border:0px; padding:7px; }
.popup-header table th { width:99%; }
.popup-header table td { width:1%; padding-right:0px; }
.popup-header h2 {margin:0; padding:0; font-size:18px; }
.popup-header .close-link { font-size:11px; }
.popup-body {padding:10px;}

div.showMsg {
	background-color:#f2f2f2; border:1px solid #efdaf7; height:80px; text-align:center; padding-top:10px;
}
div.showMsg table td.showMsgText {
	text-align:center; vertical-align:middle;
}
div.showMsg table td.showMsgButton {
	text-align:center; padding-bottom:12px;
}