/* liveValidate Styles */

.valid {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  background: url('../images/valid.gif') no-repeat;
}

.invalid {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  background: url('../images/invalid.gif') no-repeat;
}

/* tool tip styles */


.tool-tip {
	color: #fff;
	width: 139px;
	height: 60px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url('../images/bubble.png') top left;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url('../images/bubble.png') bottom right;
}