@CHARSET "UTF-8";


#submit_table {
	width: 80%;
}

#submit {
	height: 100%;
	width: 100%;
}

#submit_col {
	width: 11em;
}

.submit_ready {
	background: #ffff00;
	font-weight: bolder;
	font-size: 100%;
}

.submit_waiting {
	background: #ffffaa;
	font-weight: lighter;
	font-size: 85%;
}

.countdown {
	height: 30px;  
	padding: 5px;
}

.countdown-clock {
	height: 30px;
	width: 90px;
	font-size: 180%;
	border: 2px solid black;
	border-radius: 5px;
	text-align: center;
	vertical-align: middle;
	background-color: #FFFFFF;

	position: relative;
	float: left;
	top: 0;
	left: 0;
	z-index: 2;
	line-height: 1.1em;
}

.countdown-bar {
	height: 15px;
	border: 2px solid black;
	border-radius: 0 12px 12px 0;
	background-color: #FFFFFF;
	margin-right: 0px;

	position: relative;
	top: 7px;
	left: 89px;
	z-index: 1;
	box-sizing: content-box;
}

.countdown-progress {
	border-radius: 0 11px 11px 0;
	background-color: #7DAF27;

	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	box-sizing: content-box;
	border-collapse: separate;
}

.countdown-progress-active {
	background-color: #7DAF27;
}

.countdown-progress-waiting {
	background-color: #ffffaa;
}
