/* error block */
.er_corner_top_left,
.er_corner_top_right
{
	height: 5px;
	width: 5px;
	background: url('../img/error_angles.gif') 0px 0px no-repeat;
}
.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 -10px no-repeat;
}

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

.er_middle_center
{
	background: url('../img/error_bg.gif') left center no-repeat #fee4e4;
	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: 5px;
	width: 5px;
	background: url('../img/error_angles.gif') 0px -5px no-repeat;
}
.er_corner_bottom_center
{
	background: url('../img/error_top_bottom.gif') 0px -5px repeat-x #f9dfdf;
}
.er_corner_bottom_right
{
	background: url('../img/error_angles.gif') 0px -15px no-repeat;
}

.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: 5px;
	width: 5px;
	background: url('../img/notice_angles.gif') 0px 0px no-repeat;
}
.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 -10px no-repeat;
}

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

.n_middle_center
{
	background: url('../img/notice_bg.gif') left center no-repeat #d6ffd1;
	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: 5px;
	width: 5px;
	background: url('../img/notice_angles.gif') 0px -5px no-repeat;
}
.n_corner_bottom_center
{
	background: url('../img/notice_top_bottom.gif') 0px -5px repeat-x #e4ffd9;
}
.n_corner_bottom_right
{
	background: url('../img/notice_angles.gif') 0px -15px no-repeat;
}

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

/* notice block end */