@charset "utf-8";
/* CSS Document */

td.yellow {
	background-color: #FFFF99;
	border-top-width: thin;
	border-bottom-width: thick;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFCC33;
	border-bottom-color: #FFFFCC;
}
td.blue {
	background-color: #CCCCFF;
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #9999CC;
	border-bottom-color: #EEEEFF;
}
td.green {
	background-color: #CCFFCC;
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #99CC99;
	border-bottom-color: #EEFFEE;
}
.form_error {
/* background-color: #f4fd64; */
background-image:url(/images/icons/alert.gif);
background-position:left;
background-repeat:no-repeat;
padding-left:64px;
padding-top:16px;
padding-bottom:16px;
}
