html, p, div, td {
	font-size: 12pt;
	color: #1476d9;
}

body {
	margin: 0;
	width: 1920px;
	padding: 0;
	overflow: hidden;
	font-family: Arial, sans;
	background: black url('images/bg.jpg') no-repeat;
}

a, a.visited, a.active {
	color: yellow;
}

.entireplayer {
	position: absolute;
	left: 610px;
	top: 0px;
}

span.curve1 {
    content: '';
    z-index: 1;
    position: absolute;
    height: 31px;
    width: 30px;
    overflow:hidden;
    right:700px;
    top:0;
}

span.curve1:before {
    content: '';
    z-index: 1;
    position: absolute;
    margin-left: -10px;
    margin-top:-11px;
    height: 32px;
    width: 30px;
    background: transparent;
    border: solid 10px black;
    border-top-right-radius: 30px;
}

span.curve2 {
    content: '';
    z-index: 1;
    position: absolute;
    height: 31px;
    width: 30px;
    overflow:hidden;
    right:-30px;
    top:0;
}

span.curve2:after {
    content: '';
    z-index: 1;
    position: absolute;
    margin-left: -10px;
    margin-top:-11px;
    height: 32px;
    width: 30px;
    background: transparent;
    border: solid 10px black;
    border-top-left-radius: 30px;
}

#myplayer {
	width: 700px;
	height: 40px;
}

.cliphead {
	display: table-cell;
	width: 60px;
	height: 70px;
	margin: 0;
	padding: 0;
	font-size: 19pt;
	background: black;
	color: #ccc;
	vertical-align: middle;
	text-align: right;
}

.clip {
	display: table-cell;
	width: 630px;
	height: 70px;
	margin: 0;
	padding: 0 0 0 10px;
	font-size: 19pt;
	line-height: 17pt;
	background: black;
	color: yellow;
	vertical-align: middle;
}

.playerbuttons {
	float: left;
	width: 400px;
	height: 90px;
	background: url('images/80black.png');
	border-bottom-left-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	margin: 0;
	padding: 0;
}

.playerbuttons img {
	cursor: pointer;
	margin: 12px 0 0 50px;
}

.countdown {
	display: table;
	float: right;
	width: 300px;
	height: 90px;
	font-size: 50pt;
	background: url('images/80black.png');
	border-bottom-right-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	margin: 0;
	padding: 0;
}

#remtime {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.timeGO {
	color: #00eb0b;
}

.timeSTOP {
	color: red;
}

.pagesarea {
	position: absolute;
	left: 1500px;
	top: 80px;
}

.imapage {
	width: 105px;
	height: 100px;
	float: left;
	margin-left: 15px;
	background: url('images/pagekey.png') no-repeat;
}

.pagelabel {
	margin: 10px 0 0 13px;
	width: 30px;
	color: white;
	font-weight: bold;
}

.imalink, .notalink {
	width: 105px;
	height: 35px;
	font-size: 18pt;
	line-height: 30pt;
	font-weight: bold;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

.imalink {
	color: #66e;
	cursor: pointer;
}
	
.notalink {
	cursor: auto;
	color: yellow;
}

.keyboard {
	table-layout: fixed;
	width: 1770px;
	margin: 0 auto;
}

.button {
	width: 140px;
	height: 130px;
	margin: 0 auto;
	padding-top: 15px;
	cursor: pointer;
}

.keyletter {
	font-family: Arial, sans;
	font-size: 20pt;
	font-weight: bold;
	color: white;
	width: 40px;
	height: 30px;
	display: block;
}

.buttontitle {
	font-family: "Gill Sans Condensed", Arial, sans;
	font-size: 16pt;
	line-height: 17pt;
	width: 120px;
	height: 65px;
	color: yellow;
	margin: 7px auto 0;
	overflow: hidden;
}

.looparea {
	width: 50px;
	height: 20px;
	color: #666;
	font-size: 14pt;
	text-align: right;
	float: right;
	padding: 0 7px 0 0;
	margin: 5px 0 0 0;
}

.validkey {
	float: left;
	margin: 2px 3px;
	background: url('images/validkey.png') top no-repeat;
	width: 160px;
	height: 160px;
	vertical-align: top;
	text-align: center;
	overflow: hidden;
}

.invalidkey {
	float: left;
	margin: 2px 3px;
	background: url('images/invalidkey.png') top no-repeat;
	width: 160px;
	height: 160px;
	text-align: center;
	overflow: hidden;
}

.spacekeycontainer {
	background: url('images/spacekey.png') top no-repeat;
	margin: 30px auto 0;
	width: 1680px;
	height: 120px;
}

.spaceletter {
	font-family: Arial, sans;
	font-size: 20pt;
	font-weight: bold;
	color: white;
	float: left;
	margin: 15px 0 0 35px;
}

.spacekey {
	font-family: "Gill Sans Condensed", Arial, sans;
	font-size: 19pt;
	color: orange;
	width: 1920px;
	height: 120px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.spacetitle {
	cursor: pointer;
}

.esckeycontainer {
/*	background: url('images/esckey.png') top no-repeat;
	width: 105px;
	height: 100px; */
	background: url('images/validkey.png') top no-repeat;
	width: 160px;
	height: 160px;
	margin: 40px 0 0 40px;
	cursor: pointer;
}

.escletter {
	font-family: Arial, sans;
	font-size: 12pt;
	font-weight: bold;
	color: white;
	padding: 14px 0 0 16px;
}

.esckey {
	font-family: "Gill Sans Condensed", Arial, sans;
	font-size: 18pt;
	color: red;
	text-align: center;
	margin-top: 25px;
}

.row1 {
	padding-left: 90px;
}

.row2 {
	padding-left: 140px;
}

.row3 {
	padding-left: 240px;
}