#addrecipientform label.error, #editrecipientform label.error {
	margin-left: 20px;
	background: #fbfcda url('images/cancel.png') no-repeat left;
	border:1px solid #dbdbd3;
	/*width:210px;*/
	padding-left:20px;
}
div.error {
	background-color: white;
}
div.error span {
	font: 1.5em Tahoma;
	color: red;
}
input.error {
	border: 2px solid red;
}