﻿.btnTilb
{
	background-image: url('/module_files/arrow_left.png');
	background-repeat: no-repeat;
	background-position: center left;
	font-weight: bold;
	padding-left: 25px;
	font-size: 16px;
	color: white;
	background-color: #9fc748;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: none;
	height: 30px;
}
.btnTilb:hover
{
	background-color: #8aaf3c;
}
.btnFrem
{
	background-image: url('/module_files/arrow_right.png');
	background-repeat: no-repeat;
	background-position: center right;
	font-weight: bold;
	padding-right: 25px;
	font-size: 16px;
	color: white;
	background-color: #9fc748;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: none;
	height: 30px;
}

.btnFrem:hover
{
	background-color: #8aaf3c;
}
