﻿.Buttons-xxl
{
	display:table-cell;
	width:135px;
	height:40px;
	text-align:center;
	vertical-align:middle;
	background-color:#cce227;
	border:1px solid #ffffff;
	color:#000000;
	cursor:pointer;
}

.Buttons-xxl:hover
{
	background-color:#e2eaa9;
}
