﻿
#slidebox {
    background-color: #FFFFFF;  
    bottom: 0;
    box-shadow: -2px 0 5px #AAAAAA;
    margin-right:12px;
    margin-bottom:10px;
    padding: 0px;
    position: fixed;
    width: 315px;
    z-index:1000;
}
a.close {
   /* background: url("images/close.gif") no-repeat left top ;*/
    background: url("images/close-btn.png") no-repeat  left top ;
    cursor: pointer;
    height: 29px;
    position: absolute;
    right: -12px;
    top: -12px;
    width: 29px;
    z-index: 1000;
}
.blue_box
{
    text-align:left;
}
.no_margin_bottom
{
     margin-bottom:0px !important;
}