
			.cgenIngredient { border: solid 1px #c0c0c0; padding: 5px; margin: 5px 0; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
			.delIngredient { display: box; float: right; border: solid 1px #c0c0c0; padding: 0 4px; margin: 0; font-size: 8px; font-weight: bold; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
			#specialcocktailsearch { display: none; }
			#onlymembersoverlay { 
				background-color: #ffffff; width: 100%; height: 100%; position: absolute; z-index: 100; top: 0px; left: 0px; display: block;
				background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.75) 0%, rgba(255,255,255,0.85) 100%);
				background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,0.85)), color-stop(100%,rgba(255,255,255,0.85)));
				background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.85) 0%,rgba(255,255,255,0.85) 100%);
				background: -o-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.85) 0%,rgba(255,255,255,0.85) 100%);
				background: -ms-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.85) 0%,rgba(255,255,255,0.85) 100%);
				: radial-gradient(ellipse at center,  rgba(255,255,255,0.85) 0%,rgba(255,255,255,0.85) 100%);
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#ffffff",GradientType=1 );
			}
			#onlymembersoverlay div {
				margin-top: 120px; text-align: center; color: #3696C9; text-shadow: 1px 1px 3px #ffffff; font-weight: bold; font-size: 16px; -webkit-transform: rotate(-50deg); -moz-transform: rotate(-50deg);
			}
		