	*{margin:0;padding:0;}

	body {
	margin:10px;
	font-family: "Trebuchet MS",Tahoma,sans-serif;
	}
a, a:visited{
	color: #296398;
	text-decoration: none;
}
a:hover{
	color: #ff0000;
	text-decoration: none;
}
#lista_clienti{
	font-family: "Trebuchet MS",Tahoma,sans-serif;
	font-size: 0.8em;
}
.tabel{
	display: table;
	border-collapse: collapse;
}
.tabel tr{
	border: 1px solid #000;
	margin:0;
	padding:0;
}
.tabel tr td, table tr th{
	border: 1px solid #000;
	margin:0;
	padding:2px;
}

.button{
	padding:5px;
}
	.butoane{
		height:10px;
		margin:5px;
	}
	.butoane:hover{
		background-color:#94869d;
	}

	img{
		border:0px;
	}


	ul#butoane-devize{
		list-style:none;
		margin:0;
		padding:0;
		text-align: center;
	}
	ul#butoane-devize li{
//		float: left;
		text-align: center;
	}


	.btn-add-24{
		
	}

.buton-gri-mic {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:1px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}.buton-gri-mic:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.buton-gri-mic:active {
	position:relative;
	top:1px;
}	