#slidebox{
    width:400px;
	height:65px;
    padding:10px;
    background-color:#fff;
    border-top:3px solid #FF0000;
	border-left:3px solid #FF0000;   
    position:fixed;
    bottom:0px;
    right:-430px;
	-moz-box-shadow:-2px 0px 5px #404040;
	-webkit-box-shadow:-2px 0px 5px #404040;
	box-shadow:-2px 0px 5px #404040;
	z-index:9999;
}
/*#slidebox p, a.more{
    font-size:11px;
    text-transform:uppercase;
    font-family: Arial,Helvetica,sans-serif;
    letter-spacing:1px;
    color:#333333;
	
}
a.more{
    cursor:pointer;
    color:#333333;
	margin:10px 0 0 0;
	float:left;
}
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 left;
    width:13px;
    height:13px;
    position:absolute;
    cursor:pointer;
    top:10px;
    right:10px;
}
a.close:hover{
    background-position:0px -13px;
}
.slidebox_txt {
	font-family: Georgia, "Times New Roman", Times, serif, Arial, Helvetica, sans-serif;
	font-size : 13px;
	line-height:17px;
	font-weight : bold;
	text-decoration : none;
	color : #005085;
}
.slidebox_txt a {
	font-family: Georgia, "Times New Roman", Times, serif, Arial, Helvetica, sans-serif;
	font-size : 13px;
	line-height:17px;
	font-weight : bold;
	text-decoration : none;
	color : #005085;
}
.slidebox_txt a:hover {
	color: #000000;
	text-decoration:underline;
}
.more_button {
	width:auto;
	height : 15px;
	float : right;
	margin :10px 0 0 0;
	padding :0px;
}
.more {
	color : #000000;
	line-height : 15px;
	font-family :Georgia, "Times New Roman", Times, serif, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	text-decoration : none;
	text-align : center;
}
.more a {
	color : #000000;
	line-height : 15px;
	font-family :Georgia, "Times New Roman", Times, serif, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	text-decoration:none;
	text-align : center;
}
.more a:hover {
	color : #000000;
	text-decoration:underline;
}