/* Slide in Box */
.blue .pwebbox_box {
	background-color: #0044cc;
	color: #fff;
}
/* Container of Slide in Box or Lightbox Window */
.blue .pwebbox_container {
	background-color: #fff;
	color: #000;
}
/* Container of Slide in Box */
.blue.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 */
.blue.pwebBoxWindow {
	background-color: #fff;
}
/* Toggler tab */
.blue .pwebbox_toggler {
	background-color: #0044cc;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	
	background-image: -moz-linear-gradient(top,#08c,#0044cc);
	background-image: -ms-linear-gradient(top,#08c, #0044cc);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0044cc));
	background-image: -webkit-linear-gradient(top,#08c,#0044cc);
	background-image: -o-linear-gradient(top,#08c,#0044cc);
	background-image: linear-gradient(to bottom,#08c,#0044cc);
	-pie-background: linear-gradient(top,#08c,#0044cc);
}
.blue.pwebbox-top .pwebbox_toggler {
	background-image: -moz-linear-gradient(bottom,#08c,#0044cc);
	background-image: -ms-linear-gradient(bottom,#08c, #0044cc);
	background-image: -webkit-gradient(linear,0 100%,0 0,from(#08c),to(#0044cc));
	background-image: -webkit-linear-gradient(bottom,#08c,#0044cc);
	background-image: -o-linear-gradient(bottom,#08c,#0044cc);
	background-image: linear-gradient(to top,#08c,#0044cc);
	-pie-background: linear-gradient(bottom,#08c,#0044cc);
}
.blue.pwebbox-vertical.pwebbox-left .pwebbox_toggler {
	background-image: -moz-linear-gradient(right,#08c,#0044cc);
	background-image: -ms-linear-gradient(right,#08c, #0044cc);
	background-image: -webkit-gradient(linear,100% 0,0 0,from(#08c),to(#0044cc));
	background-image: -webkit-linear-gradient(right,#08c,#0044cc);
	background-image: -o-linear-gradient(right,#08c,#0044cc);
	background-image: linear-gradient(to left,#08c,#0044cc);
	-pie-background: linear-gradient(right,#08c,#0044cc);
}
.blue.pwebbox-vertical.pwebbox-right .pwebbox_toggler {
	background-image: -moz-linear-gradient(left,#08c,#0044cc);
	background-image: -ms-linear-gradient(left,#08c, #0044cc);
	background-image: -webkit-gradient(linear,0 0,100% 0,from(#08c),to(#0044cc));
	background-image: -webkit-linear-gradient(left,#08c,#0044cc);
	background-image: -o-linear-gradient(left,#08c,#0044cc);
	background-image: linear-gradient(to right,#08c,#0044cc);
	-pie-background: linear-gradient(left,#08c,#0044cc);
}
.blue .pwebbox_toggler:hover {
	background-image: none !important;
	-pie-background: none !important;
}