#derrickphillipssbcgloba  {
   background: url(contactmedia/derrickphillipssbcgloba.gif) no-repeat;
   visibility: visible;
   position: absolute;
   left: 451px;
   top: 240px;
   z-index: 2;
   width: 303px;
   height: 25px;
}

#contactcontactderrick  {
   background: url(contactmedia/contactcontactderrick.gif) no-repeat;
   visibility: visible;
   position: absolute;
   left: 504px;
   top: 165px;
   z-index: 2;
   width: 183px;
   height: 70px;
}

#pobox490234chicagoil6  {
   background: url(contactmedia/pobox490234chicagoil6.gif) no-repeat;
   visibility: visible;
   position: absolute;
   left: 514px;
   top: 420px;
   z-index: 2;
   width: 186px;
   height: 136px;
}

#commentsform fieldset  {
   font: 9px/11px "Arial Black";
   color: #FFFFFF;
   border: none;
}

#commentsform p  {
   margin: 0px;
}

#commentsform  {
   visibility: visible;
   position: absolute;
   left: 396px;
   top: 282px;
   z-index: 2;
   width: 414px;
}

.centerac  {
   text-align: center;
}

fieldset *  {
   margin: .2em 0 .2em 0;
}

label  {
   margin-right: .5em;
   display: block;
   text-align: right;
   float: left;
   width: 44px;
}

-----------------------------7db1e0282b04dc
Content-Disposition: form-data; name="userfile"; filename="E:\Derrick's web site\contact_coments.php"
Content-Type: text/plain

<?php

   /*  This PHP form mailing script created by SiteGrinder v2.0.5_r896  http://www.medialab.com/sitegrinder  */

  $message = "";
  $message .= "Coments: " . htmlspecialchars($_POST['coments'], ENT_QUOTES) . "<br>\n";
  $lowmsg = strtolower($message);
  $injection_strings = array ( "content-type:","charset=","mime-version:","multipart/mixed","bcc:","cc:");
  foreach($injection_strings as $suspect)
  {
   if((eregi($suspect, $lowmsg)))
   {
     die ( 'Illegal Input.  Go back and try again.  Your message has not been sent.' );
   }
  }
 $headers = "MIME-Version: 1.0\r\nContent-type: text/html; charset=iso-8859-1\r\n";
 $headers .= "From: \"" . "" . "\" <" . "" . ">\r\n";
 $headers .= "Reply-To: " . "" . "\r\n\r\n";
  mail("", "", $message, $headers);
?>