.clear {clear: both;height: 0;line-height: 0;}
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.clearfix {height: 1%;}
.clearfix {display: block;}

/* Panel Tab/button */
.tab {
	height: 20px;
	position: relative;
    top: 0;
    z-index: 999;

}

.tab .sep {color:#414141}

.tab a.open, .tab a.close {
	height: 31px;
	line-height: 30px !important;
	padding-left: 30px !important;
	cursor: pointer;
	display: block;
	width: 160px;
	vertical-align:middle;
	position: relative;
}

.tab a{
	color:#FFF;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
}

.tab a.open {background: url(../images/top_down.png) no-repeat left 0;}
.tab a.close {background: url(../images/top_up.png) no-repeat left 0;}
.tab a:hover.open {background: url(../images/top_down.png) no-repeat left 0;}
.tab a:hover.close {background: url(../images/top_up.png) no-repeat left 0;}

.receive{
	color:#FFF;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
}

/* sliding panel */
#toppanel {
    position: absolute;   /*Panel will overlap  content */
    /*position: relative;*/   /*Panel will "push" the content down */
    top: 0;
    width: 100%;
    z-index: 999;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
	background-image: url(images/index_43.png);
	background-repeat: repeat-x;
	background-position:left bottom;
}

#panel {
	width: 100%;
	height: 60px;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
}
