#slidebox{
    width:280px;
/*    height:100px;*/
    padding:8px;
    background-color:#fff;
    border-top:3px solid #E28409;   
    position:fixed;
    bottom:16px;
/*    right:-430px;*/
	-moz-box-shadow:-2px 0px 5px #aaa;
	-webkit-box-shadow:-2px 0px 5px #aaa;
	box-shadow:-2px 0px 5px #aaa;
	z-index:4;
}
#slidebox p, a.more{
    font-size:11px;
    text-transform:uppercase;
    font-family: Arial,Helvetica,sans-serif;
    letter-spacing:1px;
    color:#555;
}
a.more{cursor:pointer;color:#E28409;}
a.more:hover{/*    text-decoration:underline;*/}
#slidebox h2{color:#E28409;font-size:18px;margin:10px 20px 10px 0px;}
a.close{
    background:transparent url(../images/close.gif) no-repeat top left;
    width:13px;
    height:13px;
    position:absolute;
    cursor:pointer;
    top:10px;
    right:10px;
}
a.close:hover{background-position:0px -13px;}