#slidebox{
    width: 300px;
    height: 140px;
    padding: 10px;
    background-color: #000;
    border-top: 3px solid #e57f18;   
    position: fixed;
    bottom: 0px;
    right: -330px;
	-moz-box-shadow: -2px 0px 5px rgba(170, 170, 170, 0.85);
	-webkit-box-shadow: -2px 0px 5px rgba(170, 170, 170, 0.85);
	box-shadow: -2px 0px 5px rgba(170, 170, 170, 0.85);
	text-align: center;
}
#slidebox p, a.more{
    font-size: 11px;
    text-transform: uppercase;
    font-family: Arial,Helvetica,sans-serif;
    letter-spacing: 1px;
    color: #5db3d8;
    font-weight: bold;
}
a.more{
    cursor:pointer;
    color: #fff !important;
    background-color: #e57f18;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    padding: 12px 10px 12px 10px;
}
a.more:hover{
    text-decoration: underline;
}
#slidebox h2{
    color: #5db3d8;
    font-size: 18px;
    margin: 0px 0px 20px 0px;
    background-color: transparent;
    padding: 10px 0px;
    border-top-color: #ccc;
    border-top-width: 1px;
    border-top-style: dotted;
}
a.close{
    width: 13px;
    height: 13px;
    position: absolute;
    cursor: pointer;
    top: 10px;
    right: 10px;
    float: right;
    font-weight: bold;
    color: #fff; 
}

