#errorLeftUp {
	background: url(../im/error_rounded_left_up.gif) no-repeat;
}
#errorLeft {
	background: url(../im/error_rounded_left.gif) repeat-y;
}
#errorLeftDown {
	background: url(../im/error_rounded_left_down.gif) no-repeat;
}
#errorRightUp {
	background: url(../im/error_rounded_right_up.gif) no-repeat;
}
#errorRight {
	background: url(../im/error_rounded_right.gif) repeat-y;
}
#errorRightDown {
	background: url(../im/error_rounded_right_down.gif) no-repeat;
}
#errorUp {
	background: url(../im/error_rounded_up.gif) repeat-x;
}
#errorDown {
	background: url(../im/error_rounded_down.gif) repeat-x;
}
#errorBackground {
	background: #FF6;
}
#errorText {
	color: #000;
	padding: 10px;
	font: bold 12px Arial, Helvetica, sans-serif;
}
#errorTextNormal {
	color: #000;
	padding: 0 10px 10px;
	font: normal 12px Arial, Helvetica, sans-serif;
}
#errorTextLarge {
	color: #000;
	padding: 10px;
	font: bold 14px Arial, Helvetica, sans-serif;
}
.error { border:#FF0000 1px solid}
.notify {
	margin:0 auto;
	font-style:italic;
	color:#333333;
	background: url(/im/notify.png) no-repeat top left;
	line-height:35px;
	padding-left:35px;
	font-weight:bold;
	text-align:left;
}