﻿
input.textbox 
{
    width: 150px;
}

.formTable
{
	border:solid 1px #D3D3D3;
	border-left-width:thin;
}

.formTable td
{
	border-left-width:0px;
	border-top-width:0px;
}

.formTable tr
{
	border-left-width:0px;
	border-top-width:0px;
}

.formTable th
{
	border-left-width:0px;
	border-top-width:0px;
}

.FormLabel
{
	width:150px;
	border-right-style:none;
	vertical-align:top;
}

.ReqFieldIndicator
{
	width:8px;
	border-Left-style:none;
	vertical-align:top;
}

.FieldInput
{
	width:270px;
	vertical-align:top;
}
