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

.elements {
	display: block;
}

/* 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 {
	width: 100%;
	color: #999999;
	background: #272727;
	overflow: hidden;
	position: relative;
	/*z-index: 3;*/
	display: none;
background: #0a0a0a; /* Old browsers */
background: -moz-linear-gradient(top,  #0a0a0a 0%, #222222 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0a0a0a), color-stop(100%,#222222)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #0a0a0a 0%,#222222 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #0a0a0a 0%,#222222 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #0a0a0a 0%,#222222 100%); /* IE10+ */
background: linear-gradient(to bottom,  #0a0a0a 0%,#222222 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a0a0a', endColorstr='#222222',GradientType=0 ); /* IE6-9 */
}




#panel .content {
	width: 1000px;
	margin: 0 auto;
	padding-top: 15px;
	text-align: left;
	font-size: 11px;
}

#panel .content .left {
	width: 300px;
	float: left;
	padding: 0 15px;
	height:200px;
}

.leftline {
	border-left: 1px solid #333;
	height:auto;
}

.rightline {
	border-right: 1px solid #333;
	height:inherit;
}




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

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

#panel .content input.field {
	border: 1px #1A1A1A solid;
	background: #414141;
	margin-right: 5px;
	margin-top: 4px;
	width: 200px;
	color: white;
	height: 16px;
}

#panel .content input:focus.field {
	background: #545454;
}


#panel .content a {
	color:#fff;
	text-decoration:underline;
}





@media screen and (max-width:1000px) {
	
	#panel .content {
		width: 96%;
		margin: 0 auto;
		padding-top: 15px;
		text-align: left;
		font-size: 11px;
	}

}