body {
    overflow: hidden;
    font-family: Arial,Helvetica,Sans-serif;
	height:100%;
	min-width:640px;
}
#divider{
	position:absolute;
	left:49.3%;
	top: 66px;
	width:5px;
	cursor:col-resize;
}
.out_box {
	display:inline-block;
    position: absolute !important;
    border: 1px solid lightgray;
	height:;
	width:49.5%;
    right:5px;
	left:50%;
    top: 66px;
}
.ace_editor {
    position: absolute !important;
    border: 1px solid lightgray;
    width: 49%;
    left:0;
    top: 55px;
	bottom:0;
}
.xbutton {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #272822), color-stop(1, #e9e9e9) );
	background:-moz-linear-gradient( center top, #272822 5%, #e9e9e9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#272822', endColorstr='#e9e9e9');
	background-color:#272822;
	-webkit-border-top-left-radius:18px;
	-moz-border-radius-topleft:18px;
	border-top-left-radius:18px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:18px;
	-moz-border-radius-bottomright:18px;
	border-bottom-right-radius:18px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#272822;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:20px;
	line-height:20px;
	/* width:86px; */
    padding-left:5px;
    padding-right:5px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ffffff;
}
.xbutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9) );
	background:-moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
	background-color:#e9e9e9;
}.xbutton:active {
	position:relative;
	top:1px;
}
