.mask {
	position: absolute;
	z-index: 1000;
	background-color: #000;
	display:none;
}

#popups .popup {
	position: fixed;
	width: 615px;
	height: 280px;
	display: none;
	z-index: 1100;
	text-align:center;
	background: url("../img/general/popup/background.png");
}

#popups .message {
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
	font-style: italic;
	font-size: 175%;
}

.popup .message p {
	margin: 40px 0;
}

.popup .close.button {
	position:absolute;
	right: 20px;
	top: 10px;
}

.popup#tryPopup{
}

.popup#buyPopup {
}