/* $Id: comment_form.css $ */
/* $Date: 2010-01-03 $ */

/* FOR DI-MGT.COM.AU */

body {
	color: black;
	background: #fffff0;
	font-family: Tahoma, arial, helvetica, sans-serif;
	font-size: 10pt;
}
h1 {
	font-size: 18px;
}
label {
	font-family: Tahoma, arial, helvetica, sans-serif;
	font-size: 10pt;
}
pre {
	font-size: 90%;
	background: #efefef;
}
.required {
	text-decoration: none;
	color: red;
}
.legal {
	font-size: 0.7em;
	width: 50%; 
	background: #e4e4e4; 
	color: black;
}
div.warn {
	display:inline; 
	color:red;
	font-size:80%;
}
dt {
	font-weight: bold;
}
.mark {
	font-weight: bold;
	color: #006699;
}

