
.tdButtonPanel
{
	background-image		: url(../images/btn_panel_background.gif);
	background-repeat		: repeat-x;
}


.dvButtonPanelBtn
{
	background-image		: url(../images/btn_background.gif);
	background-repeat		: repeat-x;
	color				: #4A7225;
	height				: 38px;
	line-height			: 2.5em;
	font-family			: Tahoma, Arial, helvetica;
	margin				: 2px;
	margin-bottom			: 0px;
	margin-top			: 1px;
	padding				: 5px;
	cursor				: pointer;
	width				: 196px;
	_width				: 210px;
}

.dvHighlightPanelBtn
{
	background-image		: url(../images/btn_highlight_background.gif);
	background-repeat		: repeat-x;
	color				: #4A7225;
	height				: 38px;
	line-height			: 2.5em;
	font-family			: Tahoma, Arial, helvetica;
	font-weight			: bold;
	margin				: 2px;
	margin-bottom			: 0px;
	margin-top			: 1px;
	padding				: 5px;
	cursor				: default;
	width				: 196px;
	_width				: 210px;
}


#dvMsg
{
	height				: 200px;
	padding				: 5px;
}

	#dvMsg.ErrMsg,
	.ErrMsg
	{
		border				: 1px solid #680000;
		background-color		: #AB6C6C;
		color				: #470F0F;
	}
	
	#dvMsg.InfoMsg,
	.InfoMsg
	{
		border				: 1px solid #356028;
		background-color		: #BBE6AE;
		color				: #356028;
	}

	
	
button, .btnSubmit
{
	font-family			: Tahoma, Arial, helvetica;
	font-weight			: normal;
	font-size			: 8pt;
	width				: 70px;
	margin-left			: 2px;
	cursor				: pointer;
}

	.btnSubmit
	{
		margin-left			: 0px;
	}









