
#jqeasytrigger a.open1 {
	display:block;
}
#jqeasytrigger a.close1 {
	display:none;	
}
#jqeasypanel1{
	position:absolute;
	left:0;
	width:100%;
	height:80px;
	overflow:hidden;
	display:none;
	z-index:200;
}
#jqeasypanel1.top{
	top:0;
}
#jqeasypanel1.bottom {
	bottom:0;
	border-top:1px solid #666;
}


#jqeasytrigger a.open2 {
	display:block;
}
#jqeasytrigger a.close2 {
	display:none;	
}
#jqeasypanel2{
	position:absolute;
	left:0;
	width:100%;
	height:80px;
	overflow:hidden;
	display:none;
	z-index:200;
}
#jqeasypanel2.top{
	top:0;
}
#jqeasypanel2.bottom {
	bottom:0;
	border-top:1px solid #666;
}

#jqeasypanel3{
	background-color: #F6B73F;
	left:0;
	width:100%;
	/*height:80px;*/
	overflow:hidden;
	/*display:none;*/
	z-index:200;

}

#jqeasypaneloptions {
	float:right;
	margin:-10px 95px 0 0;
}
#jqeasypaneloptions p {
	text-align:right;
}
#jqeasytrigger {
	/*position:fixed;
	right:5px;
	padding:5px;
	width:60px;
	height:20px;
	background-color:#000;
	text-align:center;
	font-size:14px;*/
	z-index:2;
}
/*
#jqeasytrigger.top {
	top:0;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
#jqeasytrigger.bottom {
	bottom:0;
	border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
}
#jqeasytrigger a {
	color:#FFF;
}
#jqeasytrigger a:hover {
	color:#CCC;
}*/
#jqeasytrigger a.open {
	display:block;
}
#jqeasytrigger a.close {
	display:none;	
}

.nomargin{
	
}
#copy{
	float:left;
	height:auto;
}
