.button{
	cursor: pointer;
	
	background-color: #000055;
	background-image: url(/components/widgets/button/button_left.gif);
	background-repeat: no-repeat;
	
	display: inline-block;
	padding: 0px 8px 0px 8px;
	
	font-size: 16px;
	line-height: 26px;
	color: white;
	text-decoration: none;
	
	position: relative;
}
.button_right{
	background-image: url(/components/widgets/button/button_right.gif);
	background-repeat: no-repeat;

	width: 4px;
	height: 26px;

	position: absolute;
	top: 0px;
	right: -1px;
}