input, select, textarea {
	background: #FCE0A8;
	color: #32659A;
	font-family: Verdana;
	font-size: 100%;
	width: 100%;
	border: 1px solid #95A3B8;
	float: left;
	font-weight: bold;
	padding-left: 6px;
	}

select{
	padding: 0px;
}

textarea {
	height: 60px; 
}

#frmtitle										{font-size: 16px;color: #FE6602;margin-top:10px;}
#frmain											{width: 100%;}
#frlabel, #fritem, #frlabel_nobg	,#frmtitle		{float: left;height: 22px;}
#frlabel											{font-size:90%;width: 150px;}
#fritem											{width: 350px;}
	
#frlabelct										{margin-top: 3px; padding-left: 3px;}
#fritemct										{padding-left: 0px;}

#frclean											{height:4px;font-size:8px;clear:both;}

