#c {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: visible;
	top: 600px;
	left: 50%;
}

#frame {
	position: absolute;
	width: 1000px;
	height: 600px;
	left: -501px;
	top: -571px;
	border: 1px solid #444;
	background-color: #FFF;
}

#ball {
	width: 50px;
	height: 50px;
	background-color: #F00;
	border: 1px solid #C00;
	border-radius: 26px;
	box-shadow: #D00 0 0 12px, #C00 0 0 17px;
	position: absolute;
	left: -26px;
	top: -26px;
}

#ctrl {
	width: 130px;
	height: 20px;
	background-color: #00F;
	border-radius: 12px;
	box-shadow: #00D 0 0 12px, #00D 0 0 17px;
	border: 1px solid #005;
	position: absolute;
	left: -66px;
	background-image: -moz-linear-gradient(top, #00F 0, #007 100%);
	background-image: -ms-linear-gradient(top, #00F 0, #007 100%);
	background-image: -o-linear-gradient(top, #00F 0, #007 100%);
	background-image: -webkit-linear-gradient(top, #00F 0, #007 100%);
	background-image: linear-gradient(top, #00F 0, #007 100%);
}

#btn_start {
	position: absolute;
	bottom: 15px;
	right: 15px;
}

#points {
	font-size: 24px;
	position: absolute;
	bottom: 15px;
	left: 15px;
}

#magnet {
	width: 60px;
	height: 60px;
	background-color: white;
	border: 1px solid #CCC;
	border-radius: 31px;
	box-shadow: #DDD 0 0 12px, #CCC 0 0 17px;
	position: absolute;
	left: -31px;
	top: -31px;
	-webkit-animation: magn 1s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-moz-animation: magn 1s;
	-moz-animation-timing-function: linear;
	-moz-animation-iteration-count: infinite;
	display: none;
}

@-webkit-keyframes magn {
	0%	{width: 60px; height: 60px;}
	80%	{width: 12px; height: 12px; left: -7px; left: -7px;}
	100%	{width:2px; height: 2px; left: -2px; top: -2px;}
}

@-moz-keyframes magn {
	0%	{width: 60px; height: 60px;}
	80%	{width: 12px; height: 12px; left: -7px; left: -7px;}
	100%	{width:2px; height: 2px; left: -2px; top: -2px;}
}

.block {
	border: 1px solid #000;
	background-color: #222;
	border-radius: 11px;
	box-shadow: #000 0 0 8px, #444 0 0 18px;
	position: absolute;
	margin: -1px 0 0 -1px;
}

#post_frm_hld {
	width: 260px;
	height: 59px;
	margin-left: -156px;
	margin-top: -55px;
}

.medal {
	width: 30px;
	height: 30px;
	border-radius: 17px;
	line-height: 1.6;
	text-align: center;
	font-weight: bold;
	display: inline-block;
	margin: -7px 15px -7px 0;
}

.medal.gold {
	background-color: #FB0;
	border: 2px solid #FA0;
	color: #D80;
}

.medal.silver {
	background-color: #DDD;
	border: 2px solid #AAA;
	color: #888;
}

.medal.bronze {
	background-color: #A53;
	border: 2px solid #941;
	color: #831;
}

.row {
	border: 1px solid #777;
	border-left: none;
	border-right: none;
	margin-top: -1px;
	padding: 8px 25px;
	width: 780px;
}

.entry {
	display: inline-block;
	width: 240px;
}

.pos {
	display: inline-block;
	width: 40px;
	margin-left: 9px;
	text-align: left;
}

#fb_like {
	position: absolute;
	bottom: 45px;
	right: 61px;
}