﻿

#showfb {
	position: fixed;
	z-index: 998 !important;
	right: -2px;
	bottom: 100px;
	cursor: pointer;
}
.facebookdiv

{
	border: thin solid #C0C0C0;
	width: 183px;
	height: auto;
	position: fixed;
	z-index:999 !important;
	right: 5px;
	background-color: White;
	bottom: 5px;
	display: none;
}
#closefb {
	background-position: left top;
	width: 30px;
	height: 30px;
	position: absolute;
	right: 8px;
	top: -10px;
	z-index: 1000 !important;
	background-image: url('images/close.jpg');
	background-repeat: no-repeat;
}
#closefb:hover {
	background-position: left bottom;
	background-image: url('images/close.jpg');
	background-repeat: no-repeat;
	cursor: pointer;
}

    
