/***** 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 {
  	background: url(http://lumenstudio.co.uk/images/slide/tab_b.png) repeat-x 0 0;
	height: 18px;
	position: relative;
	top: 0;
	z-index: 999;
}

.tab ul.login {
	display: block;
	position: relative;
  	float: right;
  	clear: right;
  	height: 18px;
	width: auto;
  	font-weight: bold;
	line-height: 18px;
	margin: 0;
	right: 20px;
  	color: white;
  	font-size: 80%;
	text-align: center;
}

.tab ul.login li.left {
  	background: url(http://lumenstudio.co.uk/images/slide/tab_l.png) no-repeat left 0;
  	height: 18px;
	width: 20px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.tab ul.login li.right {
  	background: url(http://lumenstudio.co.uk/images/slide/tab_r.png) no-repeat left 0;
  	height: 18px;
	width: 20px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.tab ul.login li {
 	text-align: left;
  	padding: 0 6px;
	display: block;
	float: left;
	height: 18px;
  	background: url(http://lumenstudio.co.uk/images/slide/tab_m.png) repeat-x 0 0;
}

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

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

.tab .sep {color:#000}

.tab a.open, .tab a.close {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color:#FFF;
	height: 20px;
	line-height: 8px !important;
	/*padding-left: 30px !important;*/
	cursor: pointer;
	display: block;
	width: 170px;
	position: relative;
	top: 5px;
}

/* 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;
}

#panel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	width: 100%;
	height: 125px;
	color: #FFF;
	background: #000;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
}

#panel h4 {
	font-size: 1.6em;
	padding: 5px 0 10px;
	margin: 0;
	color: white;
}

#panel h2{
	font-size: 1.2em;
	padding: 10px 0 5px;
	margin: 0;
	color: white;
}

#panel p {
	margin: 5px 0;
	padding: 0;
}

#panel a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 9pt;
	color: white;
}

#panel a:hover {
	text-decoration: underline;
}

#panel a-lost-pwd {
	display: block;
	float: left;
}

#panel .content {
	width: 100%;
	margin: 0 auto;
	padding-top: 15px;
	text-align: left;
}

#panel .content .left {
	width: 350px;
	float: left;
	padding: 0 15px;
}

#panel .content .right {
}

#panel .content form {
	margin: 0 0 10px 0;
}

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

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	height: 20px;
	padding-top: 0;
}

h2{
	font-size: 1.2em;
	height: 20px;
	padding-top: 0;
}

.highlight {background-color:#FF9D9D;border-bottom:#F30 1px solid;border-top:#F30 1px solid;padding: 4px 10px}
