#slidebox{
    width:280px;
    height:295px;
    padding:10px;
    background-color:#F0F0F0;
    border-top:3px solid #353535;   
    position:fixed;
    bottom:30px;
    right:-820px;
	-moz-box-shadow:-2px 0px 5px #aaa;
	-webkit-box-shadow:-2px 0px 5px #aaa;
	box-shadow:-2px 0px 5px #aaa;
	z-index: 100;
}
#slidebox p, a.more{
    font-size:11px;
    text-transform:uppercase;
    font-family: Arial,Helvetica,sans-serif;
    letter-spacing:1px;
    color:#555;
	text-align: center;
	margin-bottom: 25px;
}
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 right;
    width: 65px;
    height: 13px;
    position: absolute;
    cursor: pointer;
    top: 35px;
    right: 50px;
    opacity: 0.6;
    font-size: 10pt;
    text-decoration: none;
    line-height: 12px;
	font-weight: 100;
	color: #8e7268;
}
a.close:hover{
    background-position:right -13px;
    opacity: 1;
    width: 65px;
	font-weight: 100;
	color: #8e7268;
}

a.vgr{
    background: transparent url(images/close.gif) no-repeat top right;
    width: 97px;
    height: 13px;
    position: absolute;
    cursor: pointer;
    top: 35px;
    right: 130px;
    opacity: 0.6;
    font-size: 10pt;
    text-decoration: none;
    line-height: 12px;
	color: #8e7268;
}
a.vgr:hover{
    background-position:right -13px;
    opacity: 1;
    width: 97px;
	color: #8e7268;
}