body, html
{
	height: 100%;
	width: 100%;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
}
.btn
{
	width: 20px;
	height: 18px;
	background-repeat: no-repeat;
	background-position: -2px 0px;
	border: solid 1px #888888;
	background-color: #eeeeee;
	cursor: default;
	margin-left: 5px;
}
.ibtn
{
	width: 63px;
	height: 33px;
	width: 56px;
	margin-right: 7px;
	font-size: 13px;
	background-repeat: no-repeat;
	background-position: -4px 0px;
	border: solid 1px #888888;
	background-color: #eeeeee;
	padding-top: 27px;
	text-align: center;
	overflow: hidden;
	cursor: default;
}

.clr
{
	width: 15px;
	height: 15px;
	border: solid 1px #888888;
	margin-right: 4px;
}
.ctl
{
	padding: 5px 0px;
}
.ic
{
	height: 22px;
	cursor: default;
	background-image: url(../images/fopHeader.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 20px;
	padding-top: 4px;
}
.hndl
{
	visibility: hidden;
	position: absolute;
	overflow: hidden;
}
#quality1,
#quality2
{
	height: 20px;
}
#quality2
{
	margin-top: 10px;
}
#progress
{
	height: 16px;
	width: 330px;
	background-color: red;
	border-width: 1px;
	border-style: solid;
	border-color: #666666 #eeeeee #eeeeee #666666;
	margin: 8px 0px;
	overflow: hidden;
	visibility: hidden;
}
#progressbar
{
	height: 16x;
	width: 100px;
	background-color: green;
	overflow: hidden;
}

