/*----------------------------------------------------------------------------*/
/*                                                                            */
/* Copyright (c) 2007 by color:gray. All Rights Reserved.    		          */
/*                                                                            */
/* No part of this publication may be reproduced, transmitted, transcribed    */
/* or stored in a retrieval system without the prior written authorization	  */
/* of color:gray.      														  */
/*                                                                            */
/* CSS        : form.css                                                      */
/*                                                                            */
/* Description: Cascading Style Sheet for site (for contact form)             */
/*                                                                            */
/*----------------------------------------------------------------------------*/
/* History                                                                    */
/* Version   Date     Author      Comments                                    */
/* --------  -------  ----------  ------------------------------------------- */
/* 01.00.00  July'07  A. Rinehart   Final Version.                            */
/*                                                                            */
/*----------------------------------------------------------------------------*/
/* NOTES                                                                      */
/*                                                                            */
/*                                                                            */
/*----------------------------------------------------------------------------*/

#formIntro {
	position:relative;
	top:0px;
	width:410px;
	left:186px;
}
#formHolder {
	position:relative;
	margin-top:26px;
	width:701px;
}
.labelcell {
	padding-top:5px;
	text-align:right;
	width:179px;
}
.talllabelcell {
	padding-top:9px;
	text-align:right;
	vertical-align:text-top;
	width:179px;
}
.entrycell {
	padding-top:7px;
}
.smallfield {
	background-color:#555555;
	border-style:inset;
	border-color:#343433;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
}
.largefield {
	background-color:#555555;
	border-style:inset;
	border-color:#343433;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
}
#submit {
	margin-right:24px;
}
#formfoot {
	position:relative;
	left:186px;
	width:410px;
	margin-top:12px;
	margin-bottom:12px;
}

#postform {
	text-align:center;
	font-weight:bold;
	padding-top:64px;
	padding-bottom:224px;
}