#SignUpMsg,
.sign-up-button {
	float: left
}

.PopupOffersDivOverlay {
	background: #000;
	height: 100%;
	opacity: .8;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999999;
}

.PopupOffers {
	left: 1%;
	right: 1%;
	position: fixed;
	top: 3%;
	z-index: 9999999;
	/*display: none*/
}

.PopupOffers .imgoffers {
	width: 100%
}

.PopupOffersClose {
	position: absolute;
	right: -15px;
	top: -15px;
	width: 25px;
	cursor: pointer
}

#SignUpMsg {
	width: 100%;
	text-align: left
}

.Green {
	color: #060
}

.Red {
	color: red
}

.popup-wrapper {
    width: 459px;
    height: auto;
    margin: 0 auto;
    position: relative;
    border: 2px solid #fff;
    border-radius: 6px;
}

.sign-up-input {
	float: left;
	width: 70%
}

.sign-up-input input {
	width: 100%;
	padding: 0 3px;
	height: 31px;
	border: 1px solid #f08283
}

.sign-up-button input {
	background: #f08283;
	border: 0;
	padding: 0 17px;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
	height: 31px
}

.other-link {
	text-align: right
}

.other-link a {
	color: #000;
	text-decoration: none
}

.popup {
	text-align: center
}

.heading,
.offer {
	margin-bottom: 10px
}

.sign-up-wrap {
	float: right;
	width: 354px;
	position: relative;
	margin-top: -98px;
	right: 44px
}

.clear {
	clear: both
}

/*@media(max-width:360px) {
	.popup-wrapper {
		height: 190px
	}
}
*/
@media(max-width:480px) {
	.popup-img img {
		width: 100%
	}
	.popup-wrapper {
		width: 85%;
	}
	.sign-up-wrap {
		float: right;
		width: 210px;
		position: relative;
		margin-top: -50px;
		right: 0
	}
	.sign-up-input {
		width: 51%
	}
}

@media (min-width:401px) and (max-width:600px) {
	.sign-up-wrap {
		float: right;
		width: 291px;
		position: relative;
		margin-top: -80px;
		right: 0
	}
	.sign-up-input {
		width: 57%
	}
	.other-link {
		text-align: center
	}
}

@media (max-width:640px) {
	.PopupOffers {
		position: absolute;
	}
}