/* popup help styling */

.new_tip_header a.tip_close {
	background:#fff url('/pages/Page_Images/img_close.gif') no-repeat;
	font-size:1px;
	height:15px;
	width:15px;
	color:#fff;
}
.tip_content {
	background-color:#fff;
	border:1px solid #8aa653;
}

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
/* Hides from IE-mac \*/ * html .clearfix {
	height:1%;
}
.clearfix {	display:block;}
.fleft {float:left; }

.tip_header {
	font-size:13px;
	font-weight:bold;
	padding-bottom:10px;
}

.popup_background {
	width:550px;
	margin:10px 4px 4px 10px;
	padding:10px 0;
}
.new_tip_header {
	font-size:18px;
	font-weight:bold;
	padding:0 10px 5px 10px;
}
.new_tip_header div.fleft {
	width:90%;
}
.tip_content {
	font-size:12px;
	line-height:14px;
	margin:0 10px;
	padding:15px;
}
.tip_content li{ margin-left:20px;}
a.tip_close {
	float:right;
	height:12px;
	width:12px;
}
.popup_cancel_link {
	font-size:11px;
	text-decoration:underline;
	margin-right:6px;
}

.tip_container {
	left:500px; 
	top:200px; 
	position:absolute; 
	display:none;
	width:500px;
	margin:10px 4px 4px 10px;
	padding:10px 0;
	z-index:1500;
	background:#bed395;
}
.tip_done { margin-top:10px;}