
.ui-content {
	background: transparent;
}

.ui-page {
	background: no-repeat center center fixed;
}

.ui-popup-container {
	/* opacity: 0.92 !important; */
	
}

.td-label {
	width: 140px;
	text-align: right;
}

.td-field {
	width: 100px;
}

select {
	font-size: 18px;
}

.center {
	margin-left: auto;
	margin-right: auto;
	background-color: #848484;
	opacity: 0.62;
	text-align: center;
	width: 120px;
}

.centerDiv {
	background: #6f6f6f !important;
	border-radius: 15px;
	position: fixed !important;
	z-index: 10;
	display: none;
	box-shadow: 10px 10px 5px #111;
}

h1 {
	text-align: center;
	font-size: 1.2rem;
}

#commingsoon {
	background-image: url("pic/commingsoon.png");
	top: 40px;
    left: -140px;
    height: 220px;
    width: 140px;
    background-repeat: no-repeat;
	position: absolute;
	
}
#fblike iframe {
    width: 240px !important;
}

#fblike .fb_edge_comment_widget iframe {
    width: 330px !important;
}
/*=============================*/
.animation {
  width: 110px;
  height: 150px;
  background: url(pic/space/player_happy.png) left top;
  animation: play-sprite 0.8s steps(4) infinite;
}

@keyframes play-sprite {
  100% { background-position: -1320px; }
}