﻿.popupCatch {
	font-size: 11pt;
	padding: 4px;
}

.popupCatch #verifyButton {
	font-size: 12pt;
}

.popupCatch .left {
	text-align: left;
	padding-left: 4px;
}

.popupCatch .right {
	padding-right: 4px;
	float: right;
}


.popupCatch .center {
	text-align: center;
}

.popupCatch .hidden {
	display: none;
}

.popupCatch div.message {
	padding: 8px 8px 20px 8px;
}

.popupCatch #MessageContainer {
}

.popupCatch img {
	max-width: 100%;
	max-height: 100%;
	cursor: pointer;
}

.popupCatch img:hover {
	opacity:70%;
}