#offline_msg_pop h1:after {
	content: ' ';
	display: block;
	width: 100%;
	height: 2px;
	margin-top: 10px;
	margin-bottom:-20px;
	background: -moz-linear-gradient(left, rgba(147,184,189,0) 0%, rgba(147,184,189,0.8) 20%, rgba(147,184,189,1) 53%, rgba(147,184,189,0.8) 79%, rgba(147,184,189,0) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(147,184,189,0)), color-stop(20%, rgba(147,184,189,0.8)), color-stop(53%, rgba(147,184,189,1)), color-stop(79%, rgba(147,184,189,0.8)), color-stop(100%, rgba(147,184,189,0)));
	background: -webkit-linear-gradient(left, rgba(147,184,189,0) 0%, rgba(147,184,189,0.8) 20%, rgba(147,184,189,1) 53%, rgba(147,184,189,0.8) 79%, rgba(147,184,189,0) 100%);
	background: -o-linear-gradient(left, rgba(147,184,189,0) 0%, rgba(147,184,189,0.8) 20%, rgba(147,184,189,1) 53%, rgba(147,184,189,0.8) 79%, rgba(147,184,189,0) 100%);
	background: -ms-linear-gradient(left, rgba(147,184,189,0) 0%, rgba(147,184,189,0.8) 20%, rgba(147,184,189,1) 53%, rgba(147,184,189,0.8) 79%, rgba(147,184,189,0) 100%);
	background: linear-gradient(left, rgba(147,184,189,0) 0%, rgba(147,184,189,0.8) 20%, rgba(147,184,189,1) 53%, rgba(147,184,189,0.8) 79%, rgba(147,184,189,0) 100%);
}

#contactus fieldset {
	width:320px;
	padding:20px;
	border:1px solid #ccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}
#contactus legend, h2 {
	font-family : Arial, sans-serif;
	font-weight:bold;
	color:#333;
}
#contactus label {
	font-family : Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
#contactus input[type="text"], textarea {
	font-family : Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height:140%;
	padding : 3px;
	border : 1px solid #999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
#contactus select[type="text"] {
	font-family : Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height:140%;
	color : #000;
	padding : 3px;
	border : 1px solid #999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
#contactus input[type="text"] {
	height:18px;
	width:220px;
}
#contactus #scaptcha {
	width:60px;
	height:18px;
}
#contactus input[type="submit"] {
	width:100px;
	height:30px;
	padding-left:0px;
	background-color:#353535;
	color:#FFF;
	cursor: pointer;
}
#contactus textarea {
	height:120px;
	width:310px;
}
#contactus input[type="text"]:focus, textarea:focus {
	color : #009;
	border : 1px solid #990000;
	background-color : #ffff99;
}
#contactus .container {
	margin-top:8px;
	margin-bottom: 10px;
}
#contactus .error {
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.7em;
	color: #900;
	background-color : #ffff00;
}
#contactus fieldset#antispam {
	padding:2px;
	border-top:1px solid #EEE;
	border-left:0;
	border-right:0;
	border-bottom:0;
	width:350px;
}
#contactus fieldset#antispam legend {
	font-family : Arial, sans-serif;
	font-weight:bold;
	color:#333;
}
#contactus .short_explanation {
	color: #FE0000;
	font-family: Arial, sans-serif;
	font-size: 12px;
}
#fg_formContainer {
	height:440px;
	width:390px;
	background:#FFFFFF;
	border:1px solid #000;
	padding:0;
	position:absolute;
	z-index:999;
	cursor:default;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	display:none;
}
#fg_container_header {
	height:30px;
	background:#529001;
	border-top-right-radius:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-right-radius:10px;
	-khtml-border-top-right-radius: 10px;
	border-top-left-radius:10px;
	-moz-border-radius-topleft:10px;
	-webkit-border-top-left-radius:10px;
	-khtml-border-top-left-radius: 10px;
}
#fg_container_header a {
	color:#fff;
	font-family:Verdana, Arial;
	font-size:10px;
	font-weight:bold;
}
#fg_box_Title {
	float:left;
	width:180px;
	color:#fff;
	margin: 5px 0 0 10px;
	font-family:Verdana, Arial;
	font-size:13px;
	font-weight:bold;
}
#fg_box_Close {
	float:right;
	width:80px;
	margin:5px;
}
#fg_form_InnerContainer {
	margin:15px;
	text-align: left;
}
#fg_form_InnerContainer h2 {
	font-family : Arial, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color:#333;
}
#fg_form_InnerContainer p {
	font-family : Arial, sans-serif;
	font-size: 12px;
	color:#333;
}
#fg_backgroundpopup {
	position: fixed;
	top:0;
	left:0;
	bottom:0;
	right:0;
	background:#000000;
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=30);
	border:1px solid #cecece;
	z-index:1;
	display:none;
}
#fg_submit_success_message {
	display:none;
	padding:15px;
}
/* spam_trap: This input is hidden. This is here to trick the spam bots*/
#contactus .spmhidip {
	display:none;
	width:10px;
	height:3px;
}
#fg_crdiv {
	font-family : Arial, sans-serif;
	opacity: .2;
	-moz-opacity: .2;
	filter: alpha(opacity=20);
}
#fg_crdiv p {
	display:none;
}
#chat_us_btn {
	width:190px;
	height:25px;
	float: left;
	margin-left: -75px;
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-o-border-radius: 4px 4px 4px 4px;
	-ms-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	border: 1px solid transparent;
	background: #000000;
	background: -moz-linear-gradient(top, #000000 0%, #111111 18%, #2b2b2b 50%, #1c1c1c 82%, #131313 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000000), color-stop(18%, #111111), color-stop(50%, #2b2b2b), color-stop(82%, #1c1c1c), color-stop(100%, #131313));
	background: -webkit-linear-gradient(top, #000000 0%, #111111 18%, #2b2b2b 50%, #1c1c1c 82%, #131313 100%);
	background: -o-linear-gradient(top, #000000 0%, #111111 18%, #2b2b2b 50%, #1c1c1c 82%, #131313 100%);
	background: -ms-linear-gradient(top, #000000 0%, #111111 18%, #2b2b2b 50%, #1c1c1c 82%, #131313 100%);
	background: linear-gradient(to bottom, #000000 0%, #111111 18%, #2b2b2b 50%, #1c1c1c 82%, #131313 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#131313', GradientType=0 );
 
 
 
}
#chat_us_btn:hover {
	background: #000000;
	background: -moz-linear-gradient(top, #000000 0%, #45484d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000000), color-stop(100%, #45484d));
	background: -webkit-linear-gradient(top, #000000 0%, #45484d 100%);
	background: -o-linear-gradient(top, #000000 0%, #45484d 100%);
	background: -ms-linear-gradient(top, #000000 0%, #45484d 100%);
	background: linear-gradient(to bottom, #000000 0%, #45484d 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#45484d', GradientType=0 );
}
#chat_us_btn a {
	color: #20AFDE;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	display: block;
	margin-top: -40px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
.popup_icon img {
	float: left;
	margin: 5px 0 0 8px;
}

#sales_us_btn {
	width:190px;
	height:22px;
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-o-border-radius: 4px 4px 4px 4px;
	-ms-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	border: 1px solid transparent;
	background: #000000;
	background: -moz-linear-gradient(top, #000000 0%, #111111 18%, #2b2b2b 50%, #1c1c1c 82%, #131313 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000000), color-stop(18%, #111111), color-stop(50%, #2b2b2b), color-stop(82%, #1c1c1c), color-stop(100%, #131313));
	background: -webkit-linear-gradient(top, #000000 0%, #111111 18%, #2b2b2b 50%, #1c1c1c 82%, #131313 100%);
	background: -o-linear-gradient(top, #000000 0%, #111111 18%, #2b2b2b 50%, #1c1c1c 82%, #131313 100%);
	background: -ms-linear-gradient(top, #000000 0%, #111111 18%, #2b2b2b 50%, #1c1c1c 82%, #131313 100%);
	background: linear-gradient(to bottom, #000000 0%, #111111 18%, #2b2b2b 50%, #1c1c1c 82%, #131313 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#131313', GradientType=0 );
}
#sales_us_btn:hover {
	background: #000000;
	background: -moz-linear-gradient(top, #000000 0%, #45484d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000000), color-stop(100%, #45484d));
	background: -webkit-linear-gradient(top, #000000 0%, #45484d 100%);
	background: -o-linear-gradient(top, #000000 0%, #45484d 100%);
	background: -ms-linear-gradient(top, #000000 0%, #45484d 100%);
	background: linear-gradient(to bottom, #000000 0%, #45484d 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#45484d', GradientType=0 );
}
#sales_us_btn a {
	color: #20AFDE;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	display: block;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

#chat_div_scroll
{
	right:0;
	bottom:0;
	position:fixed;
}
#chat_now {
  	background-color:#D5DEC9;
    height: 25px;
    margin: 5px 32px 32px 80px;
    margin-left: 70px;
    margin-top: 32px;
    width: 110px;
	cursor:default;
}


#query_btn_user {
	width:260px;
	height:42px;
	margin: -27px 145px;
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-o-border-radius: 4px 4px 4px 4px;
	-ms-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	border: 1px solid transparent;
	background: #000000;
	background: -moz-linear-gradient(top, #000000 0%, #111111 18%, #2b2b2b 50%, #1c1c1c 82%, #131313 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000000), color-stop(18%, #111111), color-stop(50%, #2b2b2b), color-stop(82%, #1c1c1c), color-stop(100%, #131313));
	background: -webkit-linear-gradient(top, #000000 0%, #111111 18%, #2b2b2b 50%, #1c1c1c 82%, #131313 100%);
	background: -o-linear-gradient(top, #000000 0%, #111111 18%, #2b2b2b 50%, #1c1c1c 82%, #131313 100%);
	background: -ms-linear-gradient(top, #000000 0%, #111111 18%, #2b2b2b 50%, #1c1c1c 82%, #131313 100%);
	background: linear-gradient(to bottom, #000000 0%, #111111 18%, #2b2b2b 50%, #1c1c1c 82%, #131313 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#131313', GradientType=0 );
}
#query_btn_user:hover {
	background: #000000;
	color:#CC6600;
	background: -moz-linear-gradient(top, #000000 0%, #45484d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000000), color-stop(100%, #45484d));
	background: -webkit-linear-gradient(top, #000000 0%, #45484d 100%);
	background: -o-linear-gradient(top, #000000 0%, #45484d 100%);
	background: -ms-linear-gradient(top, #000000 0%, #45484d 100%);
	background: linear-gradient(to bottom, #000000 0%, #45484d 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#45484d', GradientType=0 );
}
#query_btn_user a {
	color: #20AFDE;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	display: block;
	margin-top: 3px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

#popup_button_close {
	width:70px;
	height:22px;
	margin: 3px 180px;
	color:#fff;
	text-align:center;
	text-decoration:none;
	-webkit-border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-o-border-radius: 4px 4px 4px 4px;
	-ms-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	border: 1px solid transparent;
	background: #000000;
	background: -moz-linear-gradient(top, #000000 0%, #111111 18%, #2b2b2b 50%, #1c1c1c 82%, #131313 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000000), color-stop(18%, #111111), color-stop(50%, #2b2b2b), color-stop(82%, #1c1c1c), color-stop(100%, #131313));
	background: -webkit-linear-gradient(top, #000000 0%, #111111 18%, #2b2b2b 50%, #1c1c1c 82%, #131313 100%);
	background: -o-linear-gradient(top, #000000 0%, #111111 18%, #2b2b2b 50%, #1c1c1c 82%, #131313 100%);
	background: -ms-linear-gradient(top, #000000 0%, #111111 18%, #2b2b2b 50%, #1c1c1c 82%, #131313 100%);
	background: linear-gradient(to bottom, #000000 0%, #111111 18%, #2b2b2b 50%, #1c1c1c 82%, #131313 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#131313', GradientType=0 );
}
#popup_button_close:hover {
	color:#00FF00;
	text-align:center;
	font-weight:bold;
	cursor:pointer;
	background: -moz-linear-gradient(top, #000000 0%, #45484d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000000), color-stop(100%, #45484d));
	background: -webkit-linear-gradient(top, #000000 0%, #45484d 100%);
	background: -o-linear-gradient(top, #000000 0%, #45484d 100%);
	background: -ms-linear-gradient(top, #000000 0%, #45484d 100%);
	background: linear-gradient(to bottom, #000000 0%, #45484d 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#45484d', GradientType=0 );
}
