/* CSS Document */

table.frmTable
{
	width:350px;
	border:none 1px #f0f;
	
	position:relative;
	margin:0 auto;
}

td.tdButtons
{
	text-align:left;
	width:15px;
	border:none 1px #f0f;
}

td.label
{
	width:75px;
	padding-right:5px;
	padding-bottom:5px;
	border:none 1px #000;
}

td.lblSmall
{
	width:75px;
	
	padding-bottom:5px;
	padding-left:5px;
	
	border:none 1px #000;
}

td.txtFieldLrg
{
	width:200px;
	border:none;

}


td.txtFieldLrg input
{
	width:100%;
	border:solid 1px #84a1b3;
}

.comboBoxStyle
{
	border:solid 1px #84a1b3;
	width:100%;
} 

.txtMessage
{
	height:250px;
	width:auto;
	border:solid 1px #84a1b3;
}

