.white {	color: #FFFFFF; font-weight: bold;}
.black { color: #000000; font-weight: bold;}
.stayToRight { text-align: right; }
.fontShadow {
	font-size: 50px;
	font-style: italic;
	margin-top: 0;
	font-family: Arial, sans-serif;
	text-shadow: 2px 0px 15px #a1e470;
	letter-spacing: -7px;
	text-decoration: none;
	text-align: right;
	color: #fff5a0;
}
#popupPanel-popup {
	right: 0 !important;
	left: auto !important;
}
#popupPanel {
	width: 140px;
	height: 410px;
	border: 1px solid #000;
	border-right: none;
	background: rgba(0,0,0,.5);
	margin: -1px 0;
}
#popupPanel .ui-btn {
	margin: 2em 15px;
}
.ui-page{
	background-image: url("../images/yellow_canary.jpg");
	background-attachment:fixed;
	background-repeat: repeat;
	background-size: 100%;
	background-color: transparent !important;
}
.ui-content-transparent{
	background: transparent !important;
}
.alpha60 {
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 0);
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.6);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}