#gameSpot {
	margin-top:25px;
	width:960px;
	height:574px;
	background-color:#ffffff;
	text-align:left;
	overflow:hidden;
}

textarea {
	padding:0px;
	margin:0px;
}

#page {
	width:100%;
	height:768px;
	background-color:#ece9d8;
}

#content {
	width:960px;
	text-shadow:0px 0px 0px;
	position:relative;
	font-family:Verdana, Arial, San-Serif;
	text-align:center;
	line-height:35px;
}

a {
	cursor:pointer;
}

.roundBtn {
	font-family:"Arial", Arial, sans-serif;
	background-image:url(gr/gCirc.png);
	font-smooth: always;
	width:88px;
	height:88px;
	text-align:center;
	color:black;
	line-height:88px;
	font-size:35pt;
	float:left;
	cursor:pointer;
}

.ui-btn {
	font-family:"Arial Black", Arial, sans-serif;
	font-weight:900;
	background-color:#7266AB;
	background: -ms-linear-gradient(top, #A6A3CB, #55508D);
	background: -webkit-gradient(linear, left top, left bottom, from(#A6A3CB), to(#55508D));
	background: -moz-linear-gradient(top,  #A6A3CB,  #55508D);
	color:#FFFFFF;
	text-shadow: 0px 0px 3px #000;
}

.ui-btn.startGame {
	color:white;
	line-height:20px;
	border: 2px solid; 
	background:url(../expGR/brandElements/longButtonShine.png);
	background-repeat:no-repeat;
	background-size:100%;
	background-color: #7266AB;
	border-radius:15px;
	text-shadow: 0px 0px 0px #000;
}

/*

Fractions

*/

.fraction {
	display: inline-block;
	position: relative;
	vertical-align: middle; 
	letter-spacing: 0.01em;
	text-align: center;
}

.fraction > span { 
	display: block; 
	padding: 0.2em; 
}

.fraction span.fdn {
	border-top: thin solid black;
}

.fraction span.bar {
	display: none;
}


/*

For Custom Check Boxes

*/

.regular-checkbox {
    display: none;
}
 
.regular-checkbox + label {
    background-color: #fafafa;
    border: 1px solid #cacece;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
    padding: 9px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
}
 
.regular-checkbox + label:active, .regular-checkbox:checked + label:active {
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}
 
.regular-checkbox:checked + label {
    background-color: #e9ecee;
    border: 1px solid #adb8c0;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
    color: #99a1a7;
}
 
.regular-checkbox:checked + label:after {
    content: '\2714';
    font-size: 14px;
    position: absolute;
    top: 0px;
    left: 3px;
    color: #99a1a7;
}
 
 
.big-checkbox + label {
    padding: 18px;
}
 
.big-checkbox:checked + label:after {
    font-size: 28px;
    left: 6px;
}
 
.tag {
    font-family: Arial, sans-serif;
    width: 200px;
    position: relative;
    top: 5px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    float: left;
}
 
.radio-1 {
    width: 193px;
}
 
.button-holder {
    float: left;
}
 
/* RADIO */
 
.regular-radio {
    display: none;
}
 
.regular-radio + label {
    -webkit-appearance: none;
    background-color: #fafafa;
    border: 1px solid #cacece;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
    padding: 9px;
    border-radius: 50px;
    display: inline-block;
    position: relative;
}
 
.regular-radio:checked + label:after {
    content: ' ';
    width: 12px;
    height: 12px;
    border-radius: 50px;
    position: absolute;
    top: 3px;
    background: #99a1a7;
    box-shadow: inset 2px 2px 25px rgba(147,112,219,1);
    text-shadow: 0px;
    left: 3px;
    font-size: 32px;
}
 
.regular-radio:checked + label {
    background-color: #e9ecee;
    color: #00ff00;
    border: 1px solid #adb8c0;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1), inset 0px 0px 10px rgba(0,0,0,0.1);
}
 
.regular-radio + label:active, .regular-radio:checked + label:active {
    box-shadow: 0 1px 2px rgba(255,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}
 
.big-radio + label {
    padding: 16px;
}
 
.big-radio:checked + label:after {
    width: 24px;
    height: 24px;
    left: 4px;
    top: 4px;
}