div.messages {
	background: #F7E9E9;
	border: 2px solid #DE7A7B;
	font-size:12px;
	display: inline-table;
	line-height: 19px;
	vertical-align: top;
	cursor: hand;
	width: 98%;
	padding:5px;
}
div.validate {
	line-height:20px;
	background: url("../../images/validate/unchecked.gif") 2px 3px no-repeat;
	padding-left: 20px;
	color: #CC0000;
	width:100%;
}
label.validate {
	/* remove the next line when you have trouble in IE6 with labels in list */
	background: url("../../images/validate/unchecked.gif") 2px 3px no-repeat;
	padding-left: 20px;
	color: #CC0000;
	width: 100%;
}
span.validate {
	/* remove the next line when you have trouble in IE6 with labels in list */
	background: url("../../images/validate/unchecked.gif") 2px 3px no-repeat;
	padding-left: 20px;
	color: #CC0000;
	width: 100%;
}
div.default{
	height:1px;
	width:1px;
	visibility:hidden;
}
input.validate { border:#FF0000 1px dotted; }
div.changesuccess{line-height:18px;}