BUTTON.general_button
{
	background-image: url('../images/buttons/blue_btn210x39.gif');
	width: 210px;
	height: 39px;
}

BUTTON.general_button div
{
	font-size: 20px;
	font-wight: bold;
}

BUTTON.light-blue_button
{
	background-image: url('../images/buttons/light-blue_btn194x24.gif');
	width: 194px;
	height: 24px;
	margin: 3px;
	padding: 0px;
	border: 0px;
	cursor: pointer;
}

BUTTON.light-blue_button div
{
	font-size: 14px;
	font-wight: bold;
	color: white;
}

BUTTON.green_button
{
	background-image: url('../images/buttons/green_btn194x25.gif');
	width: 194px;
	height: 25px;
	margin: 3px;
	padding: 0px;
	border: 0px;
	cursor: pointer;
}

BUTTON.green_button div
{
	font-size: 14px;
	font-wight: bold;
	color: white;
}

BUTTON.red_button
{
	background-image: url('../images/buttons/red_btn194x24.gif');
	width: 194px;
	height: 24px;
	margin: 3px;
	padding: 0px;
	border: 0px;
	cursor: pointer;
}

BUTTON.red_button div
{
	font-size: 14px;
	font-wight: bold;
	color: white;
}
