﻿
#jqeasycontainer {
	width:700px;
	margin:0 auto;
}
#jqeasypanel{
	position:fixed;
	left:0;
	width:99%;
	height:40px;
	background:#65a0bd url(bg.png) repeat-x left top;
	padding:10px;
	overflow:hidden;
	display:none;
	z-index:1;
}
#jqeasypanel.top{
	top:0;
	border-bottom:1px solid #666;
}
#jqeasypanel.bottom {
	bottom:0;
	border-top:1px solid #666;
}
#jqeasycopy {
	float:left;
	width: 300px;
	font-size:10px;
}
#jqeasypaneloptions {
	float:right;
	margin:-10px 95px 0 0;
}
#jqeasypaneloptions p {
	text-align:right;
}
#jqeasytrigger {
	position:fixed;
	right:15px;
	padding:2px;
	width:6%;
	height:30px;
	background-color:#005396;
	text-align:center;
	font-size:12px;
	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;	
}
#jqeasytrigger a {
	color:#FFF;
}
#jqeasytrigger a:hover {
	color:#FFF;
}
#jqeasytrigger a.open {
    font-size: 14px;
	display:block;
}

#jqeasytrigger a.close {
    float:none;
    font-size: 14px;
    font-weight: normal;
    line-height: none;
    color:white;
    text-shadow:none;
    filter: alpha(opacity=20);
    opacity: initial;
    display:block;
}