HTML, BODY {
	font-family: "Segoe UI", Arial, sans-serif;
	font-size: 11px;
	color: #DDD;
	background: #111 url(images/background.gif) repeat;
	padding: 0em;
	margin: 0em;
}

BLOCKQUOTE, FIELDSET, FORM, H1, H2, H3, H4, H5, H6, LEGEND, P, PRE, TABLE { margin: 1em 0em; } /* Resets */

A,
HTML .ui-accordion-content A {
	color: #F58400;
	text-decoration: none;
	outline: none;
}

A:hover,
HTML .ui-accordion-content A:hover {
	color: #288DB1;
}

A IMG {
	border: none;
}

INPUT[type="text"],
SELECT {
	font-family: "Segoe UI", Arial, sans-serif;
	font-size: 11px;
	background: #222;
	border: solid 1px #666;
	color: #FFF;
	padding: 2px;
}

#header {
	width: 840px;
	text-align: center;
	margin: 0em auto;
}

#header #logo {
	width: 530px;
	height: 100px;
	background: url(images/dirty-markup.png) center no-repeat;
	text-indent: -9999em;
	margin: 0em auto;
}


#tidy-form {
	width: 880px;
	margin: 0em auto;
}

#ad-space {
	margin: 2em 0em;
}

#ad-surreal {
	width: 234px;
	height: 60px;
	background: url(images/surrealcms.gif) top no-repeat;
	text-indent: -9999em;
	display: block;
	margin: 0em auto;
}

#ad-surreal:hover {
	background-position: bottom;
}

#options {
	width: 320px;
	height: 400px;
	float: left;
}

#advanced P {
	padding: .2em 0em;
}

#advanced P.last {
	padding-bottom: 2em;
}

P#copyright {
	text-align: center;
	color: #777;
	margin: 2em 0em;
}

#canvas {
	width: 540px;
	float: right;
}

#canvas.wait TEXTAREA {
	color: #666;
}

#spinner {
	position: absolute;
	text-align: center;
	display: none;
}

#src {
	width: 530px;
	height: 200px;
	font-family: "Courier New", monospace;
	font-size: 12px;
	color: #FFF;
	background: transparent;
	border: none;
	padding: 5px;
	margin: 0em;
}

#src.tip {
	background: url(images/tip.png) center no-repeat;
}

.clear {
	clear: both;
}

#toolbar {
	text-align: center;
	margin-top: 2em;
}

#toolbar INPUT {
	padding: .5em 1em;
	font-family: "Segoe UI", Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
}



#label-indent-spaces,
#label-wrap {
	display: block;
}

#slider-indent-spaces,
#slider-wrap {
	width: 75%;
	float: left;
	margin: .4em .1em;
}

#tidy-indent-spaces,
#tidy-wrap {
	float: right;
	width: 15%;
	border: none;
	font-size: 14px;
	background: transparent;
	color: #FFF;
	font-weight: bold;
	margin: .2em 0em;
}

#tidy-alt-text {
	width: 120px;
}
