/**********************************************************************************/
/*           		 Script Compliments of Mystical Quest!            		      */
/* 		            You may use this script free of charge                        */
/*						Fancy Feedback Form Processor							  */
/*								 Version 1.3									  */
/*																				  */
/*		This is my first script (aside from Hello, world, LOL)so don't be         */
/*	   too harsh in rating it. If you have any comments to help this script       */
/*			out, please send them to me at scripts@mysticalquest.com.             */
/*																				  */
/*	   It incorporates HTML, JavaScripting, PHP and CSS.  I have added quite      */
/*		a bit of commenting so you can use it as a learning tool if you like.     */
/*		  I got it to work well in both IE and Netscape and the formatting        */
/*									isn't too bad.								  */
/*																				  */
/*									ATTENTION									  */
/*	You should modify the copyright info at the bottom of the footer.php when     */
/*	you design your own images.  You can take the Powered by off but it would     */
/*					be appriciated if you leave it.								  */
/*																				  */
/*       Do not modify these comments follow the GNU License Strictly             */
/* 		       For information or help in formating this script                   */
/*    		 Contact scripts@mysticalquest.com We are glad to help!               */
/**********************************************************************************/
/*   Copyright (C) 2004  Aleister - Aleister@mysticalquest.com                    */
/*																				  */
/*    This program is free software; you can redistribute it and/or modify        */
/*    it under the terms of the GNU General Public License as published by        */
/*    the Free Software Foundation; either version 2 of the License, or           */
/*    (at your option) any later version.										  */
/*																				  */
/*    This program is distributed in the hope that it will be useful,             */
/*    but WITHOUT ANY WARRANTY; without even the implied warranty of              */
/*    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the               */
/*    GNU General Public License for more details.                                */
/*																				  */
/*    You should have received a copy of the GNU General Public License           */
/*    along with this program; if not, write to the Free Software                 */
/*    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA   */
/*																				  */
/*	 You can contact me at aleister@mysticalquest.com for comments, questions     */
/*	 or suggestions.                                                              */
/**********************************************************************************/
@charset "iso-8859-1";
BODY,P,DIV,TH,TD,P,INPUT,SELECT,TEXTAREA { FONT-FAMILY: Verdana, Arial, Helvetica, Sans-serif;         COLOR: #000000; FONT-SIZE: 10px; }
A:link { COLOR: #33FFFF TEXT-DECORATION: none; }
A:visited {	COLOR: #33FFFF; TEXT-DECORATION: none; }
A:hover { COLOR: #FF0000; TEXT-DECORATION: underline; }
A:active  { COLOR: #33FFFF; TEXT-DECORATION: none; }
H1 { FONT-SIZE: 15px; }
H2 { FONT-SIZE: 13px; }
H3 { FONT-SIZE: 12px; }
HR { COLOR: #DDDDDD; HEIGHT: 1px; }
BODY { MARGIN-TOP: 0 px; MARGIN-BOTTOM: 0 px; MARGIN-LEFT: 0 px; MARGIN-RIGHT: 0 px;         BACKGROUND-COLOR: #FFFFFF; }
.BottomBorderColor { BACKGROUND-COLOR: #68C1FF; }
.Bottom { BACKGROUND-COLOR: #081589; COLOR: #FFFFFF; }