.form.url input[type="text"] { width: 489px; }
.form.url button
{
	width: 94px;
	margin-left: 4px;
}

.form.text textarea
{
	width: 100%;
	height: 390px;
}
.form.text label input
{
	vertical-align: middle;
	margin: 0;
}
.form.text button
{
	float: right;
	width: 94px;
}

.tabs .labels .level1:not(.active)
{
	background-image: none;
	background-color: rgba(255, 0, 0, 0.17);
}
.tabs .labels .level2:not(.active)
{
	background-image: none;
	background-color: rgba(255, 180, 0, 0.25);
}
.tabs .labels .level3:not(.active)
{
	background-image: none;
	background-color: rgba(0, 255, 0, 0.25);
}

.code .red { background-color: rgba(255, 0, 0, 0.17); }
.code .orange { background-color: rgba(255, 180, 0, 0.25); }
.code .green { background-color: rgba(0, 255, 0, 0.25); }
.code ol
{
	color: #5F5F5F;
	margin: 0 0 14px 0;
	font-size: 12px;
	overflow-x: hidden;
}
.code ol li { margin: 0 0 0 30px; }
.code ol pre { margin: 0; }
.code ol .red { cursor: help; }

.table .th { font-weight: bold; }