
	table.confirm_message{
		margin-top: 10px;
		margin-bottom: 10px;
		font-weight: bold;
		letter-spacing: +2px;
		background-color: #666666;
		background-image:url(./images/message_bg.gif);
		padding-left: 5px;
		padding-right: 0px;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	table.confirm_message td{
		color: #000000;
	}

	table.error_message{
		margin-top: 10px;
		margin-bottom: 10px;
		font-weight: bold;
		letter-spacing: +2px;
		background-color: #666666;
		background-image:url(./images/message_bg.gif);
		padding-left: 5px;
		padding-right: 0px;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	table.error_message td{
		color: #ff0000;
	}

	div.error_message{
		color: #ff0000;
		font-weight: bold;
		padding: 0px;
		margin: 0px;
		width: auto;
	}