table.tabSubs{
	clear:both;
	margin:0 5px 5px 0;
	table-layout:auto;
	border: 2px inset #AAAAAA;
	width:284px;
	height:140px;
	float:right;
}
td.tdSubsM{
	font-size:12px;
	text-align:center;
	vertical-align:top;
	padding-left:10px;
	height:20px;
	font-weight:bold;
	color:#001E4C;
}
td.tdSubsR{
	font-size:11px;
	text-align:right;
	vertical-align:top;
	padding-right:5px;
	height:20px;
	color:#001E4C;
}
td.tdSubsL{
	font-size:11px;
	text-align:left;
	vertical-align:top;
	padding:3px;
	height:20px;
	width:auto;
	color:#001E4C;
}



input.inpSubsFormText{
	font-size:1em;
	border:1px inset #001E4C;
	color:#005197;
	background-color:#FFFFFF;
	width:200px;
}
input.inpSubsFormTextError{
	font-size:1em;
	border:1px inset #660000;
	color:#990000;
	background-color:#FF6666;
	width:200px;
}
textarea.tbxSubsFormText{
	font-size:1em;
	border:1px inset #001E4C;
	color:#005197;
	background-color:#FFFFFF;
	width:200px;
}
textarea.tbxSubsFormTextError{
	font-size:1em;
	border:1px inset #660000;
	color:#990000;
	background-color:#FF3333;
	width:200px;
}
select.selSubsFormMenu{
	border:1px inset #001E4C;
	color:#005197;
	background-color:#FFFFFF;
	width:200px;
	font-size:1.0em;
}
select.selSubsFormMenuError{
	border:1px inset #660000;
	color:#990000;
	background-color:#FF3333;
	width:200px;
	font-size:1.0em;
}
input.inpSubsButton{
	background-color:#CCCCCC;
	margin:5px auto;
	width:auto;
	font-weight:bold;
	border: 1px outset #ddd;
}
