div#mpt-line-reader  {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;   
	width: 150px;
	position: absolute;
	top:0px;
	left: 0px;
	z-index: 1000;
}
div#mpt-line-reader-window
{ 
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	 box-sizing: border-box;   
	width: 150px; height: 60px;
	border: solid 20px #93ec94;
	margin:0px;
	padding: 0px;
	position: relative;
	z-index: 1;
	border-radius: 8px 8px 0px 0px;
	-webkit-box-shadow: 1px 2px 2px #666;
	-moz-box-shadow: 1px 2px 2px #666;
	box-shadow: 1px 2px 2px #666;
}
div#mpt-line-reader-mask
{
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;   
	width: 150px; height: 150px;
	height: 40px;
	background-color: #93ec94;
	border: solid 20px #93ec94;
	margin:0px;
	padding: 0px;
	bottom: 4px;
	left: 0px;
	z-index: 2000;
	border-radius: 0px 0px 8px 8px;
	-webkit-box-shadow: 1px 2px 2px #666;
	-moz-box-shadow: 1px 2px 2px #666;
	box-shadow: 1px 2px 2px #666;
}
div.ui-resizable-handle.ui-resizable-se.ui-icon.ui-icon-gripsmall-diagonal-se {background: url(../images/resize.png); width: 18px; height: 18px; bottom: -10px; right: -20px;}
div.ui-resizable-handle.ui-resizable-s {background: url(../images/resize-s.png) center center; background-repeat: no-repeat; height: 20px; bottom: -20px;}
/*
div.ui-resizable-handle {background-color: yellow;}
div#mpt-line-reader-mask div.ui-resizable-handle {background-color: orange;}
