hr {	/* Titta, FL-net! Såhär enkelt är det. */
	margin: 0;
	padding: 0;
	border: 0 none #FFF;
	height: 1px;
}

body { background: #FFF; }

fieldset, body > div {
	margin-top: 1em;
	padding: 0.7em;
	border: 1px solid #999;
}
div p:first-child {
	position: relative;
	float: left;
	margin: -1.8em 0 0 0;
	padding: 0.2em;
	height: 0.5em;
	background: #FFF;
	z-index: 10;
}

label, input, .colorBox {
	display: block;
	margin-bottom: 0.4em;
}
form table {
	width: 100%;
}
form td, th {
	margin-right: 1em;
	padding: 0.2em;
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	border-bottom: 1px solid #999;
}
form input[type=text], .colorBox {
	width: 200px;
	font-family: monospace;
}

.colorBox {
	height: 15px;
	padding: 1px;
	border: 1px dotted #999;
	cursor: pointer;
}

#code {
	width: 100%;
	min-height: 8em;
}

table { border-spacing: 0; }

#colourPicker table, #colourPicker tr, #colourPicker td {
	empty-cells: show;
	border: 0 none #FFF;
	margin: 0;
	padding: 0;
}
#colourPicker input {
	position: absolute;
	bottom: 0;
}

#colourPicker td {
	width: 1px;
	height: 1px;
}
#colourPicker {
	position: absolute;
	display: none;
	padding: 0;
	top: 0;
	left: 150px;
	background: #CCC;
}
#colourPicker button {
	padding: 0 4px;
	float: right;
}

.btns span { cursor: pointer; }
.btns span:hover { color: #999; }

.filler { width: 100%; }

h1 {
	font-family: Verdana, sans-serif;
	margin-left: 3em;
}

legend, div p:first-child, #link, .info {
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	background: #FFF;
}
#link, .info {
	text-indent: 1em;
}
a {
	color: #039;
	text-decoration: none;
}
a:hover { text-decoration: underline; }