
.CFTableMain input
{
	border:1px solid #ccc;
}
.CFTableMain textarea
{
	border:1px solid #ccc;
}

.CErrorMessage
{
	font-family: verdana, Tahoma, arial, helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: red;
}

.CFieldLabel
{
	font-family: verdana, Tahoma, arial, helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: black;
}

.CFieldLabelError
{
	font-family: verdana, Tahoma, arial, helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: red;
}

.CFButtonsCell
{
	padding-right:60px;
}

.CFRadioButton input
{
	border-style: none;
}

.CFButton
{	
	cursor:hand;
	color:#ffffff;
	font-family: verdana, Tahoma, arial, helvetica, sans-serif;
	font-size: 8pt;
	background-color: #999;
	border-left-style: solid;
	/*border-left-width: 1px;
	border-left-color: #ffffff;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #666666;
	border-top-width: 1px; 
	border-top-style: solid; 
	border-top-color: #ffffff;
	border-bottom-width: 1px; 
	border-bottom-style: solid; 
	border-bottom-color: #666666;*/
	border-style:none;
	height:20px;
}