﻿.shade {
	border-bottom-style: solid;
	border-bottom-color: #AFBD71;
	border-bottom-width: thin;
	height: 80px;
}
.box {
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #AFBD71;
	border-left-color: #AFBD71;
	padding: 5px;
}
.ushade {
	border-top-style: solid;
	border-top-color: #AFBD71;
	border-top-width: thin;
	height: 70px;
}
.menubox {
	padding: 10px;
	vertical-align: top;
}
.inbox {
	padding: 2px;
}
