.button{
	background-color: #3b91df;
	border-style:none;
	color:#FFFFFF;
	font-weight: regular;
	
	
	width: 22px;
	height: 20px;
	margin:0px;
	margin-bottom:1px;

}
.buttonover{
	background-color:#4c9ee9;
	border-style:none;
	color:#FFFFFF;
	font-weight: regular;
	
	
	width: 22px;
	height: 20px;
	margin:0px;
	margin-bottom:1px;
}