.txtInput
{
	background-color: #EEEDE7;
	border: 1px #C5C2AF solid;
	width: 130px;
}

.btnInput
{
	background-color: #C5C2AF;
	border: 1px #EEEDE7 solid;
	font-size: 1em;
	font-weight: bold;	
	padding: 3px 5px;
	text-align: center;
	color: #FFF;
}

.txtArea
{
	background-color: #EEEDE7;
	border: 1px #C5C2AF solid;
	width: 98%;
	height: 10em;
	word-wrap: break-word;
	text-wrap: unrestricted;
}


.chkBox
{
  margin: 1px 3px 0 0;
}



.cfTable
{
	margin: 20px auto;
	width:90%;
}

.cfTable td
{
	text-align: right;
	height: 2em;
}

.cfTable td.title
{
	text-align: left;
	padding: 2px 0;
	width: 60%;	
}