a.trigger{
	position: absolute;
	text-decoration: none;
	z-index:999;
}
a.trigger.right {
	right: 1px;
	width: 0px;
	height: 500px;
}
.panel {
	color:#CCC;
	position: absolute;
	display: none;
	width: 450px;
	height: 320px;
	z-index:998;
	color: black;
	background-color: #fff;
	border: 1px solid darkorange;
	opacity: 1 !important;
}
.panel.right {
	right: 0;
}
.panel textarea{
	height:170px;
	width:400px;
	padding:5px;
}