/******* button 0 ************/
.btn0_text {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #f2f2f2;
	text-shadow: 0px 0px 3px #737373;
	white-space: nowrap;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 3;
}

.btn0_text_over {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #f2f2f2;
	text-shadow: 0px 0px 3px #000000;
	white-space: nowrap;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 7;
}

.btn0_container {
	position: relative;
	height: 0px;
}

.btn0_container_normal {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}

.btn0_normal_o_li {
	min-width: 12px;
	height: 10px;
	background: url(button_0/button_normal_o_li.png) no-repeat;
}

.btn0_normal_o_mi {
	height: 10px;
	background: url(button_0/button_normal_o_mi.png) repeat-x;
}

.btn0_normal_o_re {
	min-width: 12px;
	height: 10px;
	background: url(button_0/button_normal_o_re.png) no-repeat;
}

.btn0_normal_mi_li {
	background: url(button_0/button_normal_mi_li.png) no-repeat;
	background-size: 100% 100%;
	width: 100%;
}

.btn0_normal_mitte {
	position: absolute;
	left: 0px; top: 0px;
	z-index: 2;
	background: url(button_0/button_normal_mitte.png) no-repeat;
	background-size: 100% 100%;
}

.btn0_normal_mi_re {
	background: url(button_0/button_normal_mi_re.png) no-repeat;
	background-size: 100% 100%;
	width: 100%;
}

.btn0_normal_u_li {
	width: 12px;
	height: 10px;
	background: url(button_0/button_normal_u_li.png) no-repeat;
}

.btn0_normal_u_mi {
	height: 10px;
	background: url(button_0/button_normal_u_mi.png) repeat-x;
}

.btn0_normal_u_re {
	width: 12px;
	height: 10px;
	background: url(button_0/button_normal_u_re.png) no-repeat;
}

.btn0_container_over {
	position: absolute;
	left: 0px;
	top: 0px;
	display: none;
	z-index: 5;
}

.btn0_over_o_li {
	min-width: 12px;
	height: 10px;
	background: url(button_0/button_over_o_li.png) no-repeat;
}

.btn0_over_o_mi {
	height: 10px;
	background: url(button_0/button_over_o_mi.png) repeat-x;
}

.btn0_over_o_re {
	min-width: 12px;
	height: 10px;
	background: url(button_0/button_over_o_re.png) no-repeat;
}

.btn0_over_mi_li {
	background: url(button_0/button_over_mi_li.png) no-repeat;
	background-size: 100% 100%;
	width: 100%;
}

.btn0_over_mitte {
	position: absolute;
	left: 0px; top: 0px;
	z-index: 6;
	background: url(button_0/button_over_mitte.png) no-repeat;
	background-size: 100% 100%;
}

.btn0_over_mi_re {
	background: url(button_0/button_over_mi_re.png) no-repeat;
	background-size: 100% 100%;
	width: 100%;
}

.btn0_over_u_li {
	width: 12px;
	height: 10px;
	background: url(button_0/button_over_u_li.png) no-repeat;
}

.btn0_over_u_mi {
	height: 10px;
	background: url(button_0/button_over_u_mi.png) repeat-x;
}

.btn0_over_u_re {
	width: 12px;
	height: 10px;
	background: url(button_0/button_over_u_re.png) no-repeat;
}

.btn0_bubble {
	position: absolute;
	top: -8px;
	right: 11px;
	z-index: 8;
	display:inline-block;
	padding:2px 5px;

/*	-moz-box-shadow:    0px 2px 4px 0px #808080;
	-webkit-box-shadow: 0px 2px 4px 0px #808080;
	box-shadow:         0px 2px 4px 0px #808080;*/

	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ff0000), color-stop(1, #b30000));
	background:-moz-linear-gradient(top, #ff0000 5%, #b30000 100%);
	background:-webkit-linear-gradient(top, #ff0000 5%, #b30000 100%);
	background:-o-linear-gradient(top, #ff0000 5%, #b30000 100%);
	background:-ms-linear-gradient(top, #ff0000 5%, #b30000 100%);
	background:linear-gradient(to bottom, #ff0000 5%, #b30000 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#b30000',GradientType=0);

	background-color:#599bb3;

	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;

/*	border:2px solid #ffffff;*/

	color:#ffffff;
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	text-shadow:0px 0px 0px #3d768a;
}

.btn0_deck {
	position: absolute;
	left: 0px;
	top: 0px;
	cursor: pointer;
	background: url(px_white.jpg) repeat; z-index: 9;
}

/******* button 1 ************/
.btn1_text {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	text-shadow: 0px 0px 3px #4c7f51;
	white-space: nowrap;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 3;
}

.btn1_text_over {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #2c711c;
	text-shadow: 0px 0px 3px #b8e9bc;
	white-space: nowrap;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 7;
}

.btn1_container {
	position: relative;
	height: 0px;
}

.btn1_container_normal {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}

.btn1_normal_o_li {
	min-width: 12px;
	height: 10px;
	background: url(button_1/button_normal_o_li.png) no-repeat;
}

.btn1_normal_o_mi {
	height: 10px;
	background: url(button_1/button_normal_o_mi.png) repeat-x;
}

.btn1_normal_o_re {
	min-width: 12px;
	height: 10px;
	background: url(button_1/button_normal_o_re.png) no-repeat;
}

.btn1_normal_mi_li {
	background: url(button_1/button_normal_mi_li.png) no-repeat;
	background-size: 100% 100%;
	width: 100%;
}

.btn1_normal_mitte {
	position: absolute;
	left: 0px; top: 0px;
	z-index: 2;
	background: url(button_1/button_normal_mitte.png) no-repeat;
	background-size: 100% 100%;
}

.btn1_normal_mi_re {
	background: url(button_1/button_normal_mi_re.png) no-repeat;
	background-size: 100% 100%;
	width: 100%;
}

.btn1_normal_u_li {
	min-width: 12px;
	height: 10px;
	background: url(button_1/button_normal_u_li.png) no-repeat;
}

.btn1_normal_u_mi {
	height: 10px;
	background: url(button_1/button_normal_u_mi.png) repeat-x;
}

.btn1_normal_u_re {
	min-width: 12px;
	height: 10px;
	background: url(button_1/button_normal_u_re.png) no-repeat;
}

.btn1_container_over {
	position: absolute;
	left: 0px;
	top: 0px;
	display: none;
	z-index: 5;
}

.btn1_over_o_li {
	min-width: 12px;
	height: 10px;
	background: url(button_1/button_over_o_li.png) no-repeat;
}

.btn1_over_o_mi {
	height: 10px;
	background: url(button_1/button_over_o_mi.png) repeat-x;
}

.btn1_over_o_re {
	min-width: 12px;
	height: 10px;
	background: url(button_1/button_over_o_re.png) no-repeat;
}

.btn1_over_mi_li {
	background: url(button_1/button_over_mi_li.png) no-repeat;
	background-size: 100% 100%;
	width: 100%;
}

.btn1_over_mitte {
	position: absolute;
	left: 0px; top: 0px;
	z-index: 6;
	background: url(button_1/button_over_mitte.png) no-repeat;
	background-size: 100% 100%;
}

.btn1_over_mi_re {
	background: url(button_1/button_over_mi_re.png) no-repeat;
	background-size: 100% 100%;
	width: 100%;
}

.btn1_over_u_li {
	min-width: 12px;
	height: 10px;
	background: url(button_1/button_over_u_li.png) no-repeat;
}

.btn1_over_u_mi {
	height: 10px;
	background: url(button_1/button_over_u_mi.png) repeat-x;
}

.btn1_over_u_re {
	min-width: 12px;
	height: 10px;
	background: url(button_1/button_over_u_re.png) no-repeat;
}

.btn1_bubble {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 8;
	background-color: #ff0000;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.btn1_deck {
	position: absolute;
	left: 0px;
	top: 0px;
	cursor: pointer;
	background: url(px_white.jpg) repeat; z-index: 9;
}

/******* button 2 ************/
.btn2_text {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #f2f2f2;
	text-shadow: 0px 0px 3px #737373;
	white-space: nowrap;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 3;
}

.btn2_text_over {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #809fb1; /*#a7c7d9*/;
	text-shadow: 0px 0px 3px #ffffff;
	white-space: nowrap;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 7;
}

.btn2_container {
	position: relative;
	height: 0px;
}

.btn2_container_normal {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}

.btn2_normal_o_li {
	min-width: 12px;
	height: 10px;
	background: url(button_2/button_normal_o_li.png) no-repeat;
}

.btn2_normal_o_mi {
	height: 10px;
	background: url(button_2/button_normal_o_mi.png) repeat-x;
}

.btn2_normal_o_re {
	min-width: 12px;
	height: 10px;
	background: url(button_2/button_normal_o_re.png) no-repeat;
}

.btn2_normal_mi_li {
	background: url(button_2/button_normal_mi_li.png) no-repeat;
	background-size: 100% 100%;
	width: 100%;
}

.btn2_normal_mitte {
	position: absolute;
	left: 0px; top: 0px;
	z-index: 2;
	background: url(button_2/button_normal_mitte.png) no-repeat;
	background-size: 100% 100%;
}

.btn2_normal_mi_re {
	background: url(button_2/button_normal_mi_re.png) no-repeat;
	background-size: 100% 100%;
	width: 100%;
}

.btn2_normal_u_li {
	min-width: 12px;
	height: 10px;
	background: url(button_2/button_normal_u_li.png) no-repeat;
}

.btn2_normal_u_mi {
	height: 10px;
	background: url(button_2/button_normal_u_mi.png) repeat-x;
}

.btn2_normal_u_re {
	min-width: 12px;
	height: 10px;
	background: url(button_2/button_normal_u_re.png) no-repeat;
}

.btn2_bubble {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 8;
	background-color: #ff0000;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.btn2_deck {
	position: absolute;
	left: 0px;
	top: 0px;
	cursor: pointer;
	background: url(px_white.jpg) repeat; z-index: 9;
}

/******* button 3 ************/
.btn3_text {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #f2f2f2; /* #f2f2f2 */
	text-shadow: 0px 0px 2px #737373; /* #737373 */
	white-space: nowrap;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 3;
}

.btn3_text_over {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #a7c7d9; /*#a7c7d9*/;
	text-shadow: 0px 0px 3px #ffffff;
	white-space: nowrap;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 7;
}

.btn3_container {
	position: relative;
	height: 0px;
}

.btn3_container_normal {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}

.btn3_normal_o_li {
	min-width: 12px;
	height: 10px;
	background: url(button_3/button_normal_o_li.png) no-repeat;
}

.btn3_normal_o_mi {
	height: 10px;
	background: url(button_3/button_normal_o_mi.png) repeat-x;
}

.btn3_normal_o_re {
	min-width: 12px;
	height: 10px;
	background: url(button_3/button_normal_o_re.png) no-repeat;
}

.btn3_normal_mi_li {
	background: url(button_3/button_normal_mi_li.png) no-repeat;
	background-size: 100% 100%;
	width: 100%;
}

.btn3_normal_mitte {
	position: absolute;
	left: 0px; top: 0px;
	z-index: 2;
	background: url(button_3/button_normal_mitte.png) no-repeat;
	background-size: 100% 100%;
}

.btn3_normal_mi_re {
	background: url(button_3/button_normal_mi_re.png) no-repeat;
	background-size: 100% 100%;
	width: 100%;
}

.btn3_normal_u_li {
	min-width: 12px;
	height: 10px;
	background: url(button_3/button_normal_u_li.png) no-repeat;
}

.btn3_normal_u_mi {
	height: 10px;
	background: url(button_3/button_normal_u_mi.png) repeat-x;
}

.btn3_normal_u_re {
	min-width: 12px;
	height: 10px;
	background: url(button_3/button_normal_u_re.png) no-repeat;
}

.btn3_bubble {
	position: absolute;
	top: -8px;
	right: 11px;
	z-index: 8;
	display:inline-block;
	padding:2px 5px;

/*	-moz-box-shadow:    0px 2px 4px 0px #808080;
	-webkit-box-shadow: 0px 2px 4px 0px #808080;
	box-shadow:         0px 2px 4px 0px #808080;*/

	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ff0000), color-stop(1, #b30000));
	background:-moz-linear-gradient(top, #ff0000 5%, #b30000 100%);
	background:-webkit-linear-gradient(top, #ff0000 5%, #b30000 100%);
	background:-o-linear-gradient(top, #ff0000 5%, #b30000 100%);
	background:-ms-linear-gradient(top, #ff0000 5%, #b30000 100%);
	background:linear-gradient(to bottom, #ff0000 5%, #b30000 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#b30000',GradientType=0);

	background-color:#599bb3;

	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;

/*	border:2px solid #ffffff;*/

	color:#ffffff;
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	text-shadow:0px 0px 0px #650000;
}

.btn3_deck {
	position: absolute;
	left: 0px;
	top: 0px;
	cursor: pointer;
	background: url(px_white.jpg) repeat; z-index: 9;
}

/******* button 4 ************/
.btn4_text {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #f2f2f2;
	text-shadow: 0px 0px 3px #737373;
	white-space: nowrap;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 3;
}

.btn4_text_over {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #f2f2f2;
	text-shadow: 0px 0px 3px #000000;
	white-space: nowrap;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 7;
}

.btn4_container {
	position: relative;
	height: 0px;
}

.btn4_container_normal {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}

.btn4_normal_o_li {
	min-width: 12px;
	height: 10px;
	background: url(button_4/button_normal_o_li.png) no-repeat;
}

.btn4_normal_o_mi {
	height: 10px;
	background: url(button_4/button_normal_o_mi.png) repeat-x;
}

.btn4_normal_o_re {
	min-width: 12px;
	height: 10px;
	background: url(button_4/button_normal_o_re.png) no-repeat;
}

.btn4_normal_mi_li {
	background: url(button_4/button_normal_mi_li.png) no-repeat;
	background-size: 100% 100%;
	width: 100%;
}

.btn4_normal_mitte {
	position: absolute;
	left: 0px; top: 0px;
	z-index: 2;
	background: url(button_4/button_normal_mitte.png) no-repeat;
	background-size: 100% 100%;
}

.btn4_normal_mi_re {
	background: url(button_4/button_normal_mi_re.png) no-repeat;
	background-size: 100% 100%;
	width: 100%;
}

.btn4_normal_u_li {
	width: 12px;
	height: 10px;
	background: url(button_4/button_normal_u_li.png) no-repeat;
}

.btn4_normal_u_mi {
	height: 10px;
	background: url(button_4/button_normal_u_mi.png) repeat-x;
}

.btn4_normal_u_re {
	width: 12px;
	height: 10px;
	background: url(button_4/button_normal_u_re.png) no-repeat;
}

.btn4_container_over {
	position: absolute;
	left: 0px;
	top: 0px;
	display: none;
	z-index: 5;
}

.btn4_over_o_li {
	min-width: 12px;
	height: 10px;
	background: url(button_4/button_over_o_li.png) no-repeat;
}

.btn4_over_o_mi {
	height: 10px;
	background: url(button_4/button_over_o_mi.png) repeat-x;
}

.btn4_over_o_re {
	min-width: 12px;
	height: 10px;
	background: url(button_4/button_over_o_re.png) no-repeat;
}

.btn4_over_mi_li {
	background: url(button_4/button_over_mi_li.png) no-repeat;
	background-size: 100% 100%;
	width: 100%;
}

.btn4_over_mitte {
	position: absolute;
	left: 0px; top: 0px;
	z-index: 6;
	background: url(button_4/button_over_mitte.png) no-repeat;
	background-size: 100% 100%;
}

.btn4_over_mi_re {
	background: url(button_4/button_over_mi_re.png) no-repeat;
	background-size: 100% 100%;
	width: 100%;
}

.btn4_over_u_li {
	width: 12px;
	height: 10px;
	background: url(button_4/button_over_u_li.png) no-repeat;
}

.btn4_over_u_mi {
	height: 10px;
	background: url(button_4/button_over_u_mi.png) repeat-x;
}

.btn4_over_u_re {
	width: 12px;
	height: 10px;
	background: url(button_4/button_over_u_re.png) no-repeat;
}

.btn4_bubble {
	position: absolute;
	top: -8px;
	right: 11px;
	z-index: 8;
	display:inline-block;
	padding:2px 5px;

/*	-moz-box-shadow:    0px 2px 4px 0px #808080;
	-webkit-box-shadow: 0px 2px 4px 0px #808080;
	box-shadow:         0px 2px 4px 0px #808080;*/

	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #999999), color-stop(1, #666666));
	background:-moz-linear-gradient(top, #999999 5%, #666666 100%);
	background:-webkit-linear-gradient(top, #999999 5%, #666666 100%);
	background:-o-linear-gradient(top, #999999 5%, #666666 100%);
	background:-ms-linear-gradient(top, #999999 5%, #666666 100%);
	background:linear-gradient(to bottom, #999999 5%, #666666 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#666666',GradientType=0);

	background-color:#599bb3;

	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;

/*	border:2px solid #ffffff;*/

	color:#ffffff;
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	text-shadow:0px 0px 0px #3d768a;
}

.btn4_deck {
	position: absolute;
	left: 0px;
	top: 0px;
	cursor: pointer;
	background: url(px_white.jpg) repeat; z-index: 9;
}

/******* button 5 ************/
.btn5_text {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #f2f2f2; /* #f2f2f2 */
	text-shadow: 0px 0px 2px #737373; /* #737373 */
	white-space: nowrap;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 3;
}

.btn5_text_over {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #a7c7d9; /*#a7c7d9*/;
	text-shadow: 0px 0px 3px #ffffff;
	white-space: nowrap;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 7;
}

.btn5_container {
	position: relative;
	height: 0px;
}

.btn5_container_normal {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}

.btn5_normal_o_li {
	min-width: 12px;
	height: 10px;
	background: url(button_5/button_normal_o_li.png) no-repeat;
}

.btn5_normal_o_mi {
	height: 10px;
	background: url(button_5/button_normal_o_mi.png) repeat-x;
}

.btn5_normal_o_re {
	min-width: 12px;
	height: 10px;
	background: url(button_5/button_normal_o_re.png) no-repeat;
}

.btn5_normal_mi_li {
	background: url(button_5/button_normal_mi_li.png) no-repeat;
	background-size: 100% 100%;
	width: 100%;
}

.btn5_normal_mitte {
	position: absolute;
	left: 0px; top: 0px;
	z-index: 2;
	background: url(button_5/button_normal_mitte.png) no-repeat;
	background-size: 100% 100%;
}

.btn5_normal_mi_re {
	background: url(button_5/button_normal_mi_re.png) no-repeat;
	background-size: 100% 100%;
	width: 100%;
}

.btn5_normal_u_li {
	min-width: 12px;
	height: 10px;
	background: url(button_5/button_normal_u_li.png) no-repeat;
}

.btn5_normal_u_mi {
	height: 10px;
	background: url(button_5/button_normal_u_mi.png) repeat-x;
}

.btn5_normal_u_re {
	min-width: 12px;
	height: 10px;
	background: url(button_5/button_normal_u_re.png) no-repeat;
}

.btn5_bubble {
	position: absolute;
	top: -8px;
	right: 11px;
	z-index: 8;
	display:inline-block;
	padding:2px 5px;

/*	-moz-box-shadow:    0px 2px 4px 0px #808080;
	-webkit-box-shadow: 0px 2px 4px 0px #808080;
	box-shadow:         0px 2px 4px 0px #808080;*/

	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #999999), color-stop(1, #666666));
	background:-moz-linear-gradient(top, #999999 5%, #666666 100%);
	background:-webkit-linear-gradient(top, #999999 5%, #666666 100%);
	background:-o-linear-gradient(top, #999999 5%, #666666 100%);
	background:-ms-linear-gradient(top, #999999 5%, #666666 100%);
	background:linear-gradient(to bottom, #999999 5%, #666666 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#666666',GradientType=0);

	background-color:#599bb3;

	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;

/*	border:2px solid #ffffff;*/

	color:#ffffff;
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	text-shadow:0px 0px 0px #650000;
}

.btn5_deck {
	position: absolute;
	left: 0px;
	top: 0px;
	cursor: pointer;
	background: url(px_white.jpg) repeat; z-index: 9;
}


/******* button 6 ************/
.btn6_text {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #f2f2f2;
	text-shadow: 0px 0px 3px #737373;
	white-space: nowrap;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 3;
}

.btn6_text_over {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #f2f2f2;
	text-shadow: 0px 0px 3px #000000;
	white-space: nowrap;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 7;
}

.btn6_container {
	position: relative;
	height: 0px;
}

.btn6_container_normal {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}

.btn6_normal_o_li {
	min-width: 12px;
	height: 10px;
	background: url(button_6/button_normal_o_li.png) no-repeat;
}

.btn6_normal_o_mi {
	height: 10px;
	background: url(button_6/button_normal_o_mi.png) repeat-x;
}

.btn6_normal_o_re {
	min-width: 12px;
	height: 10px;
	background: url(button_6/button_normal_o_re.png) no-repeat;
}

.btn6_normal_mi_li {
	background: url(button_6/button_normal_mi_li.png) no-repeat;
	background-size: 100% 100%;
	width: 100%;
}

.btn6_normal_mitte {
	position: absolute;
	left: 0px; top: 0px;
	z-index: 2;
	background: url(button_6/button_normal_mitte.png) no-repeat;
	background-size: 100% 100%;
}

.btn6_normal_mi_re {
	background: url(button_6/button_normal_mi_re.png) no-repeat;
	background-size: 100% 100%;
	width: 100%;
}

.btn6_normal_u_li {
	width: 12px;
	height: 10px;
	background: url(button_6/button_normal_u_li.png) no-repeat;
}

.btn6_normal_u_mi {
	height: 10px;
	background: url(button_6/button_normal_u_mi.png) repeat-x;
}

.btn6_normal_u_re {
	width: 12px;
	height: 10px;
	background: url(button_6/button_normal_u_re.png) no-repeat;
}

.btn6_container_over {
	position: absolute;
	left: 0px;
	top: 0px;
	display: none;
	z-index: 5;
}

.btn6_over_o_li {
	min-width: 12px;
	height: 10px;
	background: url(button_6/button_over_o_li.png) no-repeat;
}

.btn6_over_o_mi {
	height: 10px;
	background: url(button_6/button_over_o_mi.png) repeat-x;
}

.btn6_over_o_re {
	min-width: 12px;
	height: 10px;
	background: url(button_6/button_over_o_re.png) no-repeat;
}

.btn6_over_mi_li {
	background: url(button_6/button_over_mi_li.png) no-repeat;
	background-size: 100% 100%;
	width: 100%;
}

.btn6_over_mitte {
	position: absolute;
	left: 0px; top: 0px;
	z-index: 6;
	background: url(button_6/button_over_mitte.png) no-repeat;
	background-size: 100% 100%;
}

.btn6_over_mi_re {
	background: url(button_6/button_over_mi_re.png) no-repeat;
	background-size: 100% 100%;
	width: 100%;
}

.btn6_over_u_li {
	width: 12px;
	height: 10px;
	background: url(button_6/button_over_u_li.png) no-repeat;
}

.btn6_over_u_mi {
	height: 10px;
	background: url(button_6/button_over_u_mi.png) repeat-x;
}

.btn6_over_u_re {
	width: 12px;
	height: 10px;
	background: url(button_6/button_over_u_re.png) no-repeat;
}

.btn6_bubble {
	position: absolute;
	top: -8px;
	right: 11px;
	z-index: 8;
	display:inline-block;
	padding:2px 5px;

/*	-moz-box-shadow:    0px 2px 4px 0px #808080;
	-webkit-box-shadow: 0px 2px 4px 0px #808080;
	box-shadow:         0px 2px 4px 0px #808080;*/

	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffaf02), color-stop(1, #ff6e02));
	background:-moz-linear-gradient(top, #ffaf02 5%, #ff6e02 100%);
	background:-webkit-linear-gradient(top, #ffaf02 5%, #ff6e02 100%);
	background:-o-linear-gradient(top, #ffaf02 5%, #ff6e02 100%);
	background:-ms-linear-gradient(top, #ffaf02 5%, #ff6e02 100%);
	background:linear-gradient(to bottom, #ffaf02 5%, #ff6e02 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffaf02', endColorstr='#ff6e02',GradientType=0);

	background-color:#599bb3;

	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;

/*	border:2px solid #ffffff;*/

	color:#ffffff;
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	text-shadow:0px 0px 0px #3d768a;
}

.btn6_deck {
	position: absolute;
	left: 0px;
	top: 0px;
	cursor: pointer;
	background: url(px_white.jpg) repeat; z-index: 9;
}

/******* button 7 ************/
.btn7_text {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #f2f2f2; /* #f2f2f2 */
	text-shadow: 0px 0px 2px #737373; /* #737373 */
	white-space: nowrap;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 3;
}

.btn7_text_over {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #a7c7d9; /*#a7c7d9*/;
	text-shadow: 0px 0px 3px #ffffff;
	white-space: nowrap;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 7;
}

.btn7_container {
	position: relative;
	height: 0px;
}

.btn7_container_normal {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}

.btn7_normal_o_li {
	min-width: 12px;
	height: 10px;
	background: url(button_7/button_normal_o_li.png) no-repeat;
}

.btn7_normal_o_mi {
	height: 10px;
	background: url(button_7/button_normal_o_mi.png) repeat-x;
}

.btn7_normal_o_re {
	min-width: 12px;
	height: 10px;
	background: url(button_7/button_normal_o_re.png) no-repeat;
}

.btn7_normal_mi_li {
	background: url(button_7/button_normal_mi_li.png) no-repeat;
	background-size: 100% 100%;
	width: 100%;
}

.btn7_normal_mitte {
	position: absolute;
	left: 0px; top: 0px;
	z-index: 2;
	background: url(button_7/button_normal_mitte.png) no-repeat;
	background-size: 100% 100%;
}

.btn7_normal_mi_re {
	background: url(button_7/button_normal_mi_re.png) no-repeat;
	background-size: 100% 100%;
	width: 100%;
}

.btn7_normal_u_li {
	min-width: 12px;
	height: 10px;
	background: url(button_7/button_normal_u_li.png) no-repeat;
}

.btn7_normal_u_mi {
	height: 10px;
	background: url(button_7/button_normal_u_mi.png) repeat-x;
}

.btn7_normal_u_re {
	min-width: 12px;
	height: 10px;
	background: url(button_7/button_normal_u_re.png) no-repeat;
}

.btn7_bubble {
	position: absolute;
	top: -8px;
	right: 11px;
	z-index: 8;
	display:inline-block;
	padding:2px 5px;

/*	-moz-box-shadow:    0px 2px 4px 0px #808080;
	-webkit-box-shadow: 0px 2px 4px 0px #808080;
	box-shadow:         0px 2px 4px 0px #808080;*/

	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffaf02), color-stop(1, #ff6e02));
	background:-moz-linear-gradient(top, #ffaf02 5%, #ff6e02 100%);
	background:-webkit-linear-gradient(top, #ffaf02 5%, #ff6e02 100%);
	background:-o-linear-gradient(top, #ffaf02 5%, #ff6e02 100%);
	background:-ms-linear-gradient(top, #ffaf02 5%, #ff6e02 100%);
	background:linear-gradient(to bottom, #ffaf02 5%, #ff6e02 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffaf02', endColorstr='#ff6e02',GradientType=0);

	background-color:#599bb3;

	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;

/*	border:2px solid #ffffff;*/

	color:#ffffff;
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	text-shadow:0px 0px 0px #650000;
}

.btn7_deck {
	position: absolute;
	left: 0px;
	top: 0px;
	cursor: pointer;
	background: url(px_white.jpg) repeat; z-index: 9;
}
