.form-err {
	margin-top: 10px;
	font-size:12px;
	color:#e00a0a;
	visibility:visible;
}
.lbl-styled {
	display: block;
	font-weight: bold;
	padding-bottom: 3px;
}
.inp-styled[type=text], .txtarea-styled {
	background-color:#FFF;
	border:1px solid #c5c5c5;
	border-radius:5px;
	box-shadow: 1px 1px 2px #CCCCCC inset;
	padding-left:0px;
	text-indent:7px;
	width:100%;
}
.inp-styled {
	height: 24px;
	line-height: 22px;
}
div.txtarea-styled {
	height:110px;
	cursor:text;
}