@charset "UTF-8";
/* CSS Document */

#button-header {
	height: 32px;
	width: 125px;
	position: absolute;
	margin-left: 636px;
	top: 5px;
}
.button-header1 {
	background-image: url(images/button1b.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 27px;
	width: 125px;
	display: inline-block;
	border: 1px solid #666666;
	position: absolute;
}
.button-header2 {
	background-image: url(images/button2b.png);
	background-repeat: no-repeat;
	height: 27px;
	width: 125px;
	display: inline-block;
	border: 1px solid #666666;
	position: absolute;
	background-position: center;
}
.button-header3 {
	background-image: url(images/button3b.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 27px;
	width: 125px;
	display: inline-block;
	border: 1px solid #666666;
	position: absolute;
}
