/* error block */
.er_corner_top_left,
.er_corner_top_right
{
	height: 6px;
	width: 6px;
	background: url('../img/error_angles.gif') 0px 0px no-repeat #f9dfdf;
}
.er_corner_top_center
{
	background: url('../img/error_top_bottom.gif') 0px 0px repeat-x #f9dfdf;
}
.er_corner_top_right
{
	background: url('../img/error_angles.gif') 0px -12px no-repeat #f9dfdf;
}

.er_middle_left,
.er_middle_right
{
	height: 10px;
	width: 6px;
	background: url('../img/error_left_right.gif') 0px 0px repeat-y #f9dfdf;
}
.er_middle_right
{
	background: url('../img/error_left_right.gif') -6px 0px repeat-y #f9dfdf;
}

.er_middle_center
{
	background: url('../img/error_bg.gif') left center no-repeat #f9dfdf;
	height: 21px;
}
.er_middle_center div
{
	color: #555;
	font-size: 14px;
	font-family: Trebuchet MS;
	margin: 0 36px;
}

.er_corner_bottom_left,
.er_corner_bottom_right
{
	height: 6px;
	width: 6px;
	background: url('../img/error_angles.gif') 0px -6px no-repeat #f9dfdf;
}
.er_corner_bottom_center
{
	background: url('../img/error_top_bottom.gif') 0px -6px repeat-x #f9dfdf;
}
.er_corner_bottom_right
{
	background: url('../img/error_angles.gif') 0px -18px no-repeat #f9dfdf;
}

.field_error
{
	color: #444;
	font-size: 12px;
	font-family: Trebuchet MS;
	font-weight: bold;
}

/* error block end */

/* notice block */
.nTable
{
	width: 100%;
	margin: 0 0 5px 0;
}
.n_corner_top_left,
.n_corner_top_right
{
	height: 6px;
	width: 6px;
	background: url('../img/notice_angles.gif') 0px 0px no-repeat #e4ffd9;
}
.n_corner_top_center
{
	background: url('../img/notice_top_bottom.gif') 0px 0px repeat-x #e4ffd9;
}
.n_corner_top_right
{
	background: url('../img/notice_angles.gif') 0px -12px no-repeat #e4ffd9;
}

.n_middle_left,
.n_middle_right
{
	height: 10px;
	width: 6px;
	background: url('../img/notice_left_right.gif') 0px 0px repeat-y #e4ffd9;
}
.n_middle_right
{
	background: url('../img/notice_left_right.gif') -6px 0px repeat-y #e4ffd9;
}

.n_middle_center
{
	background: url('../img/notice_bg.gif') left center no-repeat #e4ffd9;
	height: 22px;
}
.n_middle_center div
{
	color: #555;
	font-size: 14px;
	font-family: Trebuchet MS;
	margin: 0 36px;
}

.n_corner_bottom_left,
.n_corner_bottom_right
{
	height: 6px;
	width: 6px;
	background: url('../img/notice_angles.gif') 0px -6px no-repeat #e4ffd9;
}
.n_corner_bottom_center
{
	background: url('../img/notice_top_bottom.gif') 0px -6px repeat-x #e4ffd9;
}
.n_corner_bottom_right
{
	background: url('../img/notice_angles.gif') 0px -18px no-repeat #e4ffd9;
}

.field_notice
{
	color: #444;
	font-size: 12px;
	font-family: Trebuchet MS;
	font-weight: bold;
}

/* notice block end */
