
.ad {
		position: absolute;
		height: 225px;
		width: 400px;
		border: solid 5px #333;
		top: 300px;
		z-index: 999;
		left: -35%;
		background: #9c0101; /* Old browsers */
	background: -moz-linear-gradient(top, #9c0101 0%, #e11d1d 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9c0101), color-stop(100%,#e11d1d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #9c0101 0%,#e11d1d 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #9c0101 0%,#e11d1d 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #9c0101 0%,#e11d1d 100%); /* IE10+ */
	background: linear-gradient(top, #9c0101 0%,#e11d1d 100%); /* W3C */
	}
.facebookIcon {
		position: absolute;
		right: 8px;
		top: 20px;
	}
.alreadyLikeUs {
		margin: 0 115px;
	}
.close {
		color: red;
		text-align: right;
		font-size: 14px;
		cursor: pointer;
		padding-right: 5px;
	}
#email {
		font-size: 12px;
		color: blue;
		text-decoration: underline;
		margin-left: 5px;
	}
.ad .logo {
		width: 115px;
	}
.a1css{
		display:inline-block;
		width: 280px;
		color: #FFF;
		padding-top: 15px;
	}
#coupon_code{
		width: 60px;
		background: #333;
		color: white;
		padding: 0px 20px;
		line-height: 30px;
		display: inline-block;
	}

.couponCss	{
		font-size: 20px;
		width: 300px;
		color: #333;
		display: inline-block;
		vertical-align: top;
		margin-top: 35px;
		display: none;
	}
.likeUsBox {
		padding:0  20px;
	}
.likeUsBox .fb-like {
		float: left !important;
	}
.a2css {
		margin-left: 100px;
		margin-top: 22px;
		width: 280px;
		margin-top: 5px;
		color: white;
	}
.already_liked{
	font-size: 12px;
	margin: 25px 0 0 30px;
	color: blue;
	cursor: pointer;
	}
.a1css p {
		font-size: 16px;
		margin: 15px 0 0 0;
	} 
