.panel {
	position: absolute;
	top: 70%;
	left: 0;
	display: block;
	width: 100%;
	height: auto;
	padding: 0;
	color: #666;
	font-size: 13px;
}

.panel .content{
    background-color: #fff;
    margin: 0 auto;
    padding: 40px 50px;
    width: 890px;
	-webkit-box-shadow: 0 2px 5px 0 #303030;
	box-shadow: 0 2px 5px 0 #303030;
	}
.panel .foot{
	height: 80px;
	}

a.trigger{
	position: fixed;
	left: 0;
	background-image: url(../bgs/hidder-n.png);
	background-repeat: no-repeat;
	width: 130px;
	height: 60px;
	display: block;
	padding-top: 4px;
	z-index: 999;
	bottom: 3px;
}

a.trigger:hover{
	position: fixed;
	left: 0;
	/*	background-image:url(../bgs/hidder.png);*/
	display: block;
	border-top: 4px solid #c0195b;
	padding-top: 0px;
	bottom: 3px;
}

a.active.trigger {
background-image:url(../bgs/hidder-o.png);
}

a.impbutton{
	position: fixed;
	right: 0;
	background-repeat: no-repeat;
	display: block;
	padding: 5px 10px;
	z-index: 999;
	bottom: 50px;
	background-color:#FFF;
	-webkit-box-shadow: 0 2px 5px 0 #303030;
	box-shadow: 0 2px 5px 0 #303030;
	text-align:center;
}
a.datbutton{
	position: fixed;
	right: 0;
	background-repeat: no-repeat;
	display: block;
	padding: 5px 10px;
	z-index: 999;
	bottom: 10px;
	background-color:#FFF;
	-webkit-box-shadow: 0 2px 5px 0 #303030;
	box-shadow: 0 2px 5px 0 #303030;
	text-align:center;
}
