div.error {
 	background:url("images/Ban.gif") no-repeat 5px;
 	background-color:#FFEAEA;
 	width:350px;
	color: #3D3D3D;
	font-size:12px;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 20px;
	_margin-left: 10px;
	padding: 7px 5px 8px 25px;
	_padding: 7px 5px 5px 25px;
	border-radius: 3px;
	display: none; 
    border: 1px solid #FF7777;
    height:12px;
    line-height:12px;
}
label.checked {
	 background:url("images/checked.gif") no-repeat 0px 0px;
}