#nimble_overlay {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background:#111;
	z-index: 9990;
	opacity: 0;
}
#nimble_modal {
	border: none;
	/*background-color: #aaa;*/
	position: absolute;
	left: 50%;
	z-index: 9995;
	/*-moz-border-radius: 4px;
	padding: 4px;*/
}
/*#nimble_modal label{ font-size: 12px; }
#nimble_modal em { display: block; clear: both; }
#nimble_modal p { line-height: 2em; }*/

#overlay-inside { -moz-border-radius: 4px; background-color: #fff; }
#overlay-header {
	color: #000;
	vertical-align:baseline;
	white-space:nowrap;
	width:auto;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	background-color: #666;
	border-width:0 0 1px;
	border-color:#DFDFDF;
	padding: 6px;
	border-bottom: 1px solid #999;
}
#overlay-header h2 {
	margin:0;
	display: block;
	float: left;
	color: #464646;
	font-size:24px;
	font-weight:normal;
	line-height:32px;
	color: #fff;
}
#overlay-header a.close-modal {
	display: block;
	float: right;
	margin:0 6px;
	width: 29px;
	height: 29px;
	overflow:hidden;
	text-indent:-9999px;
	background: transparent url(../images/stop.png) no-repeat scroll 0 0;
}
#overlay-header a.close-modal:hover { background: transparent url(../images/stop2.png) no-repeat scroll 0 0; }

#overlay-content {
	padding: 6px;
}

#overlay-content h3 {
	font-style: normal;
	font-weight: normal;
	color: #333;
	margin: 0px 0px 6px;
}

#rest-debug { background-color: #fff; padding: 10px; }
#rest-debug h1 { margin: 0; padding: 0; }
#rest-debug pre { white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word; }
