input.Text2,
input.Text3,
input.Text4
{
	width: 160px;
	border-style: solid;
	border-width: 1px;
	border-color: #7C7C7C #CCCCCC #CCCCCC #7C7C7C;
	height: 15px;
	font-size: 11px;
	color: #595959;
	background: #fff;
}

input.Text3
{
	width: 40px;
}

input.Text4
{
	width: 55px;
}

select.Small,
select.Long
{
	width: 160px;
	font-size: 1em;
	color: #595959;
}

select.Long
{
	width: 180px;
	font-size: 0.9em;
}

textarea.Text2
{
	width: 160px;
	height: 45px;
	border-style: solid;
	border-width: 1px;
	border-color: #7C7C7C #CCCCCC #CCCCCC #7C7C7C;
	font-size: 100%;
	color: #595959;
	background-color: #fff;
	font-family: arial;	
}

table.Form
{
	margin: 0px;
	width: 100%;
	float: left;	
}

table.Form td
{
	padding: 5px 10px 5px 0px;
	vertical-align: top;
	font-size: 11px;
}

p.Error
{
	float: left;
	color: #C02A2C;
}

table.Form td.Error
{
	color: #C02A2C;
}

table.Form td.Action
{
	text-align: left;
	padding: 20px 0px 50px 0px;	
}