@charset "utf-8";
/* CSS Document */


/*------------- Error Post Values -------------*/
#notice, #error{
	font-size:.9em;
	font-weight:bold;	
	margin:8px 20% 0;
	width:60%;	
}
#notice .action_left{
	background:url(/images/msg_left_corners.gif) no-repeat right;	
	width:3px;	
	height:21px;	
	float:left;	
}
#notice .action_middle{
	background:url(/images/msg_back.gif) repeat;
	padding:5px 0 2px 0;
	float:left;
	margin:0px;
	text-align:center;		
	width:97%;
    padding-bottom:2px;
}
#notice .action_right{
	background:url(/images/msg_right_corners.gif) no-repeat left;	
	width:3px;
	height:21px;	
	float:left;	
}
#error .action_left{
	background:url(/images/msg_left_corners.gif) no-repeat right;	
	width:3px;	
	height:21px;	
	float:left;	
}
#error .action_middle{
	background:url(/images/msg_back.gif) repeat;
	padding:4px 0 2px 0;
	float:left;
	margin:0px;
	text-align:center;	
	width:97%;
	color:red;
}
#error .action_right{
	background:url(/images/msg_right_corners.gif) no-repeat left;	
	width:3px;
	height:21px;	
	float:left;	
}

#notice{}

#notice .action_middle_1
{
	background:transparent url(/images/msg_back.gif) repeat scroll 0%;
	float:left;
	height:15px;
	margin:0px 0 10px 0;
	padding:4px 0pt 2px;
	text-align:center;
	width:97%;
	color: #000000;
}