@charset "utf-8";
/* CSS Document */

.bottone-testo {
	border-radius:4px;
	background-color: #0078D7;
	width:130px;
	height: 30px;
	color:#FFF;
	padding-top: 5px;
	padding-bottom: 2px;
	padding-left: 12px;
	font-weight: bold;
	float: left;
	margin-right:3px;
	
}

.bottone-testo-long {
	border-radius:4px;
	background-color: #0078D7;
	width:180px;
	height: 30px;
	color:#FFF;
	padding-top: 5px;
	padding-bottom: 2px;
	padding-left: 12px;
	font-weight: bold;
	float: left;
	margin-right:3px;
	
}

.bottone-testo a, .bottone-testo-long a {
	
	color:#FFF;
	text-decoration:none;
	
}