.dnnFormItem input[type="text"],
.dnnFormItem input[type="password"],
.dnnFormItem input[type="email"],
.dnnFormItem input[type="tel"],
.dnnFormItem select,
.dnnFormItem textarea{min-width:135px;}
.dnnFormItem select{min-width:135px;}
.dnnFormItem .dnnSpinner{min-width:135px;}
.dnnFormItem .dnnTagsInput{min-width:135px;}
div.dnnTagsInput div  {min-width:135px;}
h2.dnnFormSectionHead {
	margin-top:8px; 
	margin-bottom:18px;
	border-bottom:1px solid #ddd;
	font-size: 18px; 
	line-height: 22px; 
	letter-spacing:-0.03em; 
}
h2.dnnFormSectionHead a{
	display:block;
	padding-left:3px;
	background:url(../../images/down-icn.png) no-repeat right 50%;
	text-decoration:none;
	color:#333;
	font-size:14px;
	letter-spacing:normal;
	font-weight:normal;
}
h2.dnnFormSectionHead a:hover{
	color:#222;
	background:rgba(2,139,255,0.05) /* blue */ url(../../images/down-icn.png) no-repeat right 50%;
}
h2.dnnFormSectionHead a.dnnSectionExpanded{
	background: url(../../images/up-icn.png) no-repeat right 50%;
	color:#222;
}
h2.dnnFormSectionHead a.dnnSectionExpanded:hover{
	color:#222;
	background:rgba(2,139,255,0.05) /* blue */ url(../../images/up-icn.png) no-repeat right 50%; /* ACTIVE BLUE */
}

