/**
 * pop subscribe window
 */
#pop_up_subscriber {
	background: rgba(255, 255, 255, 0.8);
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 999;
}

.pop_up_subscriber_ui {
	background: #e11e28;
	box-shadow: 0 0 15px #000;
	margin: 25% auto;
	padding: 2px 15px;
	position: relative;
	width: 320px;
	z-index: 999;
}

.pop_up_subscriber_ui .pop_up_subscriber_text {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	margin-top: 10px;
}

.pop_up_subscriber_ui form {
	margin: 10px 0 15px 0;
}

.pop_up_subscriber_ui form input {
	display: inline;
	border: solid 1px #fff;
	height: 40px;
}

.pop_up_subscriber_ui form input[type="submit"] {
	color: #fff;
	font-size: 16px;
	font-weight: bold !important;
	text-shadow: none;
	text-transform: uppercase;
}

.pop_up_subscriber_ui form input[type="submit"]:hover {
	background: #e11e28 !important;
}

.pop_up_subscriber_ui form .button {
	height: 42px;
	margin-left: -5px;
	width: 25%;
}

.pop_up_subscriber_ui form .email {
	width: 66%;
}

.pop_up_subscriber_ui .pop_up_subscriber_exit {
	background: #e11e28;
	border: dotted 1px #fff;
	color: #fff;
	display: inline-block;
	float: right;
	font: 14px/18px sans-serif;
	height: 18px;
	left: 7px;
	padding-left: 1px;
	position: relative;
	text-align: center;
	top: 5px;
	width: 17px;
}

.pop_up_subscriber_ui .pop_up_subscriber_exit:hover {
	background: #fff;
	border: dotted 1px #fff;
	color: #e11e28;
	cursor: pointer;
}