input,
textarea
{
	font-family:"Courier New", Courier, mono;
}


input.normal,
textarea
{
	width: 325px;
}

input.margin,
select.margin
{
	margin: 0 5px 0 5px;	
}

input.margBot,
select.margBot
{
	margin-bottom: 5px;
} 

input.margLeft,
select.margLeft
{
	margin-left: 5px;
}

input.margRight,
select.margRight
{
	margin-right: 5px;
}

input.middle,
select.middle
{
	vertical-align: middle;
}

select.normal
{
	width: 328px;	
}

* html select.normal
{
	width: 330px;	
}

input.radio
{
	vertical-align: middle;
	margin-bottom: 3px;
}

input.checkbox
{
	vertical-align: middle;
}

select.short
{
	width: 80px;	
}

input.short1,
select.short1
{
	width: 50px;	
}

input.auto,
select.auto
{
	width: auto;
}

input.pages
{
	border: none;
	background: transparent;
	padding: 0;
	margin: 0;
	color: #08327e;
	font-weight: bold;
	cursor: pointer;
}

* html input.pages
{
	margin-right: 3px;
}

span.disabled
{
	color: #999999;
	font-weight: bold;
	font-size: 11px;
	padding: 0 3px 0 0;
}

html>body span.disabled
{
	padding: 0 3px 0 3px;
}

div.checkbox
{
	width: 290px;
	padding: 5px !important;
	margin-left: 5px;
}

div.checkbox input.normal
{
	width: 289px;	
}

div.checkbox textarea.normal
{
	width: 287px;	
}

div.checkbox select.normal
{
	width: 292px;	
}

* html div.checkbox select.normal
{
	width: 295px;	
}

table.form
{
	width: 100%;
	border: none;
}

table.form td
{
	padding-bottom: 6px;
}

p.borderBottom
{
	border-bottom: 1px solid #9B9896;
	padding-bottom: 11px;	
}
