#slidebox{
	width:400px;
	height:130px;
	padding:10px;
	background-color:#fff;
	position:fixed;
	bottom:100px;
	right:-430px;
	-moz-box-shadow:-2px 0px 5px #aaa;
	-webkit-box-shadow:-2px 0px 5px #aaa;
	box-shadow:-2px 0px 5px #aaa;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #99CC00;
}
#slidebox p, a.more{
	font-size:11px;
	text-transform:uppercase;
	font-family: Arial,Helvetica,sans-serif;
	letter-spacing:1px;
	color:#003366;
}
a.more{
	cursor:pointer;
	color:#006633;
}
a.more:hover{
    text-decoration:underline;
}
#slidebox h2{
	color:#003399;
	font-size:18px;
	margin:10px 20px 10px 0px;
}
a.close{
	width:13px;
	height:13px;
	position:absolute;
	cursor:pointer;
	top:10px;
	right:10px;
	background-image: url(close.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
a.close:hover{
    background-position:0px -13px;
}
