.jquery_form_error {
	border: 1px solid #900!important;
}
#jquery_form_message {
	position: absolute;
	background-color: #FFE8DD;
	border: 2px solid #900;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	display: none;
	padding: 0;
	margin: 0;
	z-index: 2000;
	width: 230px;
}
	#jquery_form_message_content {
		padding: 5px;
	}
	#jquery_form_message_pointer {
		position: absolute;
		padding: 0;
		border-style: solid;
		border-color: transparent;
		border-width: 9px;
		height: 0;
		line-height: 0;
		width: 0;
		top: -9px;
		left: 2px;
		border-top-width: 0;
		border-bottom-color: #FFE8DD;
		z-index: 2002;
	}
	#jquery_form_message_pointer_border {
		position: absolute;
		padding: 0;
		border-style: solid;
		border-color: transparent;
		border-width: 11px;
		height: 0;
		line-height: 0;
		width: 0;
		top: -11px;
		left: 0;
		border-top-width: 0;
		border-bottom-color: #900;
		z-index: 2001;
	}
.jquery_form_required {
	color: #F00;
	display: inline!important;
	position: relative;
	top: -2px;
	padding: 0 3px;
}