﻿/* ______________________________   */
.button_add
{
	width: 130px;
	padding-left: 10px;
	margin-right: 20px;
	color: #000000;
	background-color: #F5F8FC;
	border: solid 1px #DADADA;
	background-image: url(FORMS/buttons/_add.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 11px;
	font-weight: 700;
	text-decoration: none;
}
.button_ok
{
	width: 130px;
	padding-left: 10px;
	margin-right: 20px;
	color: #000000;
	background-color: #F5F8FC;
	border: solid 1px #DADADA;
	background-image: url(FORMS/buttons/_ok.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 11px;
	font-weight: 700;
	text-decoration: none;
}
.button_ok_disabled
{
	width: 130px;
	padding-left: 10px;
	margin-right: 20px;
	color: #777777;
	background-color: #EDEDED;
	border: solid 1px #DADADA;
	background-image: url(FORMS/buttons/_ok_disabled.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 11px;
	font-weight: 700;
	text-decoration: none;
}
.button_cancel
{
	width: 80px;
	padding-left: 10px;
	margin-right: 20px;
	color: #000000;
	background-color: #F5F8FC;
	border: solid 1px #DADADA;
	background-image: url(FORMS/buttons/_cancel.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 11px;
	font-weight: 700;
	text-decoration: none;
}
.button_cancel_disabled
{
	width: 80px;
	padding-left: 10px;
	margin-right: 20px;
	color: #777777;
	background-color: #EDEDED;
	border: solid 1px #DADADA;
	background-image: url(FORMS/buttons/_cancel_disabled.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 11px;
	font-weight: 700;
	text-decoration: none;
}
.button_search
{
	width: 130px;
	padding-left: 10px;
	margin-right: 20px;
	color: #000000;
	background-color: #F5F8FC;
	border: solid 1px #DADADA;
	background-image: url(FORMS/buttons/_search.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 11px;
	font-weight: 700;
	text-decoration: none;
}
.button_answer
{
	width: 130px;
	padding-left: 10px;
	margin-right: 20px;
	color: #000000;
	background-color: #F5F8FC;
	border: solid 1px #DADADA;
	background-image: url(FORMS/buttons/_answer.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 11px;
	font-weight: 700;
	text-decoration: none;
}