.button, .button_fe {
	color: #FEFEFE;
	padding: 5px;
	margin: 0px;
	text-align: center;
	border: #FEFEFE;
	font-size: 1em;
	-webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    line-height: 20px;
    font-family: Arial, Verdana;
}

.button_fe {
	background-color: #ad1733;
}

.button_inactive, .button_fe_inactive {
	background-color: #CCCCCC;
	color: #FEFEFE;
	padding: 5px;
	margin: 0px;
	-webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	line-height: 20px;
    font-family: Arial, Verdana;
}

.button a, .button a:hover, .button_fe a, .button_fe a:hover {
	text-decoration: none;
}

.button:hover, .button_fe:hover {
	background-color: #CCCCCC;
	color: #333333;
	cursor: pointer;
}