#slidebox{
    width:400px;
    height:100px;
    padding:10px;
    background-color:#fff;
    border-top:3px solid #990000;   
	border-left:3px solid #990000;   
    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;
}
#slidebox p, a.more{
    font-size:11px;
    text-transform:uppercase;
    font-family: Arial,Helvetica,sans-serif;
    letter-spacing:1px;
    color:#555;
}

.headline3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 900;
	color: #000000;
}
a.headline3 {text-decoration: none}
a.headline3:visited {text-decoration: none; color:990000;}
a.headline3:active {text-decoration: none; color:990000;}
a.headline3:hover {text-decoration: underline; color: 990000;}


.tease{
    font-size:11px;
    text-transform:uppercase;
    font-family: Arial,Helvetica,sans-serif;
    letter-spacing:1px;
    color:#555;
}

a.more{
    cursor:pointer;
    color:#990000;
}
a.more:hover{
    text-decoration:underline;
}
#slidebox h2{
	font-family: Arial, Helvetica, Verdana, sans-serif;
    color:#990000;
    font-size:18px;
    margin:10px 20px 10px 0px;
}

a.close{
    background:transparent url(../images/elements/slidebox_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;
}