#voisis-img {
	position: relative;
	top: 130px;
	text-align: center;
}

#voisis-ver {
	position: relative;
	top: 135px;
	text-align: center;
	color: #e93428;
	font-size: 10px;
}

#login-table {
	position: relative;
	top: 200px;
	margin-left: auto;
	margin-right: auto;
	margin-right: auto;
	text-align: center;
	color: #5f5f5f;
}

#login-button {
	position: relative;
	top: 270px;
	text-align: center;
}

.no-js #loader {
	display: none;
}

.js #loader {
	display: block;
	position: absolute;
	left: 100px;
	top: 0;
}

.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../../img/preloader.gif) center no-repeat #fff;
}

#notification {
	position: relative;
	top: 7px;
	font-size: 14px;
}

#button-test-mic {
	position: absolute;
	right: 80px;
	top: 18px;
	-webkit-border-radius: .5em;
	border-radius: .5em;
}

#button-test-mic-img {
	width: 32px;
	height: 32px;
	border: 0;
	background: url(../../img/micTest.jpg) no-repeat;
	background-size: 100%;
	position: relative;
	left: 0px;
}

#caps-lock-on {
	position: absolute;
	top: 330px;
	font-size: 20px;
	font-weight: 700;
	margin: 10px 0 0 0;
	color: #e93428;
	display: none;
}

#editorContainer {
	position: absolute;
	top: 0px;
	width: 97%;
}

#voisis-component {
	position: relative;
	top: 17px;
	height: 60px;
}

#waveform {
	position: absolute;
	top: 50%;
	right: 30px;
	z-index: 1000;
	opacity: .70;
	width: 500px;
	cursor: move;
	border-radius: 8px;
	border-width: 0px;
}

#usage-conditions{
	position: relative;
	font-size: 15px;
	text-align: center;
	top: 300px;
}

#usage-conditions-link{
	color: #e93428;
}

#voisis-bottom-img {
	position: fixed;
	right: 30px;
	bottom: 1%;
}

#copyright{
	position: relative;
	text-align: center;
	top: 400px;
}

#voisis-download {
	position: fixed;
	left: 30px;
	bottom: 1%;
}

#voisis-api-download {
	position: fixed;
	left: 130px;
	bottom: 2%;
}
