.jq-deactive-shield {
    background: rgb(255, 255, 255) transparent;
    background-color: rgba(0,0,0,0.8);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000, endColorstr=#CC000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000, endColorstr=#CC000000)";
	width: 100%;
	height: 100%;
	position: fixed;
	font-family: "Arial";
	z-index: 9999999999;
	display: none;
	top: 0;
	left: 0;
}

.deactive-shield {
	margin: 50px auto 0;
	width: 565px;
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 4px solid #de0015;
	padding: 23px;
	-webkit-box-sizing:border-box;
	position: relative;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	font-family: "Arial";
}

.deactive-shield * {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}
.deactive-shield .round-info {
	border-radius: 50%;
	background-color: #de0b00;
	color: #ffffff;
	padding: 16px 30px;
	width: 70px;
	height: 70px;
	font-size: 40px;
	font-weight: bold;
}
.g2a-selected-offer .deactive-shield {
	border: 4px solid #dbae00;
}
.g2a-selected-offer .deactive-shield h2 {
	color: #dbae00;
}
.g2a-selected-offer .ds-right a {
	color: #d0a200;
}
.g2a-selected-offer .deactive-shield-p1 {
	display: none;
}
.g2a-selected-offer .deactive-shield .round-info {
	background-color: #dbae00;
}
.ds-row {
	display: inline-block;
	width: 100%;
	position: relative;
}

.cs-close {
	position: absolute;
	right: 15px;
	top: 15px;
}

.deactive-shield h2 {
	font-size: 22px;
	color: #de0015;
	margin-bottom: 20px;
	font-weight: bold;
}

.ds-left {
	display: inline-block;
	float: left;
	width: 75px;
}

.ds-right {
	width: 420px;
	float: right;
	display: inline-block;
	font-size: 14px;
	line-height: 17px;
}

.ds-right p {
	margin-bottom: 20px;
}

.ds-right button {
	border: none;
	height: 45px;
	padding-left: 25px;
	padding-right: 25px;
	margin-bottom: 10px;
	background: #6b992f; /* Old browsers */
	background: -moz-linear-gradient(top,  #6b992f 0%, #517a23 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6b992f), color-stop(100%,#517a23)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #6b992f 0%,#517a23 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #6b992f 0%,#517a23 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #6b992f 0%,#517a23 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #6b992f 0%,#517a23 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b992f', endColorstr='#517a23',GradientType=0 ); /* IE6-9 */
	font-weight: bold;
	font-size: 16px;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
}

.ds-right button:hover {
	background: #87b33f; /* Old browsers */
	background: -moz-linear-gradient(top,  #87b33f 0%, #6b9830 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#87b33f), color-stop(100%,#6b9830)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #87b33f 0%,#6b9830 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #87b33f 0%,#6b9830 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #87b33f 0%,#6b9830 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #87b33f 0%,#6b9830 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87b33f', endColorstr='#6b9830',GradientType=0 ); /* IE6-9 */
}

.ds-right .ds-link {
	text-decoration: none;
	color: #de0015;
	font-weight: bold;
}
.ds-right .ds-link:hover {
	text-decoration: underline;
	cursor: pointer;
}
