#game {
	float: left;
}

#game-r {
	float: left;
	width: 150px;
}

.click {
	padding-top:21px;
	float:left;
}

.price {
	padding-top: 40px;
	color: #fff;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
}

.mal {
	color: #fff;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	margin-right: 6px;
}

div#closed {
	margin: 0 10px;
	float: left;
	width: 170px;
	height: 115px;
	background: #cde7f8;
	background-image: url(/images/game_closed.gif);
}

div#opened {
	margin: 0 10px;
	float: left;
	width: 170px;
	height: 115px;
	background: #CDE7F8;
	background-image: url(/images/game_opened.gif);
	display: none;
}

div#add-credit {
	margin: 0 10px;
	float: left;
	width: 170px;
	height: 115px;
	background: #CDE7F8;
	background-image: url(/images/add_credit.gif);
	display: none;
}

div#won {
	margin: 0 10px;
	float: left;
	width: 170px;
	height: 115px;
	background: #cde7f8;
	background-image: url(/images/won.gif);
	display: none;
}

.on-nloggedin, .on-nloggedin * {
	font-weight: bold;
	color: #fff;
	background-color: #fa0;
	padding: 0 5px;
}

span.og-tip {
	font-style: italic;
	color: #fc0 !important;
	font-size: .9em !important;
	font-weight: normal !important;
}

span#game-tip, div#game-tip span {
	color: #fc0 !important;
	font-size: 1.7em;
	font-weight: normal !important;
}

div#remember-mail {
	border: solid 1px #ccc;
	background-color: #fafafa;
	margin-top: 10px;
	display: none;
}
