.icon_button{
	font-family: 'Arial';
	font-size:11px;
	font-weight: normal;
	cursor: pointer;
}

.icon_button .button_icon, .button_label{
	float:left;
	height:100%;
}

.icon_button:hover{
	color: #39a9dc;
}
.icon_button .button_icon{
	font-size: 20px;
	margin-right: 10px;
	padding-top:0.15em;
}

.unselectable{
	-webkit-user-select: none; /* Chrome/Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */

	/* Rules below not implemented in browsers yet */
	-o-user-select: none;
	user-select: none;
}
