/*

	Frank Marion, software@frankmarion.com.
	http://www.frankmarion.com

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

	This document is the CSS1 style sheet for the 'Error'
	fuse. It contains only class declarations, no layout.
		
*/
	/* ------------------------------------------------------*/
	/* General error message		 						 */
#err_server_err {
	color: red;
	margin: 10px 25px 0px 25px;
	padding: 10px;
	background-color: transparent;
	border: 0px solid #94A2FF;
	width: 400px;
}

#err_server_err h2 {
	text-align: left;
	font-weight: bold;
	padding: 3px 5px 3px 0px;
}

#err_server_err hr {
	border: 0px solid black;
	height: 1px;
	color: black;
	background-color: black;
}

#err_server_err p {
	line-height: 1em;
}

#err_server_err a {
	font-weight: bold;
	color: green;
	text-decoration: underline;
}

#err_home_link {
	
}

/* ------------------------------------------------------*/
	/* General error message		 						 */
#err_report_form_table {
	width: 350px;
	border: 1px solid #94A2FF;
	margin-bottom: 15px;
}

#err_report_form_table th {
	color: #FFF;
	background-color: #94A2FF;
	font-weight: bold;
	text-align: left;
}

#usr_err_comments {
	width: 100%;
	height: 200px;
	margin: 3px 5px 3px 0px;
}

/* ------------------------------------------------------*/
	/* Text entry fields in order form					 	 */
.err_form_input {
	font-weight: normal;
	width: 325px;
	border: 1px solid #94A2FF;
}