#slidebox { width: 400px; padding: 10px; background-color: rgb(255, 255, 255); border-top-width: 3px; border-top-style: solid; border-top-color: rgb(255, 0, 0); position: fixed; bottom: 0px; right: -430px; -webkit-box-shadow: rgb(170, 170, 170) -2px 0px 5px; box-shadow: rgb(170, 170, 170) -2px 0px 5px; z-index: 99999; }
#slidebox p, a.more { font-size: 11px; text-transform: uppercase; font-family: Arial, Helvetica, sans-serif; letter-spacing: 1px; color: rgb(85, 85, 85); margin: 0px; }
a.more { cursor: pointer; color: rgb(102, 153, 255); }
a.more:hover { text-decoration: underline; }
#slidebox h2 { color: rgb(226, 132, 9); font-size: 18px; margin: 0px 20px 5px 0px; }
a.close { background-image: url(e05422f00f70d41abde7c0f70335ee7761b4b974.gif) ; background-color: transparent; width: 13px; height: 13px; position: absolute; cursor: pointer; top: 10px; right: 10px; background-position: 0% 0%; background-repeat: no-repeat no-repeat; }
a.close:hover { background-position: 0px -13px; }
