.bonus-program {
	margin: 25px 0;
	position: relative;
	width: 100%;
}
.bonus-program .bonus-cont {
	background: #a3c0cf;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	height: 100px;
	padding-right: 13px;
	position: relative;
	z-index: 2;
}
.bonus-program:after {
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.6);
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.6);
	box-shadow: 0 0 20px rgba(0,0,0,0.6);
	-webkit-border-radius: 100px / 10px;
	-moz-border-radius: 100px / 10px;
	border-radius: 100px / 10px;
	bottom: 0;
	content: "";
	height: 83%;
	left: 2%;
	position: absolute;
	width: 96%;
	z-index: 1;
}
.bonus-program .col2 {width: 38%;}
.bonus-program .col1 {width: 14%;}
.bonus-program .bonus-cover {
	position: relative;
	margin-top: -13px;
}
.bonus-program .bonus-info {
	margin-top: 24px;
	margin-left: -30px;
}
.bonus-program .bonus-title {
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: -2px;
	text-shadow: 0 1px #768c97;
}
.bonus-program .bonus-addition {
	color: #29546a;
	font-size: 18px;
	text-shadow: 0 1px #e8eff3;
}
.bonus-program .bonus-offer {
	color: #416679;
	font-size: 12px;
	letter-spacing: 0;
	margin-top: 30px;
	text-shadow: 0 1px #dce7ed;
}
.bonus-program .bonus-btn {
	background: #74a0b7;
	border: 2px solid #fff;
	-webkit-box-shadow: 0px 1px 3px rgba(163, 163, 163, 0.8);
	-moz-box-shadow: 0px 1px 3px rgba(163, 163, 163, 0.8);
	box-shadow: 0px 1px 3px rgba(163, 163, 163, 0.8);
	color: #fff;
	font-size: 12px;
	font-style: italic;
	line-height: 24px;
	margin-top: 35px;
	padding: 0 12px;
	position: relative;
}
.bonus-program .bonus-btn:after, .bonus-program .bonus-btn:before {
	background: url("/img/icons/bonus-button.png") 0 0 no-repeat;
	content: "";
	display: block;
	height: 30px;
	position: absolute;
	top: -2px;
	width: 8px;
}
.bonus-program .bonus-btn:after {left: -7px;}
.bonus-program .bonus-btn:before {
	background-position: -8px 0;
	right: -7px;
}

.ui-dialog.blue-form-popup.popup-post .ui-dialog-titlebar {margin-bottom: 30px;}
.ui-dialog.blue-form-popup.popup-post {padding-bottom: 48px;}
.info-block.popup-post-block {
	background: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 30px 30px 28px;
}
.info-block.popup-post-block {
	max-height: 500px;
	overflow-y: scroll;
	text-align: left;
}