.tryout .api-input {
	padding: 2px;
}

.tryout_request {
	background-color: #DDD;
	border: 1px #BBB solid;
	border-width: 1px 0;
	font-family: "Courier New", monospace;
	margin: 25px -25px 0 0;
	padding: 10px 25px;
}
	/* For stupid IE */
	.tryout_request .tryout_action {
		width: 0;
		display: block;
		float: left;
	}
	/* CSS 2.1 width: auto; float */
	.tryout_request > .tryout_action {
		width: auto;
		display: block;
		float: left;
		margin: 0;
	}
		.tryout_send {
			margin-right: 10px;
			vertical-align: middle;
		}
	
	.tryout_url {
		white-space: pre;
		overflow-x: auto;
	}
.tryout_request.loading {
	background: #DDD url('/images/ajax-loader.gif') no-repeat 4px center;
}
.tryout_request.loaded {
	background: #DDD url('/images/tick-green.gif') no-repeat 4px center;
}
	
#content .tryout_loader {
	border: 0;
	display: inline;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

.tryout_response_container {
	background: white url('/images/response-arrow.gif') no-repeat 0 top;
	margin-left: 0;
	margin-right: -25px; 
	padding-left: 70px;
	padding-top: 25px;
}
.tryout_response {
	background-color: #DDD;
	border: 1px #BBB solid;
	border-width: 1px 0;
	font-family: "Courier New", monospace;
	line-height: 1.4;
	margin: 0 0 0 0;
	padding: 10px 25px;
	white-space: pre;
	overflow: auto;
}