
#request_body tr:first-child {
	visibility: block
}


#requestBodyACE{
  	top: -10px;
	height: 400px;
}

#request_body_body{
	visibility: hidden
}

#request_body_alt_body {
  	top: -10px;
}


#request_response_container{
	position: absolute;
	border-top: 1px solid #868686;
	border-left: 1px solid #868686;
	width: auto;
	border-left: 30px solid #666;
}


form.sub_form {
	margin-bottom: 0;
	padding: 0 20px 0 20px;
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding-bottom: 12px;
	border-bottom: 0;
	max-height: 304px;
	overflow-x: hidden;
	overflow-y: auto;
	background-color: #ececec;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear,left top,left bottom,from(#fff),to(#ececec));
	background-image: -moz-linear-gradient(top,#fff,#ececec);
	background-image: -ms-linear-gradient(top,#fff,#ececec);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#ececec));
	background-image: -webkit-linear-gradient(top,#fff,#ececec);
	background-image: -o-linear-gradient(top,#fff,#ececec);
	background-image: linear-gradient(top,#fff,#ececec);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ececec',GradientType=0);
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	border-color: #ececec #ececec #c6c6c6;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	text-shadow: none;
}
#request_headers_body a.pop_win, #request_query_body a.pop_win,#request_template_body a.pop_win, #request_body_body a.pop_win {
	display: none;
}
