/*----------------------------------------------------------------------------*/
/*                                                                            */
/* Copyright (c) 2008 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        : contact.css                                                   */
/*                                                                            */
/* Description: Cascading Style Sheet for contact page                        */
/*                                                                            */
/*----------------------------------------------------------------------------*/
/* History                                                                    */
/* Version   Date     Author      Comments                                    */
/* --------  -------  ----------  ------------------------------------------- */
/* 01.00.00  Feb'08   A. Rinehart   Final Version.                            */
/*                                                                            */
/*----------------------------------------------------------------------------*/
/* NOTES                                                                      */
/*                                                                            */
/*                                                                            */
/*----------------------------------------------------------------------------*/

.leftcell {
	width:266px;
	padding-left:36px;
	vertical-align:top;
	font-size:0.9em;
	font-weight:bold;
	color:#464646;
}
#rat {
	margin-top:34px;
}
.rightcell {
	width:384px;
	padding-left:56px;
	vertical-align:top;
	font-size:0.9em;
	font-weight:bold;
	color:#464646;
}
#request {
	margin-bottom:12px;
}
#formBG {
	width:355px;
}
#formBG-01_ {
	width:355px;
}
#formBG-02_ {
	background-image:url(../images/formBG_02.jpg);
	background-repeat:repeat-y;
	padding-left:20px;
	width:355px; 			/* <-- 1 bad width fed to WinIE5.x       	*/
	voice-family:"\"}\""; 	/* <-- 2 WinIE5.x sees the end of the rule 	*/
	voice-family:inherit;	/* <-- 3 proper parsing browsers reset here */
	width:335px;			/* <-- 4 the real width						*/
}
#formBG-03_ {
	width:355px;
}
.smallfield {
	background-color:#f1f6e8;
	border-style:groove;
	border-width:1px;
}
.largefield {
	background-color:#f1f6e8;
	border-style:groove;
	border-width:1px;
}
.talllabelcell {
	vertical-align:top;
	padding-top:10px;
}
.entrycell {
	padding-top:9px;
	padding-bottom:9px;
}
h4 {
	margin:0px;
	padding-top:157px;
	padding-bottom:157px;
	text-align:center;
}