@charset "utf-8";
/* CSS Document */

.off{
	background-color: #CCCCCC;
	height: 100px;
	width: 20px;
	position: relative;
}
.on{
	background-color: #FF0000;
	width: 20px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 1px;
}
