@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 {
	border: 2px solid black;
	height: 30px;
	text-align: center;
	vertical-align: middle; 
	border-radius: 5px;
	background-color: #FFFFFF;
	font-size: 180%;
	width: 90px;
	float: left;
	z-index:2;
	position: relative;
	left:0;
	top:0;
	line-height: 1.1em;
}

.countdown-bar {
	height: 15px;
	border: 2px solid black;
	background-color: #FFFFFF;
	border-radius: 0 12px 12px 0;
	position: relative;
	top: 7px;
	left: 89px;
	margin-right:0px;
	z-index:1;
	box-sizing: content-box;
}

.countdown-progress { 
	width:100%;
	position: absolute;
	top:0;
	left:0;
	background-color: #7DAF27;
	border-radius: 0 11px 11px 0;
	height:15px;
	border-collapse: separate;
	box-sizing: content-box;
}
