.neo {
	background-image: url(gradientcontainer.gif);
	background-repeat: repeat-x;
	height: 20px;
}

.solid {
	background-color: #5d9db3;
	background-repeat: repeat-x;
	height: 20px;
}

.solid2 {
	background-color: #f35c25;
	background-repeat: repeat-x;
	height: 18px;
	border-bottom: 1px;
	border-left: 1px;
	border-right: 1px;
	border-top: 1px;
	border-color: black;
	border-style: solid;
}

.neobody {
	border-color: #cccccc;
	background-color: #ffffff;
	border-bottom: 2px solid #cccccc;
	border-left:  2px solid #cccccc;
	border-right:  2px solid #cccccc;
	border-top: 0px;
}

.lcorner {
	background-image: url(left.gif);
	background-repeat: no-repeat;
	height: 15px;
	width: 9px;
}

.rcorner {
	background-image: url(right.gif);
	background-repeat: no-repeat;
	height: 15px;
	width: 9px; 
}

.middle {
background-image: url(middle.gif);
background-color: #ff9c00;
height: 25px;
background-repeat: repeat-x;
width: 93%;
vertical-align: top;
padding-top: 2px;
}
