#new-support-popup {
	position:absolute;
	width:100%;
	margin:auto;
	z-index:9999;
	top:50%;
	display:none;
}
.popup-outer {
	width: 982px;
	margin: auto;
	padding-bottom: 20px;
	font-family: 'helveticaneue_lt_57_cn_Cn';
}
.popup-wrapper {
	border: 1px solid #005470;
	padding-bottom: 20px;
	background: #f4f3f3;
}.popup-outer h1, .popup-outer h2, .popup-outer h3, .popup-outer h4 {
font-weight:normal !important
}
.popup-wrapper .main-heading {
	padding: 10px 10px;
	font-size: 57px;
	padding-bottom: 28px;
}
.clear {
	clear: both;
}
.popup-wrapper .content-area .left-img {
	float: left;
	width: 500px;
	text-align: center;
	padding-top: 35px;
}
.popup-wrapper .content-area .left-img .heading {
}
.popup-wrapper .content-area .left-img .heading {
	font-size: 25px;
}
.popup-wrapper .content-area .left-img .arrow {
	font-size: 462px;
	line-height: 324px;
	font-family: Arial, Helvetica, sans-serif
}
.popup-wrapper .content-area .left-img .img-bg {
	margin-top: -313px;
}
.popup-wrapper .content-area .left-img .img-bottom {
	font-size: 40px;
	line-height: 35px;
	padding-bottom: 30px;
}
.popup-wrapper .content-area .right-popup {
	float: right;
	width: 458px;
	margin-right: 7px;
}
.popup-wrapper .content-area .right-popup-inner {
	padding: 18px;
	/* [disabled]margin-right: 20px;
*/
	color: #fff;
	height: 480px;
	padding-bottom: 5px;
	padding-top: 10px;
}
.popup-wrapper .content-area .right-popup h1 {
	font-size: 33px;
	text-transform: uppercase;
	font-family: 'helveticaneue_lt_57_cn_Cn' !important;
	color:#FFF;
}
.popup-wrapper .content-area .right-popup h2 {
	/*line-height: 43px;*/
	font-size: 24px;
	font-family: 'helveticaneue_lt_57_cn_Cn' !important;
	padding-top:10px;
	padding-bottom:10px;
}
.right-popup .content-right-popup {
	height: 439px;
}
.white {
	color: #fff !important
}

/*.para-section {
	height: 308px;
	overflow-y: auto;
	font-size: 18px;
}*/

.para-section {
	height: 308px;
	overflow-y: auto;
}

.para-section * {
	
	font-size: 18px !important;
	font-family: 'helveticaneue_lt_57_cn_Cn' !important;
	
}

.right-popup .bottom-btns .yes-btn {
	width: 224px;
	float: left;
	margin-right: 10px;
}
.right-popup .bottom-btns .no-btn {
	width: 224px;
	float: left;
}
.popup-wrapper .content-area .right-popup .bottom-btns {
	padding-top: 8px;
}
.popup-outer .bottom-heading {
	padding: 5px;
	text-align: center;
	font-family: 'helveticaneue_lt_57_cn_Cn';
	font-size: 57px;
}

/* Color CSS */

.popup-main-bg {
	background: #2CAE58 !important;
}
.light-txt-color {
	color: #A4C9FE  !important;
}
.light-txt-color-change{
	color:#1068C2 !important;
	}
.right-bg-color {
	background: #0D61C1 !important;
	color: #fff;
}

.content-right-popup a {

	color: #A4C9FE  !important;	

}
.popup-outer {
	color: #000 !important;	
}

/* Color CSS END*/

#backgroundPopup-new{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#A7A8AA;
	/*border:1px solid #cecece;*/
	z-index:999;
	opacity:0.7;
}