.successContent, .errorContent {
    margin-bottom: 20px;
    display: none;
    text-transform: none;
    letter-spacing: 1px;
}
/*Validadores*/
	.failform:not(.title-question):not(select){
		background:#ffffff url(../images/icos/failform.png) no-repeat 99% center!important;	
	}
	.failform.title-question{
		background: url(../images/icos/failform.png) no-repeat 100% center!important;
		padding-right: 22px;
	}
	
	.okform:not(.title-question):not(select){
		background:#ffffff url(../images/icos/okform.png) no-repeat 99% center!important;
	}
	select.failform{
		background:#ffffff url(../images/icos/failform.png) no-repeat 95% center!important;
	}
	
	select.okform{
		background:#ffffff url(../images/icos/okform.png) no-repeat 95% center!important;
	}
	.parent-failform .chosen-single span{
		background:#ffffff url(../images/icos/failform.png) no-repeat 99% center!important;
	}
	.failform.check-group.sessiontit {
		background: none!important;
	}