
.button {
	position:relative;
	float:left;
}

.buttonBlue {
	position:relative;
	text-align: left;
	float: none;
	background-image : url('../../images/halland/halland-knap.png');
	width: 94px;
	height: 34px;
}

.buttonGrayed {
	position:relative;
	float:none;
	background-image : url('../../images/halland/halland-knap-grayed.gif');
	width: 94px;
	height: 34px;
}

a.buttonMedium {
	cursor:pointer;
	color: white;
	font-family: calibri;
	font-size:14px;
	position:absolute;
	left:10px;
	/*text-align:center;*/
	top:7px;
	font-weight: bold;
}
a.buttonMedium:hover {
	color: beige;
}
a.buttonMedium:visited {
	color: whitesmoke;
}

/* ------ new -------- */

.button-left {
	float: left;
	clear: none;
	background-image : url('../../images/halland/halland-knap-left.gif');	
	width: 16px;
	height: 34px;
}
.button-right {
	float: left;
	clear: none;
	background-image : url('../../images/halland/halland-knap-right.gif');	
	width: 18px;
	height: 34px;
}
.button-body {
	float: left;
	clear: none;
	height: 34px;
	background-color: transparent;
	background-image : url('../../images/halland/halland-knap-body.gif');	
}

a.button-text {
	cursor:pointer;
	color: white;
	font-family: verdana;
	font-size: 11px;
	left:5px;
	padding-top: 6px;
	font-weight: bold;
	background-color: transparent;
}
a.button-text:hover {
	color: beige;
}
a.button-text:visited {
	color: whitesmoke;
}

