﻿/* Bubble pop-up */
.wlpopup {
	position: absolute;
	z-index: 50;
	font-size: 120%;
	font-weight: bold;
	line-height: 76px;
	margin-left: 10px;
	background: url(/Content/Coda/websitePopupRightBG.png) no-repeat Right;
	height: 68px;
	display: none;
}

.wlpopupInner{
	background: url(/Content/Coda/websitePopupLeftBG.png) no-repeat Left;
	height: 68px;
}

.wlpopupContent{
	padding-left: 10px;
	padding-right: 10px;
}

.trigger{
	position: absolute;
}

.wlbubbleInfo{
	position: relative;
}