body {
   font-family : Verdana, Arial, Helvetica, sans-serif !important;
}
.buttons {
    border-right: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    border-right: 1px solid #6D9F96;
    border-bottom: 1px solid #6D9F96;
    padding: 3px 8px;
    color: #f4f4f4;
	background-color: #7DAFA6;
	font-size : 11px;
	font-weight: bold;
	text-transform : lowercase;
	cursor:pointer;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	text-decoration : none;
}

.redButtons {
    border-right: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    border-right: 1px solid #6D9F96;
    border-bottom: 1px solid #6D9F96;
    padding: 3px 8px;
    color: #f4f4f4;
	background-color: #AF0A30;
	font-size : 11px;
	font-weight: bold;
	text-transform : lowercase;
	cursor:pointer;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	text-decoration : none;
}

.grayButtons {
    border-right: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    border-right: 1px solid #6D9F96;
    border-bottom: 1px solid #6D9F96;
    padding: 3px 8px;
    color: #f4f4f4;
	background-color: #DFDFDF;
	font-size : 11px;
	font-weight: bold;
	text-transform : lowercase;
	cursor:pointer;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	text-decoration : none;
}

.greenButtons {
    border-right: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    border-right: 1px solid #6D9F96;
    border-bottom: 1px solid #6D9F96;
    padding: 3px 8px;
    color: #f4f4f4;
	background-color: #347F27;
	font-size : 11px;
	font-weight: bold;
	text-transform : lowercase;
	cursor:pointer;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	text-decoration : none;
}
