/***** 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('../img/tab_b.png') repeat-x 0 0;
	height: 12px;
	position: relative;
    top: 0;
    z-index: 999;
}

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

.tab ul.login li.left {
  	background: url('../img/tab_l.png') no-repeat left 0;
  	height: 34px;
	width: 19px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.tab ul.login li.right {
  	background: url('../img/tab_r.png') no-repeat left 0;
  	height: 34px;
	width: 19px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

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

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

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

.tab .sep {color:#414141}

.tab a.open, .tab a.close {
	height: 26px;
	line-height: 24px !important;
	padding-left: 28px !important;
	cursor: pointer;
	display: block;
	width: 100px;
	position: relative;
	top: 3px;
}

.tab a.open {background: url('../img/icons/mail-24.png') no-repeat left 0px;}
.tab a.close {background: url('../img/icons/close-small.png') no-repeat left 0px;}

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

#panel {
	width: 100%;
	height: 470px;
	color: #999999;
	background: #383838 url('../img/bg-slider.png') repeat-x;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
}

#panel .content {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

.formTitle{
width:700px;
margin-left:-80px;
float:left;
color:#000;
text-shadow:0px 1px 0px #414141;
font-size:30px;
line-height:50px;
}

.contactMan{
margin-top:20px;
float:left;
}

.leftContact{
height:360px;
float:left;
border-right:1px solid #1a1a1a;
width:300px;
margin:0 0 0 -30px;
padding-right:20px;
}

.rightContact{
height:360px;
border-left:1px solid #4c4b4b;
float:left;
width:350px;
margin:0;
padding-left:20px;
}

.contactComments p{
color:#777;
text-shadow:0px 1px 0px #222;
}

p.fieldwrap{
float:left;
}

.rightContact input{
float:right;
background:#2b2b2b;
border:1px solid #555;
padding:2px 5px;
}

p.fieldwrap{
margin:0;
padding-bottom:10px;
}

p.fieldwrap label{
float:left;
width:80px;
color:#777;
text-shadow:0px 1px 0px #222;
}

p.fieldwrap img{
float:right;
border:1px solid #222;
height:19px;
}

.fmverify{
margin-left:5px;
width:70px;
}

.fmtext, .fmtextarea{
width:220px;
background:#2b2b2b;
border:1px solid #555;
padding:2px 5px;
color:#e1e1e1;
font-size:12px;
}

.fmtextarea{
height:120px;
}

.submit input{
margin:5px;
padding:5px;
font-weight:bold;
background:#555;
color:#222;
text-shadow:0px 1px 0px #777;
border:1px solid #777;
}

.rightContact .submit input:hover{
cursor: pointer;
background:#555;
color:#111;
text-shadow:0px 1px 0px #666;
border:1px solid #666;
}

.fmtext:focus, .fmtextarea:focus, .fmverify:focus{
background:#4b4b4b;
}


