
.Float_L span
{
	display:block;
	float:left;

}


.Float_R .dist
{
	float:right;
}

.Float_R .BTN_L
{
	float:right;
	position:relative;
	right:2px;
	text-indent:0;	
	
}

.dist 
{
	width:1px;
	font-size:1px;
}

.BTN_R
{
	left:2px;
	position:relative;
	height:18px;	
	text-indent:0;	
	margin:0;
}

.BTN_Content
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-decoration: none;
	border-style: none;	
	white-space: nowrap;
	text-indent:0;
	margin:0;
	padding:0;
	border:0;
	overflow:hidden;
}


/*Grey Button*/


.BTN_Grey{
	margin-right:2px;
}
.BTN_Grey-Over{
	margin-right:2px;
}
.BTN_Grey .BTN_L 
{
	background-image:url(images/btn_grey2_l.gif);
	background-position:left 0px;
	background-repeat:no-repeat;
	cursor:pointer;	
}
.BTN_Grey  .BTN_R
{
	background-image:url(images/btn_grey2_r.gif);
	background-position:right 0px;
	background-repeat:no-repeat;
	cursor:pointer;	
}
.BTN_Grey .BTN_Content 
{
	padding: 3px 5px 0 5px;
	height:18px;	
	color: #000000;	
	cursor:pointer; 
	
}
.BTN_Grey-Over .BTN_L 
{
	background-image:url(images/btn_grey2_l.gif);
	background-position:left -18px;
	background-repeat:no-repeat;	
	cursor:pointer;
}
.BTN_Grey-Over .BTN_R 
{
	background-image:url(images/btn_grey2_r.gif);
	background-position:right -18px;
	background-repeat:no-repeat;
	cursor:pointer;	
}
.BTN_Grey-Over  .BTN_Content 
{
	padding: 3px 5px 0 5px;
	height:18px;	
	color: #FFFFFF;	
	cursor:pointer;
}