a.lhn_help_btn, a.lhn_help_btn:visited{
	display: block;
	background: url("//www.livehelpnow.net/lhn/js/css/helppanel/default/images/help_btn.gif") no-repeat scroll 0 0 transparent;
	width: 37px;
	height: 149px;
	position: fixed !important;
	top: 125px;
	right:0;
	cursor: pointer;
	z-index:99999;
}
/*Account for lack of fixed positioning support in IE6*/
<!--[if IE 6]>
* html #lhn_help_btn{
	position:absolute;
}
<![endif]-->


a.lhn_help_btn:hover{
	display: block;
	background: url("//www.livehelpnow.net/lhn/js/css/helppanel/default/images/help_btn.gif") no-repeat scroll -37px 0 transparent;
	width: 37px;
	height: 149px;
	float: right !important;
	position: fixed !important;
	top: 125px;
	right:0;
	cursor: pointer;
	z-index:99999;
}

.lhn_help_container
{
    font-family: Tahoma !important;
	font-size: 12px !important;
	display: none;
	/*height: 200px;*/
	position: fixed;
	top: 110px;
	right: 0;
	z-index:99999;
	text-align:left !important;
}

.lhn_help_container a {
    cursor: pointer;
    color: #3a3a3a !important;
    text-decoration: underline;
}

.lhn_knowledge_container{
	font-family: Tahoma !important;
	font-size: 12px !important;
	color: #3a3a3a !important;
	background-color: #4c4c4c;
	width: 570px;
	border: 3px solid #f5f5f5;
	border-right: none;
	border-radius: 10px 0 0 10px;
	box-shadow: 0 0 10px #000000;
	-webkit-box-shadow: 0 0 10px #000000;
	padding-bottom: 13px;
	position:relative;
	z-index:100000;	
	float:right;
}

.lhn_input_container{
	background-color: #f3f3f3 !important;
	width: 562px;
	float: right;
	position: relative;
	top: 6px;
	border: 2px solid #bababa;
	border-right: none;
	border-radius: 5px 0 0 5px;
}	

.lhn_kb_search{
	padding-left: 47px;
	background-color: #f3f3f3 !important;
	width: 510px;
	min-height:145px;
}

.lhn_kb_articles .lhn_loading 
{
	display:none;
}

.lhn_kb_articles.lhn_display_loading .lhn_loading 
{
	display:block;
}

.lhn_loading{
	background: url("//www.livehelpnow.net/lhn/js/css/helppanel/default/images/ajax-loader.gif") no-repeat scroll 0 0 transparent;
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 98px;
	right: 40px;
}

.lhn_help_exit{
	background: url("//www.livehelpnow.net/lhn/js/css/helppanel/default/images/exit.png") no-repeat scroll 0 0 transparent;
	display: block;
	width: 15px;
	height: 16px;
	position: absolute;
	top: 7px;
	left: 538px;
}

.lhn_find_ans_title{
    font-family: Tahoma !important;
	margin: 15px 0 0 !important;
	font-size: 24px !important;
    color: #3a3a3a !important;
    text-shadow: none !important;
    background-image:none !important;
    text-indent:0px !important;
    position:relative !important;
    width:auto !important;
    height:auto !important;
    top:auto !important;
    left:auto !important;
}

.lhn_statement{
	margin: 3px 0 0 !important;
	font-size: 12px !important;
	font-weight: normal !important;
	color: #3a3a3a !important;
}

.lhn_search_box{
	margin-top: 15px !important;
	padding-bottom: 4px !important;
	width: 485px !important;
	height: 38px !important;
	border: 1px solid #969696;
	border-radius: 5px;
	font-size: 24px !important;
	color: #3a3a3a;
}

.lhn_options_container{
	width: 256px;
	height: 155px;
	float:right;
	position:relative;
	z-index:99999;    
	padding-top: 10px;
    top: 2px;
}

.lhn_options_outer{
	width: 260px;
	height: 146px;
	color: #3a3a3a;
	background-color: #4c4c4c;
	border: 3px solid #f5f5f5;
	border-right: none;
	border-radius: 10px 0 0 10px;
	box-shadow: 0 0 10px #000000;
	-webkit-box-shadow: 0 0 10px #000000;
}

.lhn_options_inner{
	position: relative;
	top: 7px;
	left: 6px;
	background-color: #f3f3f3;
	width: 245px;
	height: 128px;
	border: 2px solid #bababa;
	border-right: none;
	border-radius: 5px 0 0 5px;
}
.lhn_options_btn, .lhn_options_btn:visited{
	display: block;
	position: absolute;
	top: 25px;
	background: url("//www.livehelpnow.net/lhn/js/css/helppanel/default/images/options_btn.gif") no-repeat scroll 0 0 transparent;
	width: 20px;
	height: 108px;
}
.lhn_options_btn:hover{
	display: block;
	position: absolute;
	top: 25px;
	background: url("//www.livehelpnow.net/lhn/js/css/helppanel/default/images/options_btn.gif") no-repeat scroll -20px 0 transparent;
	width: 20px;
	height: 108px;
}

.lhn_hide_op_btn, .lhn_hide_op_btn:visited{
	background: url("//www.livehelpnow.net/lhn/js/css/helppanel/default/images/hide_op_btn.gif") no-repeat scroll 0 0 transparent;
}
.lhn_hide_op_btn:hover{
	background: url("//www.livehelpnow.net/lhn/js/css/helppanel/default/images/hide_op_btn.gif") no-repeat scroll -20px 0 transparent;
}

.lhn_btn_container{
	position: absolute;
	top: 0;
	left: 14px;
	width: 207px;
	height: 128px;
}

.lhn_live_chat_btn, .lhn_live_chat_btn:visited{
	display: block;
	background: url("//www.livehelpnow.net/lhn/js/css/helppanel/default/images/chat_btn.gif") no-repeat scroll 0 0 transparent;
	width: 207px;
	height: 31px;
	margin-top: 11px;
}

.lhn_live_chat_btn:hover{
	display: block;
	background: url("//www.livehelpnow.net/lhn/js/css/helppanel/default/images/chat_btn.gif") no-repeat scroll 0 -31px transparent;
	width: 207px;
	height: 31px;
	margin-top: 11px;
}

.lhn_ticket_btn, .lhn_ticket_btn:visited{
	display: block;
	background: url("//www.livehelpnow.net/lhn/js/css/helppanel/default/images/ticket_btn.gif") no-repeat scroll 0 -31px transparent;
	width: 207px;
	height: 31px;
	margin-top: 7px;
}

.lhn_ticket_btn:hover{
	display: block;
	background: url("//www.livehelpnow.net/lhn/js/css/helppanel/default/images/ticket_btn.gif") no-repeat scroll 0 0 transparent;
	width: 207px;
	height: 31px;
	margin-top: 7px;
}

.lhn_callback_btn, .lhn_callback_btn:visited{
	display: block;
	background: url("//www.livehelpnow.net/lhn/js/css/helppanel/default/images/call_btn.gif") no-repeat scroll 0 -31px transparent;
	width: 207px;
	height: 31px;
	margin-top: 7px;
}
.lhn_callback_btn:hover{
	display: block;
	background: url("//www.livehelpnow.net/lhn/js/css/helppanel/default/images/call_btn.gif") no-repeat scroll 0 0 transparent;
	width: 207px;
	height: 31px;
	margin-top: 7px;
}

.lhn_kb_articles{
	width: 487px;
	max-height: 450px;
	margin: 12px 0;
	overflow: auto;
}

.lhn_rating {
    margin-bottom:10px;
    display: inline-block;
    width:100%;
}

.lhn_views{
    margin-top: 4px;
    text-align: left;
    width: 80px;
    float:left;
}


.lhn_ratings{
    margin: 5px 5px 0 0;
    width: 100px;
    float:right;
}
.lhn_ratings img {
    display: inline-block !important;
}

#lhn_copyright 
{
	bottom: 10px;
    display: inline-block !important;
    font-size: 9px !important;
    position: absolute;
    right: 10px;
    text-align: right;
    z-index: 100001;
}

#lhn_copyright a, #lhn_copyright a:visited 
{
	text-decoration:none !important;
	color: #0096ff !important;
	font-size: 9px important;
}
#lhn_popup_dialog 
{
	position:relative;
}

.lhn_popup_container  
{
	position: absolute;
}

.lhn_popup_loading 
{
	top: 49%;
	left: 49%;
}

  
/* Global lhn_dialog iframe size */
.lhn_dialog iframe { width:500px; height: 400px; }


/* Override specific sizes for specific lhn_dialogs */
.lhn_dialog.ticket_popup iframe { width:700px;  }

.lhn_dialog.callback_popup iframe { width:400px; }

.lhn_dialog.kb_popup iframe { width:300px; }