.cms-button {
	display: inline-block;
	background: linear-gradient(to bottom, #FEFEFE, #F4F4F4) repeat scroll 0 0 #F3F3F3;
    border: 1px solid #BBBBBB;
    color: #333333;
	padding: 10px;
	font-weight: bold;
	cursor: pointer;
	font-size: 12px;
	text-align: center;	
	box-sizing: border-box;
} 

.cms-button:HOVER {
    background-color: #39bdf5;
    background: linear-gradient(to bottom, #39bdf5, #2c8fbd) repeat scroll 0 0 #F3F3F3;
	color: #DDD;
}

.cms-button:ACTIVE {
	background: linear-gradient(to bottom, #fefcea, #f1da36) repeat scroll 0 0 #F3F3F3;
	color: black;
}







.cms-button.save {
 	background-color: #21759B;
    background: linear-gradient(to bottom, #2A95C5, #21759B) repeat scroll 0 0 #F3F3F3;
    color: white;
}

.cms-button.save:HOVER {
	background: linear-gradient(to bottom, #61abe3, #3ba4d5) repeat scroll 0 0 #F3F3F3;
}

.cms-button.save:ACTIVE {
	background: linear-gradient(to bottom, #fefcea, #f1da36) repeat scroll 0 0 #F3F3F3;
	color: black;
	
}
 
