#demowrap {
	position:relative;
	width:315px;
	margin: 40px 100px;
	padding:10px;
	background:#4f4f4f;
	border:12px solid #999;
	border-right-color:#696969;
	border-bottom-color:#363636;
	border-left-color:#ccc;
}	

#zero_upper, #zero_lower, #five_upper, 
#five_lower, #three_upper, #three_lower, 
#six_upper, #six_lower {
	margin:0;
	border:10px solid #0f0;
	width:35px;
	height:30px;
}
#zero_upper {
	border-bottom-width:5px;
	border-bottom-color:#696969;
}
#zero_lower {
	border-top-width:5px;
	border-top-color:#696969;
}
#five, #three, #six {
	position:absolute;
	top:10px;
}
#five {left:85px;}
#five_upper {
	border-color:#696969;
	border-bottom-width:5px;
	border-top-color:#0f0; 
	border-bottom-color:#0f0; 
	border-left-color:#0f0;
}
#five_lower {
	border-color:#696969;
	border-top-width:5px;
	border-top-color:#0f0; 
	border-bottom-color:#0f0; 
	border-right-color:#0f0;
}
#dot_upper, #dot_lower  {
	position:absolute;
	top:35px;
	left:165px;
	margin:0;
	border:4px solid #0f0; 
	width:0px;
	height:0px;
	line-height:0px;
}
#dot_lower {
	top:70px;
	left:165px;
}
#three {left:195px;}
#three_upper {
	border-bottom-width:5px;
	border-left-color:#696969;
}
#three_lower {
	border-top-width:5px;
	border-left-color:#696969;
}
#six {left:270px;}
#six_upper {
	border:10px solid #696969;
	border-left:10px solid #0f0;
	border-bottom:5px solid #0f0;
}
#six_lower {
	border-top-width:5px;
}
