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(http://www.box.net/img/popup_btn_l.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(http://www.box.net/img/popup_btn_r.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(http://www.box.net/img/popup_btn_c.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(http://www.box.net/img/box_button_select_arrow.gif) right center no-repeat;
}