#speedprobe {
    width: 1200px;
    height: 750px;
    font: 12px 'Play', sans-serif;
    color: #000000;
    transform: scale(0.66);
    transform-origin: 0% 0%;
    position: absolute;
}

#speedprobe #tester {
	background: url('../images/speedprobe/back.png') no-repeat 66% 0%;
}

#speedprobe .name {
	width: 296px;
	height: 76px;
	background: url('../images/speedprobe/name.png') no-repeat center center;
	background-size: 100% 100%;
	position: absolute;
	top: 0px;
	left: 875px;
}

#speedprobe .small-name {
	width: 193px;
	height: 85px;
	background: url('../images/speedprobe/small.name.png') no-repeat center center;
	background-size: 100% 100%;
	position: absolute;
	top: 305px;
	left: 430px;
	z-index: 2000;
}

#speedprobe .start {
    width:183px;
    height: 149px;
    background: url('../images/speedprobe/start.png') no-repeat center center;
	position: absolute;
    top: 521px;
    left: 528px;
    cursor: pointer;
	z-index: 2000;
    display: none;
}

#speedprobe .start:hover {
	background: url('../images/speedprobe/start.hover.png') no-repeat center center;
	opacity: 1;
}

#speedprobe .cover {
    width: 66px;
    height: 65px;
    background: url('../images/speedprobe/cover.png') no-repeat center center;
    position: absolute;
    top: 213px;
    left: 500px;
	z-index: 1000;
    display: none;
}

#speedprobe .indicator {
    width: 209px;
    height: 107px;
    background: url('../images/speedprobe/indicator.png') no-repeat center center;
    position: absolute;
    top: 227px;
    left: 355px;
    transform: rotate(0);
    transform-origin: 85% 15%;
	z-index: 500;
    display: none;
}

#speedprobe .cover-progress {
    width: 59px;
    height: 58px;
    background: url('../images/speedprobe/cover.png') no-repeat center center;
	background-size: 100% 100%;
    position: absolute;
    top: 267px;
    left: 823px;
	z-index: 1000;
    display: none;
}

#speedprobe .indicator-progress {
    width: 169px;
    height: 86px;
    background: url('../images/speedprobe/indicator.png') no-repeat center center;
	background-size: 100% 100%;
    position: absolute;
    top: 280px;
    left: 707px;
    transform: rotate(266deg);
    transform-origin: 85% 15%;
	z-index: 500;
    display: none;
}

#speedprobe .result {
	width: 144px;
	height: 79px;
	background: url('../images/speedprobe/result.back.png') no-repeat center center;
	position: absolute;
	left: 90px;
	text-align: center;
}

#speedprobe .result .label {
	width: 100%;
	height: 30px;
	font-size: 16px;
	line-height: 24px;
}

#speedprobe .result .value {
	height: 35px;
	font-size: 20px;
	line-height: 35px;
        font-weight: bold;
}

#speedprobe .result .value-ip {
	height: 35px;
	font-size: 17px;
	line-height: 35px;
        font-weight: bold;
}

#speedprobe .ip {
	top: 50px;
}

#speedprobe .ping {
	top: 150px;
}

#speedprobe .download {
	top: 250px;
}

#speedprobe .upload {
	top: 350px;
}

#speedprobe .testing-mode {
	width: 700px;
	position: absolute;
	top: 546px;
	left: 270px;
	text-align: center;
	font-size: 24px;
}

#speedprobe .gauge {
	width: 415px;
	height: 320px;
	position: relative;
	top: 40px;
	left: 326px;
	z-index: 250;
	color: #ffffff;
}

#speedprobe .g {
	position: absolute;
	font-weight: bold;
	font-size: 18px;
}

#speedprobe .g0 {
	top: 266px;
	left: 72px;
}

#speedprobe .g1 {
	top: 190px;
	left: 47px;
}

#speedprobe .g2 {
	top: 113px;
	left: 69px;
}

#speedprobe .g3 {
	top: 62px;
	left: 118px;
}

#speedprobe .g4 {
	top: 41px;
	left: 183px;
}

#speedprobe .g5 {
	top: 64px;
	left: 255px;
}

#speedprobe .g6 {
	top: 122px;
	left: 305px;
}

#speedprobe .g7 {
	top: 190px;
	left: 310px;
}

#speedprobe .g8 {
	top: 257px;
	left: 288px;
}

#speedprobe .dummy {
	width: 100%;
	height: 180px;
}

#speedprobe .bottom {
	width: 1095px;
	height: 216px;
	top: 84px;
	left: 736px;
	background: url('../images/speedprobe/lower.back.png') no-repeat center center;
	margin: 0 auto;
}

#speedprobe .dot {
	width: 90px;
	height: 75px;
	background: url('../images/speedprobe/dot.png') no-repeat left center;
	position: absolute;
}

#speedprobe .dot-left {
	top: 522px;
	left: 300px;
	display: none;
}

#speedprobe .dot-left .left-1 {
	width: 24px;
	height: 39px;
	background: url('../images/speedprobe/left-1.png') no-repeat left center;
	position: absolute;
	left: 44px;
    top: 17px;
	opacity: 0;
}

#speedprobe .dot-left .left-2 {
	width: 30px;
	height: 53px;
	background: url('../images/speedprobe/left-2.png') no-repeat left center;
	position: absolute;
	left: 51px;
    top: 10px;
	opacity: 0;
}

#speedprobe .dot-left .left-3 {
	width: 40px;
	height: 73px;
	background: url('../images/speedprobe/left-3.png') no-repeat left center;
	position: absolute;
	left: 57px;
    top: 0px;
	opacity: 0;
}

#speedprobe .dot-right {
	top: 522px;
	left: 850px;
	background-position: right center;
	display: none;
}

#speedprobe .dot-right .right-1 {
	width: 24px;
	height: 39px;
	background: url('../images/speedprobe/right-1.png') no-repeat left center;
	position: absolute;
	left: 25px;
    top: 17px;
	opacity: 0;
}

#speedprobe .dot-right .right-2 {
	width: 30px;
	height: 53px;
	background: url('../images/speedprobe/right-2.png') no-repeat left center;
	position: absolute;
	left: 13px;
    top: 10px;
	opacity: 0;
}

#speedprobe .dot-right .right-3 {
	width: 40px;
	height: 73px;
	background: url('../images/speedprobe/right-3.png') no-repeat left center;
	position: absolute;
	left: -1px;
    top: 0px;
	opacity: 0;
}

#speedprobe .arbeit {
	position: absolute;
	top: 343px;
	left: 806px;
	font-size: 24px;
	color: #ffffff;
}

#results {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
	z-index: 5000;
}

#results .date {
	width: 500px;
	position: absolute;
	top: 25px;
	left: 50px;
	font-size: 26px;
	text-align: left;
}

#results .date .title {
}

#results .date .value {
}

#results .advert {
	width: 644px;
	height: 352px;
	position: absolute;
	top: 375px;
	left: 270px;
	background: url('../images/speedprobe/world.png') no-repeat center center;
}

#results .spacer {
	width: 689px;
	height: 163px;
	position: absolute;
	background: url('../images/speedprobe/spacer.png') no-repeat center center;
	font-size: 20px;
	color: #ffffff;
	line-height: 160px;
}

#results .isp {
	top: 255px;
	left: 250px;
}

#results .isp .title {
}

#results .isp .value {
}

#results .ip {
	top: 200px;
	left: 250px;
}

#results .ip .title {
}

#results .ip .value {
}

#results .share-btn {
	width: 178px;
	height: 50px;
	position: absolute;
	left: 970px;
	color: #414042;
	background: #c9cbc9;
	background: -moz-linear-gradient(top, #c9cbc9 0%, #d4d7d4 37%, #d4d7d4 67%, #c9cbc9 100%);
	background: -webkit-linear-gradient(top, #c9cbc9 0%,#d4d7d4 37%,#d4d7d4 67%,#c9cbc9 100%);
	background: linear-gradient(to bottom, #c9cbc9 0%,#d4d7d4 37%,#d4d7d4 67%,#c9cbc9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9cbc9', endColorstr='#c9cbc9',GradientType=0 );
	border-radius: 6px;
}

#results .share-btn:hover {
}

#results .share-btn-forum {
	top: 442px;
}

#results .share-btn-forum .icon {
	background: url('../images/speedprobe/image.png') no-repeat center center;
}

#results .share-btn-facebook {
	top: 520px;
}

#results .share-btn-facebook .icon {
	background: url('../images/speedprobe/facebook.png') no-repeat center center;
}

#results .share-btn-google {
	top: 600px;
}

#results .share-btn-google .icon {
	background: url('../images/speedprobe/google.png') no-repeat center center;
}

#results .share-btn .icon {
	width: 38px;
	height: 37px;
	position: absolute;
	top: 8px;
	left: 8px;
	display: block;
}

#results .share-btn .name {
	width: 120px;
	height: 30px;
	position: absolute;
	top: 15px;
	left: 58px;
    display: block;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	background: none;
}

#results .restart {
    width: 183px;
    height: 149px;
    background: url('../images/speedprobe/restart.png') no-repeat center center;
	position: absolute;
    top: 490px;
    left: 50px;
    cursor: pointer;
	z-index: 2000;
}

#results .restart:hover {
	background: url('../images/speedprobe/restart.hover.png') no-repeat center center;
	opacity: 1;
}

#results .copy-text {
	width: 625px;
	height: 295px;
	position: absolute;
	top: 220px;
	left: 280px;
	font-size: 22px;
	color: #ffffff;
	background: #404041;
	display: none;
}

#results .copy-text .close {
	width: 11px;
    height: 11px;
    background: url('../images/speedprobe/close.png') no-repeat center center;
	position: absolute;
    top: 10px;
    left: 600px;
    cursor: pointer;
}

#results .copy-text .title {
	position: absolute;
	top: 12px;
	left: 20px;
	font-size: 28px;
}

#results .copy-text .direct {
	position: absolute;
	top: 75px;
	left: 20px;
	font-size: 24px;
}

#results .copy-text .direct-text {
	width: 515px;
	height: 25px;
	position: absolute;
	top: 110px;
	left: 20px;
	font-size: 16px;
}

#results .copy-text .direct-info {
	width: 515px;
	position: absolute;
	top: 148px;
	left: 20px;
	font-size: 20px;
	text-align: left;
}

#results .copy-text .direct-btn {
	width: 36px;
    height: 36px;
    background: url('../images/speedprobe/copy.png') no-repeat center center;
	position: absolute;
    top: 107px;
    left: 566px;
    cursor: pointer;
}

#results .copy-text .forum {
	position: absolute;
	top: 175px;
	left: 20px;
	font-size: 24px;
}

#results .copy-text .forum-text {
	width: 515px;
	height: 25px;
	position: absolute;
	top: 208px;
	left: 20px;
	font-size: 16px;
}

#results .copy-text .forum-info {
	width: 515px;
	position: absolute;
	top: 245px;
	left: 20px;
	font-size: 20px;
	text-align: left;
}

#results .copy-text .forum-btn {
	width: 36px;
    height: 36px;
    background: url('../images/speedprobe/copy.png') no-repeat center center;
	position: absolute;
    top: 207px;
    left: 566px;
    cursor: pointer;
}

#results .ping {
	top: 125px;
	left: 300px;
}

#results .download {
	top: 125px;
	left: 530px;
}

#results .upload {
	top: 125px;
	left: 750px;
}