/***** clearfix *****/
.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: 42px;
	position: relative;
    top: 0px;
    z-index: 999;
}

.tab ul.login li {
 	text-align: left;
  	padding: 0 6px;
	display: block;
	float: left;
	height: 35px;
	width: 250px;
  	background: url(/images/tab_m.png) repeat-x 0 0;
}

.tab ul.login li a {
	color: #000;
	text-decoration:none;
}

.tab ul.login li a:hover {
	color: #ec0080;
}

.tab .sep {color:#414141}

.tab a.open, .tab a.close {
	padding-left: 25px !important;
	margin-left: 50px;
	cursor: pointer;
	display: block;
	width: 130px;
	position: relative;
	top: 5px;
}

.tab a.open {background: url(/images/bt_open.png) no-repeat left 0;}
.tab a.close {background: url(/images/bt_close.png) no-repeat left 0;}
.tab a:hover.open {background: url(/images/bt_open.png) no-repeat left -19px;}
.tab a:hover.close {background: url(/images/bt_close.png) no-repeat left -19px;}

/* sliding panel */
#toppanel {
    position: absolute;   /*Panel will overlap  content */
	/*position: fixed;*/ 	
    /*position: relative;*/   /*Panel will "push" the content down */
    top: 100px;
	right: 31px;
	width: 250px;
    z-index: 999;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#panel {
	width: 262px;
	height: 95px;
	color: #999999;
	background: #fff;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
}

#panel a {
	text-decoration: none;
	color: #15ADFF;
}

#panel a:hover {
	color: #000;
}

#panel .content {
	width: 250px;
	margin: 0 auto;
	text-align: left;
	font-size: 0.85em;
	*margin-top:-10px;
}

#panel .content label {
	float: left;
	padding-top: 8px;
	clear: both;
	width: 80px;
	display: block;
}

#panel .content form {
	padding-left: 13px;
	padding-top:15px;
	font-size:10px;
}

.knop_inlog {
	border:0px;
	background:url(/images/loginknop.jpg) no-repeat;
	width:20px;
	height: 20px;
	margin-top: 0px;
}

#panel .content input.field, #panel .content input.field2 {
	border: 1px #7f7f7f solid;
	background: #d3d3d3;
	margin-right: 5px;
	margin-top: 4px;
	width: 130px;
	color: white;
	height: 15px;
}

#panel .content input.field2 {
	width: 103px;
}

#panel .content input:focus.field, #panel .content input:focus.field2 {
	background: #e4e4e4;
}
