.box {
	font-size:0.8em;
	border:1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
	margin:0.5em;
}

.css_btn_class {
	font-size:3em;
	color:#fff !important;
	font-weight:normal;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #74b807;
	padding:9px 2em;
	text-decoration:none;
	background:-moz-linear-gradient( center top, #98d40c 5%, #77a809 100% );
	background:-ms-linear-gradient( top, #98d40c 5%, #77a809 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#98d40c', endColorstr='#77a809');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #98d40c), color-stop(100%, #77a809) );
	background-color:#98d40c;
	color:#ffffff;
	display:inline-block;
	text-shadow:1px 1px 0px #528009;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #a4e271;
 	-moz-box-shadow:inset 1px 1px 0px 0px #a4e271;
 	box-shadow:inset 1px 1px 0px 0px #a4e271;
}.css_btn_class:hover {
	background:-moz-linear-gradient( center top, #77a809 5%, #98d40c 100% );
	background:-ms-linear-gradient( top, #77a809 5%, #98d40c 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77a809', endColorstr='#98d40c');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #77a809), color-stop(100%, #98d40c) );
	background-color:#77a809;
}.css_btn_class:active {
	position:relative;
	top:1px;
}.css_btn_class:active {
	position:relative;
	top:1px;
}.css_btn_class a:hover {
	color:#000 !important;
	text-decoration:none !important;
}


.css_btn_class_more_games {
	font-size:0.9em;
	color:#fff !important;
	font-weight:italic;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	padding:0.6em;
	text-decoration:none;
	background:-moz-linear-gradient( center top, #98d40c 5%, #77a809 100% );
	background:-ms-linear-gradient( top, #98d40c 5%, #77a809 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#98d40c', endColorstr='#77a809');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #98d40c), color-stop(100%, #77a809) );
	background-color:#98d40c;
	color:#ffffff;
	display:inline-block;
}.css_btn_class_more_games:hover {
	background:-moz-linear-gradient( center top, #77a809 5%, #98d40c 100% );
	background:-ms-linear-gradient( top, #77a809 5%, #98d40c 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77a809', endColorstr='#98d40c');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #77a809), color-stop(100%, #98d40c) );
	background-color:#77a809;
	text-decoration:none !important;
}.css_btn_class_more_games:active {
	position:relative;
	top:1px;
}.css_btn_class_more_games a:hover {
	color:#000 !important;
	text-decoration:none !important;
}


.social {
	font-size:1em;
	margin:0.5em;
	padding:0.5em;
}

.borderless {
	border:none;
}
.thick {
	border:10px solid #ccc;
}

.box-header {
	font-size:1.2em;
	padding:0.5em;
	text-align:center;
	
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iI2NiZDNkZiIgc3RvcC1vcGFjaXR5PSIwLjY0Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(203,211,223,0.64) 99%, rgba(0,0,0,0.65) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(99%,rgba(203,211,223,0.64)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(203,211,223,0.64) 99%,rgba(0,0,0,0.65) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(203,211,223,0.64) 99%,rgba(0,0,0,0.65) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(203,211,223,0.64) 99%,rgba(0,0,0,0.65) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(203,211,223,0.64) 99%,rgba(0,0,0,0.65) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-8 */
	
	border-bottom:1px solid #ccc;
}

.box-content {
	padding:0.5em;
}

.box-content a{
	color:#000;
	text-decoration:none;
}

.box-content a:hover{
	color:#08c;
	text-decoration:none;
}

.box-game {
	min-height:100px;
}

.box-embed {
	margin:0.5em 0em 0.5em 0em;
	width:95%;
	height:3em;
	font-size:1em;
	border:1px solid #ccc;
}

.box-title {
	font-weight:bold;
	padding:0 0.5em 0 0.5em;
}

.box-short-description {
	padding:0.1em 0.5em 0.1em 0.5em;
	max-height:30px;	
	/*border:1px solid #ccc;*/
}

.box-long-description {
	padding:0.1em 0.5em 0.1em 0.5em;
	/*border:1px solid #ccc;*/
}

.box-short-description-featured {
	min-height:2.5em;
}

.box-image {
	width:100%;
	/*height:100%; causes safari elongation*/
}

.box-icon {
	width:100%;
	/*height:100%; causes safari elongation*/
	/*border:1px solid #eee;*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
}

.box-action {
	margin:0.5em;
}

.css_btn_class_play_small {
	font-size:2em;
	color:#fff !important;
	font-weight:normal;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #74b807;
	padding:9px 2em;
	text-decoration:none;
	background:-moz-linear-gradient( center top, #98d40c 5%, #77a809 100% );
	background:-ms-linear-gradient( top, #98d40c 5%, #77a809 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#98d40c', endColorstr='#77a809');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #98d40c), color-stop(100%, #77a809) );
	background-color:#98d40c;
	color:#ffffff;
	display:inline-block;
	text-shadow:1px 1px 0px #528009;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #a4e271;
 	-moz-box-shadow:inset 1px 1px 0px 0px #a4e271;
 	box-shadow:inset 1px 1px 0px 0px #a4e271;
}.css_btn_class_play_small:hover {
	background:-moz-linear-gradient( center top, #77a809 5%, #98d40c 100% );
	background:-ms-linear-gradient( top, #77a809 5%, #98d40c 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77a809', endColorstr='#98d40c');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #77a809), color-stop(100%, #98d40c) );
	background-color:#77a809;
}.css_btn_class_play_small:active {
	position:relative;
	top:1px;
}.css_btn_class_play_small:active {
	position:relative;
	top:1px;
}.css_btn_class_play_small a:hover {
	color:#000 !important;
	text-decoration:none !important;
}