@charset "utf-8";
/* CSS Document */
.bara_butoane
{
	height: 20px;
	width: 800px;
}
.buton
{
	float:left;
	height:20px;
	width: 158.8px;
}
.linie1
{
	float:left;
	height: 20px;
	width:1.0px;
	background-color: #999;
}
.linie2
{
	float:left;
	height: 20px;
	width:1.0px;
	background-color:#FFF;
}
	
.buton_back
{
	position:relative;
	top:20px;
	height: 0px;
	width: 158.8px;
	background: linear-gradient( #000, #9CC, #000);
	opacity: 0.0;
	transition: 0s;
	z-index:1;
}

.buton_scris
{
	position:relative;
	top: 0px;
	color: #F93;
	height: 20px;
	width: 158.8px;
	z-index:2;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.buton_scris:hover
{
	cursor: pointer;
}
	

