@font-face {
 font-family: 'BebasNeue';
 src: url('fonts/bebasneue.eot');
 src: url('fonts/bebasneue.eot?#iefix') format('embedded-opentype'),  url('fonts/bebasneue.woff') format('woff'),  url('fonts/bebasneue.ttf') format('truetype'),  url('fonts/bebasneue.svg#bebasneue') format('svg');
 font-weight: normal;
 font-style: normal;
}
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
	background:#000;
	opacity:0.9;
}
.fix {
	clear:both;
}
.sqkb-tab {
	top: 26.611694152923537%;
	right: 48px;
	padding: 15px 40px 15px 70px;
	border: 1px solid #444;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background: #444 url(../images/voice-message.png) 40px 10px no-repeat;
	color: #fff;
	display: block;
	text-align: center;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	position: fixed;
	margin: 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.498039) 0px 0px 6px 1px;
	box-shadow: rgba(0, 0, 0, 0.498039) 0px 0px 6px 1px;
	z-index: 100000;
	visibility: visible;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transform-origin: 100% 0;
	-moz-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	-o-transform-origin: 100% 0;
	transform-origin: 100% 0;
	cursor:pointer;
}
#TB_window {
	z-index:999999;
	height:360px !important;
	overflow:hidden;
	position:fixed;
	border: none!important;
	background: none !important;
	background-color: none!important;
	box-shadow: 0 0 0 !important;
	-moz-box-shadow: 0 0 0!important;
	-webkit-box-shadow:0 0 0 !important;
}
.sqkb-wrapper {
	background: #fff;
	width:100%;
	height:350px !important;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding:20px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	color:#5f5f5f;
}
.sqkb-wrapper a{ color:#000; text-decoration:none;}
.sqkb-wrapper a:hover{ text-decoration:underline;}
.sqkb-wrapper .sqkb-title {
	text-align:center;
	color: #5f5f5f;
	font-size: 28px;
	padding:5px;
	font-family: 'BebasNeue';
}
.sqkb-wrapper .sqkb-title .sqkb-close {
	float:right;
	cursor:pointer;
}
.sqkb-wrapper .sqkb-content {
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	color:#878786;
	font-weight:normal;
	font-size:16px;
}
.sqkb-wrapper .formfields label{
	width: 100%;
text-align: center;
display: block;
}
.ready-question {
	font-size:22px;
	font-weight:normal;
}
/*.sqkb-wrapper input[type="submit"], input[type="button"] {
	width: 220px;
	display: inline-block;
	-webkit-appearance:none;
	background: #ff0000;
	font-family: 'BebasNeue';
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	text-decoration: none;
	text-align: center;
	position: relative;
	cursor: pointer;
	color: white;
	line-height: 1;
	margin: 0 0 0 0;
	font-size:20px;
	padding: 0.5em 0;
	border:none
}*/
.sqkb-wrapper input[type="submit"], input[type="button"] {
	-webkit-box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
	-moz-box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
	box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
	color:#333;
	background-color:#FA2;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:none;
	cursor: pointer;
	line-height: 1;
	font-family:'Helvetica Neue',Arial,sans-serif;
	font-size:16px;
	font-weight:700;
	padding:10px 16px;
	text-shadow:#FE6 0 1px 0;
}
.sqkb-wrapper input[type="submit"]:hover, input[type="button"]:hover {
	color:#000;
}
.sqkb-wrapper input[type="button"]#record {
	font-size:30px;
	text-indent:25px;
}
.sqkb-wrapper input[type="button"]#record:after {
	content:url(images/btn-record.png);
}
.sqkb-wrapper input[type=text] {
	/*width:100%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	padding:10px;
	line-height:20px;
	background:#111;
	border:none;
	color:#fff;
	font-size:16px;*/
	padding: 9px;  
    border: solid 1px #E5E5E5;  
    outline: 0;  
    font: normal 13px/100% Verdana, Tahoma, sans-serif;  
    width: 100%;  
    background: #FFFFFF url('bg_form.png') left top repeat-x;  
    background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));  
    background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);  
    box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;  
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;  
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px; 
}
.sqkb-wrapper .btn-group input[type="button"] {
	-webkit-appearance:none;
	/*border-radius:0;*/
	width:111px;
	height:40px;
	margin-right:8px;
	padding:0;
	line-height:40px;
}
#sqbkflashArea {
	position:relative;
	display:block;
	text-align:center;
	clear:both;
	width:100%;
	height:200px;
}
#levelbase {
	margin:0 auto 10px;
}
#flashrecarea {
	width:300px;
	left:34px !important;
}
.sqkb-wrapper .affiliate {
	position:absolute;
	bottom:20px;
	width:88%;
	text-align:center;
	font-size:12px;
}
#sqkbfirstPage, #sqkbsecondPage, #sqkbthirdPage, #sqkbfourthPage {
	height:330px;
}
#sqkbloader {
	position:absolute;
	top: 8px;
	left:8px;
	width:386px;
	height:340px;
	background: #000;
	opacity:0.6;
	filter: alpha(opacity = 60);
	display:none;
	-border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#sqkbloader img {
	position: absolute;
	top: 46%;
	left:46%;
}
.note-message {
	color:#ca0000;
	margin-top:0;
}
.speaker {
	display:inline-block;
	line-height:23px;
}
.speaker img {
	float:left;
}
#time {
	font-weight:bold;
	color:#000;
}
strong {
	font-weight:bold;
	color:#000;
}
