/*

	Frank Marion
	http://www.frankmarion.com

	Date Created:	Friday, May 03, 2002 3:41:54 AM
	Last Modified:	Tuesday, May 28, 2002 5:00:54 PM
	Revision:		1.0

	This document is the CSS1 style sheet for the 'Contact'
	application. It contains only class declarations, no layout.
		
*/

/* ------------------------------------------------------*/
/* Validation error classes							 	 */
.err_validation {
	font-weight:			bold;
	color:					#9C0008;
	background-color:		#DE596B;
	border:					1px solid #A50008;
}

/* ------------------------------------------------------*/
/* Client billing information name form	table		 	 */

#contact_info_table {
	width:					475px;
	margin-bottom:			15px;
	margin-top:				10px;
}
#contact_info_table th{
	color:					#FFF;
	background-color:		#94A2FF;
	font-weight:			bold;
	text-align:				left;
}

/* ------------------------------------------------------*/
/* Text entry fields in order form					 	 */
.contact_entry_input {
	font-weight:			normal;
	width:					325px;
	border:					1px solid #94A2FF;
}
.order_form_label {
	width:					120px;
}



