/* Forms */

#cfrm p.title
	{
	font-family: "Trebuchet MS", Arial;
	font-size:1.8em;
	font-weight:bold;
	margin-top:5px;
	text-align: left;
	}


#cfrm td.f
	{
	font-family: "Trebuchet MS", Arial;
	font-size:12px;
	font-weight:normal;
	text-align: right;
	color: black;
	}

#cfrm td.fr
	{
	font-family: "Trebuchet MS", Arial;
	font-size:12px;
	font-weight:bold;
	text-align: right;
	color: red;
	}

#cfrm td.g
	{
	font-family: "Trebuchet MS", Arial;
	font-size:12px;
	font-weight:normal;
	text-align: left;
	color: black;
	}

#cfrm input.ir
	{
	border: thin solid red;
	}

#cfrm textarea.ir
	{
	border: thin solid red;
	}


#cfrm td.err
	{
	font-family: "Trebuchet MS", Arial;
	font-size:12px;
	font-weight:normal;
	text-align: left;
	background-color: #FFFFFC;
	color: red;
	}



