a.box_new_popup_button span.left,
a.box_new_popup_button span.right
{
	height: 28px;
}

a.box_new_popup_button span.left
{
	background: url(img/box_new_popup_butl_new.gif) left top no-repeat;
}

a.box_new_popup_button:hover span.left, a.box_new_popup_button_hover span.left
{
	background-position: left -30px !important;
}

a.box_new_popup_button span.right
{
	background: url(img/box_new_popup_butr_new.gif) right top no-repeat; 
}

a.box_new_popup_button:hover span.right, a.box_new_popup_button_hover span.right
{
	background-position: right -30px !important;
}

a.box_new_popup_button span.center
{
	margin: 0 5px 0 5px;
	height: 28px;	
	line-height: 28px;
	background: url(img/box_new_popup_butc_new.gif) left top repeat-x;
}

a.box_new_popup_button:hover span.center, a.box_new_popup_button_hover span.center
{	
	background-position: left -30px !important;
}

span.select_center
{
	display: block;
	width: 100%;
	background: url(img/box_button_select_arrow.gif) right center no-repeat;
}
