.glue_block_layer {
	background-image: url("pattern.png");
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
}

.glue_popup, .glue_js_reg_bkg  {
	height: 400px;
	width: 700px;
	box-shadow: 0px 0px 7px #4a4a4a;
	-moz-box-shadow: 0px 0px 7px #4a4a4a;
	-webkit-box-shadow: 0px 0px 7px #4a4a4a;
	background: #f2f2f2;
	-webkit-animation: zoomin 0.7s;
	animation: zoomin 0.7s;
}

.glue_content {
	padding: 20px;
	color: #00008b;
	text-align: center;
}

.glue_close {
	cursor: pointer;
	position: relative;
	top: 0px;
	left: 0px;
	float: right;
	font-family: Arial;
	font-size: 17px;
	background-color: #d1d1d1;
	color: #4c4c4c;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
}

/*
CSS3 animation keyframes.
*/
@-webkit-keyframes zoomin {

	0% {
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
		opacity: 0;
	}

	50% {
		-webkit-transform: scale(1.04);
		-ms-transform: scale(1.04);
		transform: scale(1.04);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}
@-ms-keyframes zoomin {

	0% {
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
		opacity: 0;
	}

	50% {
		-webkit-transform: scale(1.04);
		-ms-transform: scale(1.04);
		transform: scale(1.04);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}

}
@keyframes zoomin {

	0% {
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
		opacity: 0;
	}

	50% {
		-webkit-transform: scale(1.04);
		-ms-transform: scale(1.04);
		transform: scale(1.04);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
}

/********************* CUSTOM STYLES *************************/

.glue_container {
	line-height: 1.42857143; /* Reset line-height to Bootstrap default */
}

.glue_header, .glue_header_js {
	font-size: 36px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 0;
	line-height: normal;
}

.glue_header_js {
	color: #292a2a;
	letter-spacing: 2px;
}

.glue_text {
	color: #787474;
	font-size: 20px;
	padding: 5px 0 10px 0;
	letter-spacing: 2px;
	line-height: 25px;
	margin-bottom: 0;
}

.glue_js_reg_bkg {
	background-image: url("../images/glue_js_bkg.png");
}

.form_bkg {
	text-align:left;
}

.reg_form {
	float: left;
	margin-left: 20px;
}

.reg_form input[type=text], .reg_form input[type=password], .reg_form input[type=submit], .reg_form select {
	padding: 8px 10px;
	margin-bottom: 7px;
}

.reg_form select {
	-webkit-appearance: none;
	height: 15px;
	background: url(../images/select_arrow.png) right 6px center no-repeat;
}

.glue_popup .cat_scroll label {
	font-weight: normal;
	margin-bottom: 0;
}

.glue_popup .cat_scroll input[type=checkbox] {
	margin-top: 2px;
}

.glue_input, .cat_scroll, .reg_submit, .reg_form select, .captcha_input {
	width: 265px;
	font-size: 14px;
	color: gray;
	background-color: white;
	border: 2px solid lightgray;
	border-radius: 5px;
	box-sizing: content-box;
}

.cat_scroll {
        float: right;
        width: 295px;
        height: 210px;
        margin-right: 20px;
	padding: 5px;
	line-height: 1.5em;
	font-size: 16px;
        color: gray;
        overflow: auto;
	background-color: #FFFFFF;
}

.cat_scroll input[type=checkbox] {
	-webkit-appearance: none;
        float: right;
        width: 20px;
        height: 20px;
	margin-right: 10px;
        background-color: white;
        border-radius: 1px;
        border: 1px solid gray;

}

.cat_scroll input[type="checkbox"]:checked {
        background-image: url(../images/reg_checkmark.png);
}

.reg_submit {
	width: 268px;
	height: 24px;
	color: #FFFFFF;
	border: 0;
	background: none;
	background-image: url(../images/reg_submit_btn.png);
	background-repeat: no-repeat;
	font-size: 16px;
	font-weight: bold;
}

.cat_scroll input[type=checkbox] {
	float: right;
}

.reg_form input.captcha_input {
	width: 170px;
	padding: 6px 9px;
	margin-left:10px;
}

.reg_form .captcha_image {
	margin-top: 3px;
}

.new_deal_info {
	color: red;
	font-size: 110px;
	font-weight: bold;
	margin-bottom: -40px;

}

.new_deal_code {
	font-size: 36px;
	margin-bottom: 0;
}

.new_deal_reminder {
	font-size: 16px;
	letter-spacing: 0.2em;
}

.want_deal {
	background-color: #00008b;
	padding:4px;
	margin:35px -20px 18px -20px;
	color: white;
}

.want_deal a {
	color: white;
	text-decoration: none;
	font-size: 30px;
}

.no_reg {
	color: #bf8d89;
	font-size: 10px;
	text-align: center;
}
