60 lines
904 B
HTML
60 lines
904 B
HTML
<html>
|
|
<head>
|
|
|
|
<style type="text/css">
|
|
/* This style sheet should be in a seperate file */
|
|
|
|
FIELDSET {
|
|
background-color: rgb(192, 192, 192);
|
|
border: 0px groove rgb(192, 192, 192);
|
|
display: inline;
|
|
margin-left: 0px;
|
|
padding: 0px;
|
|
}
|
|
|
|
LEGEND {
|
|
background-color:rgb(192, 192, 192);
|
|
border: none ;
|
|
padding: 2px;
|
|
}
|
|
|
|
|
|
BODY,TD {
|
|
font-family: Sans-Serif;
|
|
background-color: #C0C0C0;
|
|
}
|
|
|
|
LABEL {
|
|
background-color: #C0C0C0;
|
|
margin: 0px 0px 0px 0px;
|
|
padding-left: 0px;
|
|
padding-right: 0px;
|
|
}
|
|
|
|
BODY,TD,INPUT {
|
|
font-size: 9pt;
|
|
}
|
|
|
|
BODY {
|
|
margin: 0px 0px 0px 0px;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<center>
|
|
<p><form ENCTYPE="text/plain" name="fbody"></center>
|
|
<TABLE bgcolor="#C0C0C0">
|
|
<TR>
|
|
<TD>
|
|
<fieldset width="100%" height="100%" >
|
|
<TEXTAREA cols=80 rows=20 name="body"></TEXTAREA>
|
|
</fieldset>
|
|
</TD>
|
|
</TR></TABLE>
|
|
</form>
|
|
</center>
|
|
|
|
</body>
|
|
</html>
|