/* Slide in Box */
.yellow .pwebbox_box {
	background-color: #f89406;
	color: #fff;
}
/* Container of Slide in Box or Lightbox Window */
.yellow .pwebbox_container {
	background-color: #fff;
	color: #000;
}
/* Container of Slide in Box */
.yellow.pwebbox .pwebbox_container {
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3) inset;
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3) inset;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.3) inset;
}
/* Lightbox Window */
.yellow.pwebBoxWindow {
	background-color: #fff;
}
/* Toggler tab */
.yellow .pwebbox_toggler {
	background-color: #f89406;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	
	background-image: -moz-linear-gradient(top,#fbb450,#f89406);
	background-image: -ms-linear-gradient(top,#fbb450, #f89406);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#fbb450),to(#f89406));
	background-image: -webkit-linear-gradient(top,#fbb450,#f89406);
	background-image: -o-linear-gradient(top,#fbb450,#f89406);
	background-image: linear-gradient(to bottom,#fbb450,#f89406);
	-pie-background: linear-gradient(top,#fbb450,#f89406);
}
.yellow.pwebbox-top .pwebbox_toggler {
	background-image: -moz-linear-gradient(bottom,#fbb450,#f89406);
	background-image: -ms-linear-gradient(bottom,#fbb450, #f89406);
	background-image: -webkit-gradient(linear,0 100%,0 0,from(#fbb450),to(#f89406));
	background-image: -webkit-linear-gradient(bottom,#fbb450,#f89406);
	background-image: -o-linear-gradient(bottom,#fbb450,#f89406);
	background-image: linear-gradient(to top,#fbb450,#f89406);
	-pie-background: linear-gradient(bottom,#fbb450,#f89406);
}
.yellow.pwebbox-vertical.pwebbox-left .pwebbox_toggler {
	background-image: -moz-linear-gradient(right,#fbb450,#f89406);
	background-image: -ms-linear-gradient(right,#fbb450, #f89406);
	background-image: -webkit-gradient(linear,100% 0,0 0,from(#fbb450),to(#f89406));
	background-image: -webkit-linear-gradient(right,#fbb450,#f89406);
	background-image: -o-linear-gradient(right,#fbb450,#f89406);
	background-image: linear-gradient(to left,#fbb450,#f89406);
	-pie-background: linear-gradient(right,#fbb450,#f89406);
}
.yellow.pwebbox-vertical.pwebbox-right .pwebbox_toggler {
	background-image: -moz-linear-gradient(left,#fbb450,#f89406);
	background-image: -ms-linear-gradient(left,#fbb450, #f89406);
	background-image: -webkit-gradient(linear,0 0,100% 0,from(#fbb450),to(#f89406));
	background-image: -webkit-linear-gradient(left,#fbb450,#f89406);
	background-image: -o-linear-gradient(left,#fbb450,#f89406);
	background-image: linear-gradient(to right,#fbb450,#f89406);
	-pie-background: linear-gradient(left,#fbb450,#f89406);
}
.yellow .pwebbox_toggler:hover {
	background-image: none !important;
	-pie-background: none !important;
}