@charset "utf-8";
/* CSS Document */
.boxerror {
	color:#FF3333; 
	padding:5px;
	margin:10px;
	font-size:11px;
	font-weight:bold;
	border:#FF0033 1px dotted;
	text-align:center;
}
.boxsuccess {
	color:#003C78;
	padding:20px;
	margin:50px 0px;
	font-size:11px;
	font-weight:bold;
	border:#003C78 1px dotted;
	text-align:center;
}
