

.text_ok
{	
	font:12px tahoma,verdana,arial,sans-serif;
	text-align:left;
	margin:0;
	padding:0;	
	color:#222222;
	
	
	border:1px solid #444;	
	width:260px;
	background-color: #eeeeee;
}

.text_error
{	
	font:12px tahoma,verdana,arial,sans-serif;
	text-align:left;	
	margin:0;
	padding:0;
	color:#222222;
	
	background-color: #ffefef;
	border:1px dotted #ee0000;
	width:260px;
}