@charset "utf-8";
#panel{
	width: 530px;
	bottom: auto;
	background-color: #FFDECA;
	background-repeat: no-repeat;
	color: #99301E;
	height: 470px;
	overflow: auto;
	font-weight: normal;
	text-transform: none;
	text-align: justify;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #99301e;
	border-bottom-color: #99301e;
	background-image: url(../Assets/panelBg.jpg);
}
#panel2 {
	width: 530px;
	bottom: auto;
	background-color:#DE6852;
	background-repeat: no-repeat;
	color: #fff;
	height: 465px;
	overflow: auto;
	font-weight: normal;
	text-transform: none;
	text-align: left;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-width: 1px;
	border-style: solid;
	border-color: #772D00;

	/*background-image: url(../Assets/panelBg.jpg);*/
*/}

.btn-slide {
	float: left;
	left: 420px;
}
#apDiv1 {
	position:relative;
	left:auto;
	top:84px;
	width:919px;
	z-index:30;
	padding: 0px;
	right: auto;
}

