	/*	Tooltips	*/
		.lightTip, .yellowTip, .orangeTip, .redTip, 
		.greenTip, .blueTip, .purpleTip, .darkTip, .customTip	{ width: 250px;	}
		
		.lightTip .content, .yellowTip .content, 
		.orangeTip .content, .redTip .content, 
		.greenTip .content, .blueTip .content, 
		.purpleTip .content, .darkTip .content, 
		.customTip .content	{ 
			padding: 7px; 
			-moz-border-radius: 10px; 
			-webkit-border-radius: 10px; 
			border: 2px solid; 
			font: bold 12px Tahoma, sans-serif;	
			color: #444;
		}

		.lightTip .bottom, .yellowTip .bottom, 
		.orangeTip .bottom, .redTip .bottom, 
		.greenTip .bottom, .blueTip .bottom, 
		.purpleTip .bottom, .darkTip .bottom,
		.customTip .bottom	{ height: 14px;	}
		
		.lightTip .content	{ border-color: #e2e2e2; background: #ffffff; color: #020202; }
		.lightTip .bottom	{ background: url('http://www.bpmimages.com/bluephoenixmedia/resources/validation/images/notch-white.png') top center no-repeat; }
		 
		.yellowTip .content	{ border-color: #f9e98e; background: #fbf7aa; color: #020202; }
		.yellowTip .bottom	{ background: url('http://www.bpmimages.com/bluephoenixmedia/resources/validation/images/notch-yellow.png') top center no-repeat; }
		 
		.orangeTip .content	{ border-color: #f9cd8e; background: #fbe3aa; color: #020202; }
		.orangeTip .bottom	{ background: url('http://www.bpmimages.com/bluephoenixmedia/resources/validation/images/notch-orange.png') top center no-repeat; }
		 
		.redTip .content	{ border-color: #ce6f6f; background: #f79992; color: #020202; }
		.redTip .bottom		{ background: url('http://www.bpmimages.com/bluephoenixmedia/resources/validation/images/notch-red.png') top center no-repeat; }
		 
		.greenTip .content		{ border-color: #a9db66; background: #cae8a2; color: #020202; }
		.greenTip .bottom		{ background: url('http://www.bpmimages.com/bluephoenixmedia/resources/validation/images/notch-green.png') top center no-repeat; }
		 
		.blueTip .content		{ border-color: #36a4d9; background: #90d8f0; color: #020202; }
		.blueTip .bottom		{ background: url('http://www.bpmimages.com/bluephoenixmedia/resources/validation/images/notch-blue.png') top center no-repeat; }
		 
		.purpleTip .content		{ border-color: #8671de; background: #a290f0; color: #020202; }
		.purpleTip .bottom		{ background: url('http://www.bpmimages.com/bluephoenixmedia/resources/validation/images/notch-purple.png') top center no-repeat; }
		 
		.darkTip .content		{ border-color: #303030; background: #505050; color: #f8f8f8; }
		.darkTip .bottom		{ background: url('http://www.bpmimages.com/bluephoenixmedia/resources/validation/images/notch-dark.png') top center no-repeat; }

		.customTip .content		{ border-color: #e2e2e2; background: #efefef; color: #020202; }
		.customTip .bottom		{ background: url('http://www.bpmimages.com/bluephoenixmedia/resources/validation/images/notch-white.png') top center no-repeat; }
	
		.alertIcon{
			background: url('http://www.bpmimages.com/bluephoenixmedia/resources/validation/images/error.png') no-repeat;
			height: 16px;
			width: 16px;
			float: left;
			padding: 3px;
		}
	
	
	/*************************************/
	
		.valid {	background: #AFA;	}
		.invalid, .error {	background: #FAA;	}
		.processing {	
			background-image: url('http://www.bpmimages.com/bluephoenixmedia/resources/validation/images/ajax-loader.gif');
			background-repeat: no-repeat;
			background-position: center right;
		}
		.landline {	background: url('http://www.bpmimages.com/bluephoenixmedia/resources/validation/images/landline.png') no-repeat center right;		}
		.mobile {	background: url('http://www.bpmimages.com/bluephoenixmedia/resources/validation/images/mobile.png') no-repeat center right;		}
		.phoneStatus {	padding: 8px; display: inline;	}