.btn-widget.design-flat .btn{
	background-color: #eee;
	border:1px solid #ccc;
	border-radius: 3px;
	font-weight: bold;
	padding: 0 3px 0 4px;
}
.btn-widget.design-flat .btn:before{
}
.btn-widget.design-flat .btn:focus, .btn-widget.design-flat .btn:hover, .btn-widget.design-flat .btn:active {
	color: #333;
	border-color: #bbb;
	background-color: #d9d9d9;
}
