<!--
##-----------------------------------------------------------------##
## ##
## ##
## © Copyright Stephen Heylings 2003. All rights reserved. No part ##
## of this or any of the attached documents shall be ##
## reproduced/stored in any way whatsoever without written ##
## permission from the Copyright holder. ##
## The Copyright holder holds no responsibility for errors or ##
## omissions. No liability is assumed in any way for damages ##
## resulting from the use of this document/program. ##
## ##
## Have a nice day. ##
## ##
## ##
##-----------------------------------------------------------------##
-->
<html>
<head>
<title>CosmicFormMail</title>
<style type="text/css">
.title
{
width: 400;
background-color: #9999CC;
font-family: verdana, arial, helvetica, sans-serif; text-decoration: none; font-size:14pt;
}
td
{
font-size:10pt;
background-color: #666699;
font-family: verdana, arial, helvetica, sans-serif; text-decoration: none; font-size:12;
}
</style>
</head>
<body>
<form method="post" action="email.php">
<input type="hidden" name="subject" value="subject in subject line">
<table>
<tr>
<td>First Name:</td>
<td><input type="text" name="FirstName" style="border:0"></td>
</tr>
<tr>
<td>Last Name:</td>
<td><input type="text" name="LastName" style="border:0"></td>
</tr>
<tr>
<td>Email:</td>
<td><input type="text" name="Email" style="border:0"></td>
</tr>
<tr>
<td>Message:</td>
<td><textarea name="Message" rows="14" cols="44"></textarea></td>
</tr>
</table><br>
<input type="submit" value="submit" name="submit" style="background:#004080; font-family: Verdana; font-size: 10pt; color: #C0C0C0; font-weight: bold; border-width: 1; border-color: #0080FF; margin-left: 0px;"><br>
</body>
</html>