/* CSS Document */
DIV#spring {
	height: 12px;
}
DIV#spring DIV {
	position: absolute;
	background-image: url(/images/spring.png);
	background-repeat: no-repeat;
	height: 38px;
	width: 300px;
}
DIV#spring SPAN {
	display: none;
}

