@CHARSET "UTF-8";

/* buttons ------------------------------------ */
.StandardIconButton,
.StandardButton {
	height: 26px;
	float: left;
}

.StandardIconButton .Label,
.StandardButton .Label {
	line-height: 26px;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	padding: 0 10px;
}

.StandardIconButton .Label {
	padding: 0 25px 0 10px;
}

.StandardIconButton .ArrowIcon {
	position: absolute;
	right: 10px;
	top: 9px;
	line-height: 0px;
	font-size: 0px;
}


.LargeIconButton,
.LargeButton {
	height: 30px;
	float: left;
}

.LargeIconButton .Label,
.LargeButton .Label {
	line-height: 30px;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	padding: 0 10px;
}

.LargeIconButton .Label {
	padding: 0 40px 0 10px;
}

.LargeIconButton .ArrowIcon {
	position: absolute;
	right: 5px;
	top: 5px;
	line-height: 0px;
	font-size: 0px;
}


.SmallButton {
	height: 14px;
	float: left;
}

.SmallButton .Label {
	line-height: 13px;
	color: #fff;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	padding: 0 6px;
}