﻿/* Blue buttons */
.btn_blue, .btn_blue_120, .btn_blue_150, .btn_blue_230 {
	width: 160px;
	font-size: 12pt;

	color: #ffffff;
	background-color: #0070c0;
	line-height: 33px;
	text-align: center;

	border: none;
	outline:none;

	cursor: pointer;
}
.btn_blue_120 {
	width: 120px;
}
.btn_blue_150 {
	width: 150px;
}
.btn_blue_230 {
	width: 230px;
}

/* White buttons */
.btn_white, .btn_white_120, .btn_white_150 {
	width: 160px;
	font-size: 12pt;

	line-height: 31px;
	text-align: center;

	background-color: #ffffff;

	border-style: solid;
	border-width: 1px;
	border-color: #999999;

	outline:none;

	cursor: pointer;
}
.btn_white_120 {
	width: 120px;
}
.btn_white_150 {
	width: 150px;
}

/* Red buttons */
.btn_red_120 {
	width: 120px;
	font-size: 12pt;

	line-height: 33px;
	text-align: center;

	color: #ffffff;
	background-color: #bf2c00;

	border: none;
	outline:none;

	cursor: pointer;
}

.btn_disabled_150 {
	width: 150px;
	font-size: 12pt;

	line-height: 31px;
	text-align: center;

	color: #b6b6b6;
	background-color: #ffffff;

	border-style: solid;
	border-width: 1px;
	border-color: #b6b6b6;
}
