@CHARSET "UTF-8";

body {
  	font-family:		arial, tahoma, helvetica, courier, sans-serif;
  	background-color:	#fdfdfd;
}

h2 {
	margin-top:			0;
	padding:			0;
}

.td_title {
	width:				200px;
	font-weight:		bold;
}

.error {
	color:				red;
	font-weight:		bold;
}

.success {
	color:				green;
	font-weight:		bold;
}