/*form validate css begin*/
.textfield {
	border:solid 1px #BDBDBD;
	height:20px;
}

.textselected{
	border:solid 1px red;
	height:20px;
}

.validateAlert {
	height:20px;
	background-color: #e6ffe6;
	border: 1px solid #009966;
	background-image:url(../images/validateAlert.gif);
	background-repeat:no-repeat;
	list-style-type: none;
	background-position: 3px;
	text-indent: 8px;
	z-index: 1;
	padding-top:4px;
}

.invalidateAlert {
	height:20px;
	background-color: #fff2e9;
	border: 1px solid #FF9900;
	background-image:url(../images/invalidateAlert.gif);
	padding-top:4px;
	background-repeat:no-repeat;
	list-style-type: none;
	background-position: 3px;
	text-indent: 8px;
}

.dafaultAlert {
	height:20px;
	background-color: #e2f5ff;
	border: 1px solid #00a8ff;
	z-index: 2;
	visibility: visible;
	position: relative;
	top: 0px;
	right: 0px;
	background-image:url(../images/defaultAlert.gif);
	background-repeat:no-repeat;
	list-style-type: none;
	background-position: 3px;
	text-indent: 8px;
	padding-top:4px;
}
/*form validate css end*/