.popbox{
	text-align: right;
	float: left;
	z-index: 200;
	position: relative;
	
	}
.popbox a{
	left: 0;
	color: #fff;
}
.collapse {
	float: left;
	position: relative;
}
.open {
	
	width: 182px;
	height: 40px;
	float: left;
	background-color: #007ee2;
	font-size:12px;
	color: #fff;
}
.open:hover{
	color: #fff;
	}
.open img{
	margin: 10px 0 0 20px;
	float:left;
	}
.open span {
	margin: 10px 5px 0 10px; 
	float:left;
}
.popbox a:hover img{
	opacity: .8;
	}
	
.box {
	width: 182px;
	color: #fff;

	position: absolute;
	left: 0;
	
	display: none;
	
	background: #007ee2;

	margin: 53px 0 0 -160px;
	/*border-radius: 1px;
	box-shadow: 0px 0px 15px #999;
	*/
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	}	
.box a.close {
	color: red;
	font-size: 12px;
	font-family: arial;
	text-decoration: underline;
}
.arrow {
	width: 0;
	height: 0;
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
	border-bottom: 11px solid #1d7bc1;
	
	position: absolute;
	top: -10px;
	left: 80px;
	z-index: 201;
}
.arrow-border {
	width: 0;
	height: 0;
	/*
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
	border-bottom: 11px solid #BBBBBB;
	*/
	position: absolute;
	top: -12px;
	z-index: 150;
}
