.popup-box {
	cursor: pointer;
}
.popup-box-new {
	position: fixed;
	/*top: 50%;
	left: 50%;*/
	top: 20%;
	left: 43px;
	z-index: 10001;
	background: #f1f1f1;
	width: 693px;
	height: 283px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: none;
	/*border:5px solid #014B6D;*/
	padding: 16px;
	color: #727272;
}
.popup-overlay {
	background: #333;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 10000;
	display: none;
	opacity: .50; 
    filter: alpha(opacity=50);  	
}
@media (max-width: 768px) {

	#chat-button {
		display: none!important;
	}
}
#chat-popup .chat-col1 {
	width: 312px;
	float: left;
	background: url(//resources.qlinkwireless.com/images/chat/help-border-vr.gif) repeat-y right;
	padding-right: 14px;
}
#chat-popup .chat-col2 {
	width: 350px;
	float: right;
	min-height: 254px;
	padding-left: 14px;
}
#chat-popup .chat {
	display: none;
}
#chat-popup #chat-help ol {
	margin: 12px 0 0 20px;
	padding: 0;
}
#chat-popup #chat-help ol li {
	margin: 0;
	padding: 0;
	list-style-type: decimal;
	list-style-position: outside;
	list-style-image: none;
	line-height: 1.3em;
	padding-bottom: 8px;
}
#chat-popup #chat-help a, #chat-help a:visited {
	color: #006599;
}
#chat-popup #chat-help a:hover, #chat-help a:active {
	color: #f18300;
}
#chat-popup .chat-header {
	height: 36px;
	background: url(//resources.qlinkwireless.com/images/chat/help-border-hr.gif) repeat-x bottom;
}
#chat-popup #chat-email-noncustomer input, #chat-popup #chat-email-noncustomer select, #chat-popup #chat-email-customer input, #chat-popup #chat-email-customer select, #chat-popup #chat-email-customer textarea, #chat-popup #chat-email-noncustomer textarea {
	width: 200px;
}
#chat-popup .chat-subhead {
	color: #2D8FC7;
	font-size: 15px;
	font-weight: bold;
}
#chat-popup .chat-subhead2 {
	color: #656565;
	font-weight: bold;
	font-size: 15px;
}
#chat-popup .chat-title {
	color: #2E8EC6;
	font-size: 22px;
	font-weight: bold;
}
#chat-popup #help-search #gsc-i-id2, #chat-popup #help-search #gsc-i-id3, #chat-popup #help-search #gsc-i-id1 {
	width: 268px;
	height: 22px;
	padding: 6px;
	border-radius: 8px;
	border: 1px solid #a7a7a7;
}
#chat-popup #help-search .gsc-search-button {
	background: #5BB1E4;
	height: 32px;
	line-height: 32px;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	padding: 0 2px 0 0;
	border-radius: 8px;
	border: 0px;
}
#chat-popup #help-search .gsc-input {
	width: 184px;
}

#chat-popup div.gsc-clear-button {
	display:none;
}
#chat-popup #chat-contact select {
	margin-top: 14px;
	height: 28px;
	padding: 2px;
	border-radius: 8px;
	border: 1px solid #a7a7a7;
	width:295px;
}
#chat-popup #chat-accountinfo {
	float: right;
	width: 295px;
	background: url(//resources.qlinkwireless.com/images/icons/profile.gif) 0 0 no-repeat;
	font-size: 12px;
	padding-left: 36px;
	height:32px;
	
}
#chat-popup #chat-close {
	float: right;
	position: relative;
	top: -4px;
	cursor: pointer;
}
#chat-popup p {
	margin: 10px 0 10px 0;
}
#chat-button {
	cursor: pointer;
	cursor: hand;
	overflow: hidden;
	position: fixed;
	_position: absolute;
	display: block;
	top: 45%;
_top: expression(eval(document.body.scrollTop)+480);
	left: 0px;
	z-index: 2147000000;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
	border: none;
	outline: none;
	font-size: 0px;
	line-height: 0px;
}

#chat-help-btn, #chat-email-btn, #chat-chat-btn {
	cursor:pointer;
}
#chat-popup select {
	font-size:13px;
}
#chat-subselector {
	margin-bottom:8px;
}

#loading {
	display:none;
	margin:20px 0 30px 130px;
	
}

#chat-popup select#chat-select-sub {
	margin-top:0px;
	margin-bottom:2px;
}

