<!--
/******************************************************************************
Name:         form2.css
Version:      11/21/2006 - 11/21/2006
Author(s):    John L. Whiteman
Dependencies: N/A
Description: 
******************************************************************************/

	/*
	font: 100% Verdana,Tahoma,Arial,sans-serif;
	line-height: 2em;
	margin-bottom: 25px;
	text-align: center;
*/

#form2 {

	text-align: center;
}

form#form2 {
	border-style: solid;
	border-width: 0px;
	font: 100% Verdana,Tahoma,Arial,sans-serif;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 5px;
	padding: 5px;
}

form#form2 td {
	color: black;
	font-size: 12px;
	font-weight: normal;
	padding: 5px;
}

form#form2 input {
	border-bottom: 1px;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	border-color: black;
	border-style: solid;
	color: black;
	font: 90% Verdana,Tahoma,Arial,sans-serif;
	font-weight: bold;
}

form#form2 textarea {	
	border-bottom: 1px;
	border-left: 1px;
	border-right: 1px;
	border-top: 1px;
	border-color: black;
	border-style: solid;
	color: black;
	font: 100% Verdana,Tahoma,Arial,sans-serif;
	font-weight: bold;
}

form#form2 input#submitX {
	border-color: black;
	border-style: solid;
	border-width: 1px;
	width: 100px;
}

form#form2 table {
	border-color: gray;
	border-style: dashed;
	border-width: 0px;
}
/******************************************************************************
******************************************************************************/
-->