.push {
position: fixed;
left: 0;
top: -178px;
z-index: 1000000;
width: 352px;
height: 168px;
opacity: 0;
font: 24px/21px 'PT Sans Narrow', Arial Narrow, Arial, Helvetica, sans-serif;
border-top: 10px solid #fe0100;
background: #ffffff;
-webkit-box-shadow: 0 5px 20px rgba(0,0,0,0.5);
-moz-box-shadow: 0 5px 20px rgba(0,0,0,0.5);
box-shadow: 0 5px 20px rgba(0,0,0,0.5);
}
.push-clearfix:before,
.push-clearfix:after {
content: "";
display: table;
}
.push-clearfix:after {
clear: both;
}
.push-clearfix {
zoom: 1;
}
.push-wrapper {
position: relative;
padding: 7px 28px 7px 0;
}
.push-close {
position: absolute;
display: block;
width: 14px;
height: 21px;
right: 7px;
top: 7px;
background: url(../../images/push/btn-bg2.png) -72px no-repeat;
text-decoration: none !important;
outline: 0;
cursor: pointer;
}
.push-close:hover {
background: url(../../images/push/btn-bg2.png) 0px no-repeat;
}
.push .push-body {
margin: 0;
text-align: left;
}
.push-body-image {
width: 95px;
display: inline-block;
height: 95px;
float: left;
}
.push-body-image img {
width: 95px;
display: inline-block;
height: 95px;
}
.push-body-content {
display: inline-block;
vertical-align: top;
margin-left: 14px;
width: 207px;
float: left;
}
.push-body-content-title {
margin-bottom: 8px;
text-align: left;
font-weight: bold;
font-size: 18px;
line-height: 24px;
font-family: arial, sans-serif;
}
.push-body-content-text {
text-align: left;
font-family: arial, sans-serif;
font-size: 14px;
}
.push-footer {
padding: 7px 7px 10px 7px;
text-align: center;
}
.push-button-subscribe {
background: #ff0001;
text-align: center;
overflow: hidden;
color: #fff !important;
font: 900 18px/24px 'PT Sans Narrow', "Arial Narrow", Arial, Helvetica, sans-serif;
text-transform: uppercase;
margin: 1px;
padding: 6px 20px;
text-decoration: none !important;
display: inline-block;
border-bottom: 1px solid #ff0001;
}
.push-button-subscribe:hover {
border-bottom: 1px solid #3f3f3f;
box-shadow: 0 2px 2px 0 #898989;
-webkit-box-shadow: 0 2px 2px 0 #898989;
-moz-box-shadow: 0 2px 2px 0 #898989;
}
.push-button-subscribe:active {
box-shadow: inset 0 2px 2px 0 #444;
-webkit-box-shadow: inset 0 2px 2px 0 #444;
-moz-box-shadow: inset 0 2px 2px 0 #444;
}
.push-button-unsubscribe {
background: #757575;
text-align: center;
overflow: hidden;
color: #fff !important;
font: 900 18px/24px 'PT Sans Narrow', "Arial Narrow", Arial, Helvetica, sans-serif;
text-transform: uppercase;
margin: 1px;
padding: 6px 20px;
text-decoration: none !important;
display: inline-block;
border-bottom: 1px solid #757575;
}
.push-button-unsubscribe:hover {
border-bottom: 1px solid #3f3f3f;
box-shadow: 0 2px 2px 0 #898989;
-webkit-box-shadow: 0 2px 2px 0 #898989;
-moz-box-shadow: 0 2px 2px 0 #898989;
}
.push-button-unsubscribe:active {
box-shadow: inset 0 2px 2px 0 #444;
-webkit-box-shadow: inset 0 2px 2px 0 #444;
-moz-box-shadow: inset 0 2px 2px 0 #444;
}