#orangeButton {
	position: fixed;
	background-color: #d8a903;
	top: 40%;
	right: 0;
	width: 15px;
	word-wrap: break-word;
	text-align: right;
	font-family: monospace;
	padding-right: 5px;
	padding-bottom: 3px;
}

#orangeBox {
/*	position: fixed;*/
	top: 5%;
/*	right: 30%;*/
	border: 5px solid #d8a903;
	min-width: 777px;
	height: 550px;
	background-color: #fff;
	padding-left: 5px;
	padding-top: 5px;
	overflow: scroll;
	z-index: 25;
}
#orangeBox .close {
	text-align: right
}
#orangeBox .close a{
	background-color: #d8a903;
	padding: 2px 6px;
}