#slidebox{
    width:400px;
    height:100px;
    padding:10px;
    background-color:#fff;
    border-top:8px solid #fc424a;//black; //#666;//#00A7F5;   
    position:fixed;
    bottom:0px;
    right:-430px;
	-moz-box-shadow:-2px 0px 5px #aaa;
	-webkit-box-shadow:-2px 0px 5px #aaa;
	box-shadow:-2px 0px 5px #aaa;
    z-index: 1;
}
#slidebox p, a.more{
    font-size:18px;
    text-transform:uppercase;
    font-family: 'DIN', Arial,Helvetica,sans-serif;
    letter-spacing:1px;
    color: #666;//black; //#555;
}
a.more{
    cursor:pointer;
    color:#00878a;//#00A7F5;
}
a.more:hover{
    text-decoration:underline;
}
#slidebox h2{
    color: #666;//#00A7F5;
    font-size:18px;
    margin:15px 20px 10px 0px;
}
a.close{
    background:transparent url('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;
}

#slidebox img {
	float: left;
	height: 60px !important;
	width:  105px !important;
	margin: 10px 10px 0 0;
}