#type-tester
{
	margin-top: 15px;
	float: left;
	margin-bottom: 40px;
	clear: both;
	width: 565px;
}

textarea
{
	width: 552px;
	height: 220px;
	border: 1px #eceded solid;
	padding: 5px;
}

#type-tester ul
{
	float: left;
	clear: both;
}

.ui-slider
{
	height: 1px;
	background: #eceded;
	position: relative;
	margin-top: 10px;
	float: right;
	width: 350px;
}

.ui-slider-range
{
	height: 1px;
	position: absolute;
	top: 0;
	left: 0;
	background: #ccc;
}

.ui-slider-handle
{
	width: 7px;
	background: url(../images/typetester-slider.png) no-repeat;
	position: absolute;
	top: -3px;
	height: 7px;
	padding-top: 11px;
	text-decoration: none;
	font-size: 9px;
	text-indent: -8px;
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
}

.ui-slider-handle:hover
{
	text-decoration: none;
}

.font
{
	color: #555;
	cursor: pointer;
	font-style: italic;
	font-size: 12px;
}

.font:hover
{
	text-decoration: underline;
}

.font.active
{
	color: #000;
}

.label
{
	width: 60px;
	display: block;
	float: left;
}

#type-tester input.ie6
{
	border: 1px #eceded solid;
	padding: 5px;
	width: 552px;
}

#type-tester .ie6Font
{
	border: 1px #eceded solid;
	margin-top: 15px;
}
