.lbmwidget {
//	width: 100%;
	color: rgb(255, 255, 255);
//	background-color: rgba(42,89,73,0.5);
	background-color: #417505;
//	border-radius: 10px;
	border:solid rgba(42,89,73,1.0);
//	font-family: 'Lato', sans-serif !important;
}

.lbmcanvas {
//	-webkit-border-radius: 25px;
//	-moz-border-radius: 25px;
//	border-radius: 25px;
	border:solid rgb(42,89,73) 1px;
//	background-color: #FFF;
//	margin: 0 10px;
	padding:10px 5px;
//	overflow:hidden;
}

.lbmwidget-coupon {
//	color:#000;
//	height:66px;
//	max-height:66px;
//	font-size:12px;
//	cursor:pointer;
	border-top: dashed rgb(42,89,73) 1px;
	border-bottom: dashed rgb(42,89,73) 1px;
}

.lbmcoupon-signup {
	color:#2a5949;
}
.lbmcoupon-signup-btn {
	background-color:rgba(42,89,73,0.5);
}

.wSelect-theme-classic .wSelect-option-selected,
.wSelect-theme-classic .wSelect-option:hover {
	background-color: rgb(42,89,73);
}
