#croWrapper{ 
	/*hide the window*/ 
	position:fixed; 
	bottom:-400px; 
	height:auto; 
	width:100%; 
	max-width:400px; 
	background-color: #fff; 
	z-index: 2147483647; 
	box-shadow: 0px 0px 15px rgba(51,51,51,0.5);

	transform: translate(0);
	transition: transform 300ms ease-in-out;
} 

#croWrapper.collapsed {
	transform: translateY(98%);
}

#croWrapper .collapse-tab {
	position: absolute;
	bottom: 100%;
	right: 0;
	display: inline-block;
	background-color: white;
	border-top-left-radius: 5px;
	border-top: 1px solid rgba(51,51,51,0.15);
	border-left: 1px solid rgba(51,51,51,0.15);
	box-shadow: -3px -3px 5px -2px rgba(51, 51, 51, 0.3);
}

#croWrapper .signup-collapse {
	position: relative;
	margin: 0;
	padding: 8px 10px 5px;
	color: #65675b;
	font-family: inherit;
	line-height: 1;
	background: none;
	border: none;
	transition: none;
}

#croWrapper.left{ 
	left:0px; 
	border-radius: 0px 10px 0px 0px; 
} 
#croWrapper.right{ 
	right:0px; 
	border-radius: 10px 0px 0px 0px; 
} 
.customsignup .nlDealsHolder { 
	padding: 15px; 
} 
.customsignup p { 
	color:#65675b; 
	font-size: 18px; 
	line-height: normal; 
	margin-bottom: .75rem;
	margin-top: .25rem; 
} 
.customsignup a { 
	color:#fff !important; 
	font-size: 22px !important; 
} 
.customsignup .nlDealsHolder .title { 
	color: #65675b; 
	font-size: 24px; 
	font-weight: 600; 
} 
img.image-slide-in { 
	float: left; 
	height: 135px; 
	margin-right: 10px; 
	margin-bottom: 10px; 
} 
#xclose { 
	color: #65675b !important; 
	font-weight: 600;
	float: right; 
} 
.goBtn a { 
	background: #b12225; 
	padding: 8px;
	width: 100%; 
	display: block; 
	text-align: center; 
	font-size:20px;
	font-family: "ff-tisa-web-pro",serif;
	font-weight: 600; 
} 
.goBtn a:hover { 
	text-decoration: underline !important; 
} 
.goBtn { 
	display: block;
	padding-bottom:5px;
} 
@media only screen and (max-width: 640px) { 
	#croWrapper.left{  
		border-radius: 10px 10px 0px 0px; 
		left: 0 !important;
	} 
	#croWrapper.right{ 
		border-radius: 10px 10px 0px 0px; 
		right: 0 !important;
	}
}