.global-fixed-message {
  position: fixed; 
  bottom: 20px; 
  right:20px;	
  width: 300px; 
  font-family: Arial, Helvetica, sans-serif;
  display: none;
  z-index: 999;
}
.global-fixed-message-container {
  border: 1px solid #d1d2d2;
  margin: 0 auto; 
  overflow: visible; 
  position: relative;
  background: url('black.png') top left repeat;
  -moz-border-radius:0 12px 12px 12px;	
-webkit-border-radius:0 12px 12px 12px;
border-radius:0 12px 12px 12px; 
  
}
.global-fixed-message-inner {
  padding: 15px;
}

.global-fixed-message p {
  color: #fff !important; 
  font-size: 11px !important; 
  margin: 0 !important; 
  padding: 0 !important; 
  line-height: 14px !important;
}
.global-fixed-message b {color: #fff !important; font-size: 13px !important; line-height: 18px !important; }
.global-fixed-message-wrap {
  *zoom: 1;
}
.global-fixed-message-wrap:before,
.global-fixed-message-wrap:after {
  display: table;
  line-height: 0;
  content: "";
}
.global-fixed-message-wrap:after {
  clear: both;
}

.global-fixed-message abbr[title], .global-fixed-message abbr[data-original-title] {
  border-bottom: 1px dotted #999999;
  cursor: help;
}
.global-fixed-message .btn {
margin-top:20px;
cursor: pointer;   
-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
box-shadow:inset 0px 1px 0px 0px #ffffff;     
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
background:-moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
background:-webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
background:-o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
background:-ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);     
background-color:#f9f9f9;   
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;     
border:1px solid #dcdcdc;      
display:inline-block;
color:#666666;
font-family:arial;
font-size:12px;
font-weight:normal;
padding:3px 20px;
text-decoration:none;     
text-shadow:0px 1px 0px #ffffff;      
}
.global-fixed-message .btn:hover {     
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
background:-moz-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
background:-webkit-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
background:-o-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
background:-ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
background:linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9',GradientType=0);      
background-color:#e9e9e9;
color:#333;
}
 