#popup {
	position: fixed;
	left: 50%;
	top: 50%;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 20px #000;
}

.popupLeft {
	float: left;
	display: block;
	width: 20px;
}

.popupContent {
	display: block;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	box-shadow: inset 0px 2px 5px #ddd;
}

.popupTitle {
	display: block;
	min-height: 25px;
	*height: 25px;
	*height: auto;
	margin: 1px 0 1px 1px;
	padding: 10px 0 5px 15px;
	color: #454545;
	font-size: 18px;
	font-family: "MyriadProRegular", Arial, Helvetica, sans-serif;
}

.popupClose {
	display: block;
	float: right;
	height: 40px;
	width: 23px;
	margin: 1px 15px 1px 0;
	text-align: right;
}

.popupClose a {
	cursor: pointer;
	text-decoration: none;
	display: block;
	width: 23px;
	height: 21px;
	margin-top: 10px;
	background: url("/web/resources/images/layout/popup_checkavail_close.png") right top no-repeat;
}

.popupClose a:hover {
	background: url("/web/resources/images/layout/popup_checkavail_close.png") right bottom no-repeat;
}

#popupOverlay {
	display: none;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: #000000;
}

.messageContent .closeButton {
	position: relative;
	width: 100px;
	margin-left: -60px;
	left: 50%;
	margin-top: 30px;
}