.box {
	border: 1px solid #FBFAE2;
}
.updown {
	border-top: 1px solid #FBFAE2;
	border-right: 1px none #FBFAE2;
	border-bottom: 1px solid #FBFAE2;
	border-left: 1px none #FBFAE2;

}
.down {

	border-top: 1px none #FBFAE2;
	border-right: 1px none #FBFAE2;
	border-bottom: 1px solid #FBFAE2;
	border-left: 1px none #FBFAE2;
}
.up {


	border-top: 1px solid #FBFAE2;
	border-right: 1px none #FBFAE2;
	border-bottom: 1px none #FBFAE2;
	border-left: 1px none #FBFAE2;
}
