
.validable-helpWrapper{
	display:inline;
	width:0;
	padding-top:0.2em;
	margin-left:.4em;
	position:absolute;
}
.validable-helpTip{
	padding:.2em .4em;
	position: absolute;
	white-space:nowrap;
	margin-left:15px;
	display:none;
	z-index:999;
}
.validable-helpMsg{
	font-size:.9em;
	font-style:italic;
	text-align:justify;
}
.validable-corner, .validable-cornerBg {
	position:absolute;
	width:0;
	height:0;
	background: none !important;
	border-top:dotted transparent 7px !important;
	border-bottom:dotted transparent 7px!important;
	border-right-width:14px !important;
	border-right-style:solid;
	border-left:none !important;
	top:2px;
	left:-15px;
}
.validable-cornerBg{
	border-right-color:transparent;
	top:-7px;
	left:2px;
}
.validable-required{
	color:#f00;
	font-weight:bold;
}
.ui-state-success{
	background:#efe;
	border-width:1px;
	border-color:#080;
}