@charset "utf-8";
/* CSS Document */

/*	AffiliationSoftware.com */

#error {
	margin-top: 20px;
	background: #FBF4F4;
	border: dashed 1px #CCC;
	padding: 12px;
	font-weight: bold;
	color: #900;
}

#success {
	margin-top: 20px;
	background: #F2FAF2;
	border: dashed 1px #CCC;
	padding: 12px;
	font-weight: bold;
	color: #090;
}


