#bottombar {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: #000;
	color:#fff;
	padding: 10px;
	font-size: 18px;
	vertical-align: middle;
	line-height: 2em;
	display:none;
	border-top:2px solid #CA0002;
	opacity: 0.9;
	z-index: 11;
}
#bottombar a{
	color: #fff;
}
.expire-text {
	font-weight: bold;
	font: 'proxima_nova_rgbold',Helvetica,Arial,"Lucida Grande",sans-serif; 
	color: #fff;
	text-align: center;
	font-size: 15px;
}
.btn-warning	{
	color: #fff;
	background-color: #CA0002;
	border-color: #111111;
	border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-webkit-border-radius: 7px 7px 7px 7px;
	border: 0px solid #000000;
	padding:8px;
	font-weight:bold;
}
.btn-warning:hover	{
	background-color: #CA0002 !important;
}

.btn-warning:a {} #bottombar p{
     margin: 0;
     line-height: 20px;
     font-size: 14px;
     color: #fff;
     font-family: 'proxima_nova_rgregular', Helvetica, Arial, sans-serif;
}
 #bolder{
     position: fixed;
     right: 23px;
     top: 20px;
     color: #fff;
     font-size: 36px;
     font-weight: bolder;
     z-index: 2;
     cursor: pointer;
     font-family: inherit;
}