@charset "UTF-8";


.underdiv {
	position: absolute;
	width: 20px;
	height: 30px;
	top: -5px;
	right: 0px;

}

.undervoice {
	position: absolute;
	bottom: -5px;
	left: 0;
	height: 30px;
	display:none;
}

.frontdiv {
	width: 20px;
	 height: 18px;
	position: absolute;
	top: 12px;
	right: 0px;
	overflow: hidden;
}

.frontvoice {
	position: absolute;
	bottom: 0px;
	left: 0;
	height: 0px;
	display:none;
}