.FormTable
{
	width: 560px;
}
	.FormTable td
	{
		padding: 5px;
		margin: 0px;
		font-size: 0.8em;
		vertical-align: top;
	}
	.SmallField
	{
		border: solid 1px #002647;
		width: 100px !important;
	}
	.StandardField
	{
		border: solid 1px #002647;
		width: 250px !important;
	}
	.LargeField
	{
		border: solid 1px #002647;
		width: 400px !important;
	}
	.MassiveField
	{
		border: solid 1px #002647;
		width: 400px !important;
	}
	.MiscFormElement
	{
		border: solid 1px #002647;
		width: 550px;
	}
	.FormTable .Calendar td
	{
		padding: 1px;
	}
	.FormTable .Calendar .ajax__calendar_container
	{
		width: 200px;
		background: White;
		border: solid 1px #002647 !important;
	}
	.FieldLabel
	{
		background: #002647 url(../images/field-label-corner.gif) no-repeat right;
		color: White;
		padding: 2px 20px 2px 2px;
		margin: 0;
	}

.Modal
{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9998;
	
	background-color:Black;
	filter:alpha(opacity=25);
	-moz-opacity:0.25;
	-khtml-opacity: 0.25;
	opacity: 0.25;
	
	height: 100%;
	width: 100%;
	min-height: 100%;
	min-width: 100%
}

.UpdateProgress
{
	text-align: center;
	vertical-align: middle;
	position: fixed;
	top: 20px;
	left: 45%;
	z-index: 9999;
}
