/* css */

.editbar {
    border-radius: 3px;
    border: 1px solid #003c30;
    padding: 3px;
    background-color: #000333;
    position: relative;
}

.editbar .times {
    position: absolute;
    top: 9px;
    right: 7px;
    font-size: 12pt;
}

.editbar .times .pos-current,
.editbar .times .pos-in,
.editbar .times .pos-out {
    font-family: monospace;
    font-weight: bold;
}

#zoomview {
	width: 100%;
	height: 60px;
	margin: 6px auto;
	background-color: #fefefe;
	border: 1px solid #eaeaea;
}


img.icon-dvd {
	max-width: 32px;
	vertical-align: bottom;
}

.fileprogress {
	position:relative;
}

.fileprogress .span1 {
	position: absolute;
	background-color:#771c1c;
	top:-11px;
	padding:2px 0;
}

.fileprogress .span2 {
	position: absolute;
	top:-9px;
	left:0;
}