.login-form { float:left; height:30px;   }

.loginfont { float:left; padding:0; height:30px;  }
.loginfont span { font-family: Quark !important; font-size:20px; float:left; text-align:left; font-weight:bold; color:#333;/* margin-left:10px; */line-height:10px; padding-left:8px; width:80px; }

nav.loginwrap ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	float:left;
	width: auto;
}
li a span {
  font-family: Quark !important; font-size:17px; font-weight:bold; color:#333;
}

a.login-form span i { font-size:16px !important; padding:0; }
nav.loginwrap #login-content {
  display: none;
  position: absolute;
  top: 24px; right: 0;
  z-index: 999;    
  background: #fff; border:2px solid #207409;
  padding:15px 15px 0px 15px;
  box-shadow: 0 2px 2px -1px rgba(0,0,0,.9);
  /*border-radius: 10px ;*/
  width: 275px; height:auto;  margin-top:18px;
	-moz-box-shadow: 2px 2px 10px #000;
	-webkit-box-shadow: 2px 2px 10px #000;
	box-shadow: 2px 2px 10px #000;
}

 #login-content:before {
	position: absolute;
	top: -20px;
	left: 260px;

	width: 0px;
	height: 0px;
	content: '';
	
	border-bottom: 10px solid #207409;
	border-right: 10px solid #207409;
	border-top: 10px solid transparent;
	border-left: 10px solid transparent;
}

input#user, input#pass {
  background: #f1f1f1;
  padding: 6px 5px;
  margin:0 0 10px 10px;
  width: 200px; font-size:13px;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: 0 1px 1px #ccc inset;
}

#submit, #reset {    
  background-color: #333;
  /*text-shadow: 0 1px 0 rgba(0,0,0,.5);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;  */  
  border: 1px solid #262626;
  float: left;
  height: 30px;
  padding: 0;
  width: 60px;
  cursor: pointer;
  font: bold 14px Arial, Helvetica;
  color: #fff; margin-left:59px;
}

#reset {    
  margin-left:10px;
}

#submit:hover, #reset:hover {   
  outline: none; background:#a0ca49;
  border:#a0ca49;
  /*box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset; */  
}

nav.loginwrap label {
  float: left; text-align:center;
  line-height:45px;
  font-size: 13px;
  margin-left:59px;
  color: #207409;
}
