<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.butoane {
	background-color:#000000;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#ff6600;
	font-family:Verdana;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
height:25px;
	line-height:25px;
width:120px;
	text-decoration:none;
	text-align:center;
}.butoane:hover {
	background-color:#262626;
}.butoane:active {
	position:relative;
	top:1px;</pre></body></html>