.otapp .mypopup-textarea{
	margin-top: 10px;
	/*margin-right: 16px;*/
	flex-grow: 1;
}

.otapp .mypopup-textarea-container{
	width: 100%;
	height: 100%;
}

.otapp .mypopup-textarea-container textarea{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	resize: none;
	font-size: 12px;
	color: rgb(90, 90, 90);
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
	padding: 4px;
}

.otapp .mypopup-popup_popupfullscreen .mypopup-textarea-container textarea{
	height: 100%;
}

.otapp .mypopup-textarea-container input{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	font-size: 12px;
	color: rgb(90, 90, 90);
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
	padding: 4px;
}