
body {
	font-family: Arial, Helvetica, sans-serif;
}

fieldset {
	margin-bottom: 10px;
	padding: 5px;
}

legend {
	font-weight: bold;
	font-size: 0.8em;
}

.blockLabels label {
	display:block;
	margin-bottom: 10px;
}

label em {
	color: #666666;
	font-size: 0.8em;
}

.leftFormColumn, .rightFormColumn {
	float: left;
}

.rightFormColumn {
	margin-left: 10px;

}
#customSndPath {
	width:20em;
}

.offScreen {
	position: absolute;
	left: -10000px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.clear {
	clear: both;
}

.disabled label, .disabled legend, soundFileOptions {
	color: #999999;
}