
.green_button_left {
	float:left;
	background-image:url(../images/std_bevel_emboss_buttons/green_button_left.png);
	height:28px; width:11px;
	background-repeat:none;
}

.bg_green_button, .green_button_bg {
	-khtml-user-select: none;
	-moz-user-select: none;
	font-weight:900;
	float:left;
	background-image:url(../images/std_bevel_emboss_buttons/green_button_bg.png);
	background-repeat:repeat-x;
	height:28px;
	padding-right:3px;
	color:white;
	line-height:24px;
}

.green_button_right {
	float:left;
	background-image:url(../images/std_bevel_emboss_buttons/green_button_right.png);
	width:8px;
	height:28px;
	background-repeat:none;
}

.blue_button_left {
	float:left;
	background-image:url(../images/std_bevel_emboss_buttons/blue_button_left.png);
	height:28px; width:11px;
	background-repeat:none;
}

.blue_button_bg {
	-khtml-user-select: none;
	-moz-user-select: none;
	font-weight:900;
	float:left;
	background-image:url(../images/std_bevel_emboss_buttons/blue_button_bg.png);
	background-repeat:repeat-x;
	height:28px;
	font-size:12px;
	padding-right:3px;
	color:white;
	line-height:24px;
}

.blue_button_right {
	float:left;
	background-image:url(../images/std_bevel_emboss_buttons/blue_button_right.png);
	width:8px;
	height:28px;
	background-repeat:none;
}

