/* Slide in Box */

.green .pwebbox_box {

	background-color: #51a351;

	color: #fff;

}

/* Container of Slide in Box or Lightbox Window */

.green .pwebbox_container {

	background-color: #fff;

	color: #000;

}

/* Container of Slide in Box */

.green.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 */

.green.pwebBoxWindow {

	background-color: #fff;

}

/* Toggler tab */

.green .pwebbox_toggler {

	background-color: #51a351;

	color: #fff;

	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);

	

	background-image: -moz-linear-gradient(top,#62c462,#51a351);

	background-image: -ms-linear-gradient(top,#62c462, #51a351);

	background-image: -webkit-gradient(linear,0 0,0 100%,from(#62c462),to(#51a351));

	background-image: -webkit-linear-gradient(top,#62c462,#51a351);

	background-image: -o-linear-gradient(top,#62c462,#51a351);

	background-image: linear-gradient(to bottom,#62c462,#51a351);

	-pie-background: linear-gradient(top,#62c462,#51a351);

}

.green.pwebbox-top .pwebbox_toggler {

	background-image: -moz-linear-gradient(bottom,#ff0085,#ff0085);

	background-image: -ms-linear-gradient(bottom,#ff0085, #ff0085);

	background-image: -webkit-gradient(linear,0 100%,0 0,from(#ff0085),to(#ff0085));

	background-image: -webkit-linear-gradient(bottom,#ff0085,#ff0085);

	background-image: -o-linear-gradient(bottom,#ff0085,#ff0085);

	background-image: linear-gradient(to top,#ff0085,#ff0085);

	-pie-background: linear-gradient(bottom,#ff0085,#ff0085);

}

.green.pwebbox-vertical.pwebbox-left .pwebbox_toggler {

	background-image: -moz-linear-gradient(right,#62c462,#51a351);

	background-image: -ms-linear-gradient(right,#62c462, #51a351);

	background-image: -webkit-gradient(linear,100% 0,0 0,from(#62c462),to(#51a351));

	background-image: -webkit-linear-gradient(right,#62c462,#51a351);

	background-image: -o-linear-gradient(right,#62c462,#51a351);

	background-image: linear-gradient(to left,#62c462,#51a351);

	-pie-background: linear-gradient(right,#62c462,#51a351);

}

.green.pwebbox-vertical.pwebbox-right .pwebbox_toggler {

	background-image: -moz-linear-gradient(left,#62c462,#51a351);

	background-image: -ms-linear-gradient(left,#62c462, #51a351);

	background-image: -webkit-gradient(linear,0 0,100% 0,from(#62c462),to(#51a351));

	background-image: -webkit-linear-gradient(left,#62c462,#51a351);

	background-image: -o-linear-gradient(left,#62c462,#51a351);

	background-image: linear-gradient(to right,#62c462,#51a351);

	-pie-background: linear-gradient(left,#62c462,#51a351);

}

.green .pwebbox_toggler:hover {

	background-image: #ff0085 !important;

	-pie-background: none !important;

}