.buttonStandard_out,.buttonStandard_over { 
	display:block; font-size:10px; margin-top:2px; font-weight:bold; text-decoration:none; }


.buttonStandard_out span.global, .buttonStandard_over span.global{ 
	float:left; display:block; padding:2px 5px 2px 8px; }


.buttonStandard_out div, .buttonStandard_over div{
	float:left; width:5px; height:20px; }

.buttonStandard_out img, .buttonStandard_over img{
	float:left; width:16px; height:16px; }



.buttonStandard_out { 				color:black; }
.buttonStandard_out span.global{ 	background:url(images/button_bg.gif) left top no-repeat; }
.buttonStandard_out div{ 			background:url(images/button_bg.gif) right top no-repeat; background-position:-195px 0; }


.buttonStandard_over {				color:black; cursor:pointer; }
.buttonStandard_over span.global{	background:url(images/button_bg.gif) left top no-repeat; background-position: -200px 0; }
.buttonStandard_over div{ 			background:url(images/button_bg.gif) right top no-repeat; background-position: -395px 0; }


.buttonStandard_over span.global span, .buttonStandard_out span.global span{ float:left; height:20px; margin-top:2px; }