.option_lightbox {
	position:absolute;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
	z-index:10;
	cursor:pointer;
}
.option_bubble {
	position:relative;
	float:left;
	width:16px;
	height:16px;
	//background-image:url('/images/option.png');
	background-repeat:no-repeat;
	background-position:0px 0px;
	background-size:16px 16px;
	cursor:pointer;
}
.option_popup {
	position:absolute;
	top:-8px;
	left:36px;
	width:200px;
	min-height:24px;
	border:1px solid #1e6ea6;
	background-color: #ffffff;
	color:#1e6ea6;
	border-radius: 6px;
	display:none;
	padding:6px;
	z-index:100;
	cursor:default;
}
.cedar .option_popup {
	border:1px solid #5f4180;
	color:#5f4180;	
}
.option_popup:after {
	top: 6px;
	left: -19px;
	bottom: auto;
	border-width: 10px 20px 10px 0;
	border-color: transparent #ffffff;
	content: "";
	position: absolute;
	border-style: solid;
	display: block;
	width: 0;
}
.option_popup:before {
	top: 6px;
	left: -20px;
	bottom: auto;
	border-width: 10px 20px 10px 0;
	border-color: transparent #1a5ad9;
	content: "";
	position: absolute;
	border-style: solid;
	display: block;
	width: 0;
}
.option_popup.left {
	right:36px;
	left:auto;
}
.option_popup.left:after {
	right: -19px;
	border-width: 10px 0 10px 20px;
	left:auto;
}
.option_popup.left:before {
	right: -20px;
	border-width: 10px 0 10px 20px;
	left:auto;
}
.option_popup.top {
	bottom:-8px;
	top:auto;
}
.option_popup.top:after {
	bottom: 6px;
	top:auto;
}
.option_popup.top:before {
	bottom: 6px;
	top:auto;
}
.help_popup .clickable {
	cursor: pointer;
	text-decoration:underline;
}
.help_popup .clickable:hover {
	font-weight:bold;
}
.option_message {
	//position:relative;
	//float:left;
	//min-height:20px;
	//width:100%;
	white-space: normal;
	word-wrap:break-word;
	font-size:12px;
	line-height:16px;
	text-align:left;
	font-family: Helvetica;
}
.option_popup.show {
	display:block;
}
.option_popup .option_more {
	position:relative;
	float:right;
	height:18px;
	width: 100%;
	cursor:pointer;
	text-align:right;
}
