
.errorTxt {
	color:#f00;
}
.errorHighlight input, .errorHighlight textarea {
	border:1px solid #f00;
	background-color:#fff3f3;
}
.required {
	color:#f00;
	font-size:0.8em;
}

#message {
font-family:"Lucida Grande",verdana,arial,helvetica,sans-serif;
font-weight:bold;
margin-bottom:20px;
padding:7px 10px 8px 31px;
position:relative;
}
.error, .success, .note {
border:1px solid #FFFFFF;
color:#000000;
margin:0pt 0pt 5px;
}
.error {
background:#FFE6E6 url(/images/admin/notify/cross.gif) no-repeat scroll 5px 4px;
}

.success {
background:#E6F7ED url(/images/admin/notify/tick.gif) no-repeat scroll 5px 4px;
}
.note {
background:#FFEBCD url(/images/admin/notify/note.gif) no-repeat scroll 5px 4px;
}
