﻿	.overlay-content {
	   display: none;
		background: #fff;
		color:#fff;
		position:fixed;		
		width: 700px;	
		 /*margin: 48% 20% 0 5px;	*/
		height: 65px;
		padding-top:8px; 
    padding-left:5px; 

   bottom:0;
    left:0;
    background-color: #ce0000; 
    opacity: 1;
    z-index:99;
		
	}
	
.overlay-bg{	
height:0px !important;
}

.mboxtext{
	
width:670px;
}

.overlay-content popup1{
top:0 !important;
display:block !important;

}

.closebtn
{
vertical-align:top

}

	.close-btn {
		cursor: pointer;
		background-color: #ce0000; 
		color:#fff;
		border: 0px;
		font-weight:bold;
		font-size:20px;
		background-image:url('../images/marketing/Close.GIF');
		background-repeat: no-repeat;
	   
	}
	.close-btn:hover {
		/*background: #05abe0;*/
	}

/* media query for most mobile devices */
@media only screen and (min-width: 0px) and (max-width: 480px){

	.overlay-content {
		width: 96%;
		margin: 0 2%;
		left: 0;
	}
}