/*****************************************************************************
*  
*  Nordic Print - button.css
*  
*  ***************************************************************************
*  
*  (C) Respons Reklamebyrå 2008-09
*  Kode av Andreas Håkestad
*  
*****************************************************************************/

.buttonHolder {
	display			: inline;
	cursor			: pointer;
}

.buttonLeft {
	background		: url(../gfx/site/btn_left.gif);
	width			: 5px;
	height			: 32px;
	font-size		: 1px;
	display			: inline;
	float			: left;
}

.buttonContent {
	background		: url(../gfx/site/btn_bk.gif);
	
	display			: inline;
	float			: left;
	
	margin			: 0px;
	padding			: 8px 6px 12px 6px;
	
	font-size		: 12px;
	font-family		: Arial;
	color			: #ffffff;
	line-height		: 12px;
	text-align		: center;
}

.buttonRight {
	background		: url(../gfx/site/btn_right.gif);
	width			: 5px;
	height			: 32px;
	font-size		: 1px;
	display			: inline;
	float			: left;
}
