/* ALL BUTTON, LINK AND TEXT CSS
#######################################*/
.btn {
	background:url(../images/allbuttons.png) no-repeat;
	line-height:0px;
	font-size:0px;
	border:none;
	padding:0px;
	margin:0px;
	cursor:pointer;
	overflow:hidden;
	display:block;
	text-indent:-999999999999999999px;
	}
.link	{ background-position:0 0px; width:64px; height:18px; }
.moreinfobtn {
	display:block;
	background-position:0 -619px; 
	height:26px;
	width:83px;
	text-indent:-99999px;
	}
.morebtn { 
	display:block;
	width:52px; height:17px;
	background-position:0px -40px;
	text-indent:-9999px;
	}
.morebtn:hover, .link:hover {
	background-position:0 0px;
	}
.morebtn1  { 
	display:block;
	width:52px; height:17px;
	background-position:0 0px;
	text-indent:-9999px;
	}
.morebtn1:hover,   {
	background-position:0 -17px;
	}

