@charset "utf-8";
/* CSS Document */
.warning {
	background-color: #FEE;
	color: #F00;
	line-height: 150%;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 20px;
	background-image: url(../../images/FormCheck_image/check_error.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.success {
	background-color: #ECFFD9;
	font-size: 12px;
	color: #00F;
	line-height: 150%;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 20px;
	background-image: url(../../images/FormCheck_image/check_right.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.Money{ font-size:12px; font-family: "Courier New", Courier, monospace; text-align: right; }