/*
	Copyright (c) 2006, Canto FZ-LLC
	Cumulus styles for general use with browsers other than MS Internet Explorer
*/
div.tableRow {
	margin-top: 10px;
}
div.tableRow span.tableLeftColumn {
	padding-top: 6px;
}
div.tableRow span.tableRightColumn {
	padding-top: 3px;
}
.errorLeftColumn {
	padding-top: 6px;
}
.errorRightColumn {
	padding-top: 3px;
}
#selectedFileContainer {
	overflow: auto;
}

