/* CSS Document */
.textareadown{
    width:100%;
	height:100px;
	float:left;
	clear:both;
    color:#5e5e5e;
}

#khresult{
	padding:5px;
}

.form{
	width:100%;
	height:auto;
}
.resize{
	resize: none;
}
/*div.buttondown{
  	width: 15%;
	clear:both;
	padding:0px;
	display:inline;
	padding : 25px 0 25px 0 !important;
	position:absolute;
	top:30%;
	left:85%;
}*/

div.buttonup img:active, div.buttondown img:active{
	width: 90%;
}

div.buttondown button{
	border:0px;
	background:transparent;
	display:block;
	margin-bottom:3px;
	cursor:pointer;
	float:left;
}

#khConverted {
	padding:0px;
	margin:0px;
	width:95%;
	height:100px;
/*	overflow: auto; */
	font-family: "" , sans-serif;
	clear:both;
	float:left;
	display:inline;
	margin-bottom: 9pt;
}
.khtacenter{
	
}
div.convertiontextarea{
	display:inline;
	width:100%;
	overflow: auto;
}
textarea#TextToConvert {
    font-size: 1.6em; /**prev: 1.5em**/
    color: blue;
}