.bx-system-auth-form{
	display:inline-block;
}
.bx-system-auth-form .entry{
	margin:3px 0 0 10px;
	background: url(images/entry2.png) no-repeat;
	height:32px;
	/*width:50px;*/
	padding-left: 35px;
	/*line-height: 30px;*/
	position: relative;
	display:inline-block;
}

div.bx-system-auth-form span.bx-auth-secure {background-color:#FFFAE3; border:1px solid #DEDBC8; padding:2px; display:inline-block; vertical-align:bottom; margin-top:-1px;}
div.bx-system-auth-form div.bx-auth-secure-icon {background-image:url(images/sec.png); background-repeat:no-repeat; background-position:center; width:19px; height:18px;}
div.bx-system-auth-form div.bx-auth-secure-unlock {background-image:url(images/sec-unlocked.png);}
.logoutBtn
{
      font-size: 11px !important;
    line-height: 20px !important;
    padding: 0 5px !important;
    float:right;
}
.lkDiv a
{
  margin:5px 0 3px;
  height:32px;
  padding-left: 35px;
  line-height:30px;
  background: url(images/personal3.png) no-repeat;
  position: relative;
	display:block;
}

@media (max-width: 960px) {
	.lkDiv a{
		padding-left:0;
		width:32px;
		text-indent: -9999px;
		overflow: hidden;
	}	
	.bx-system-auth-form .entry{
		padding-left:0;
		width:32px;
		text-indent: -9999px;
		overflow: hidden;	
	}
	.bx-system-auth-form .entry a{
		color:transparent;
	}
	.bx-system-auth-form:nth-child(2){
		display:none;
	}
	
}
