label.error 
	{ 
	float: none; 
	color: red; 
	padding-left: .5em; 
	vertical-align: top; 
	width: 10em;
	}

.zwpad-close
	{
	display: inline-block;
	width: 16px;
	height: 16px;
	white-space:nowrap;
	text-indent: -30000px;
	color: white;
	background: url(../img/close.png);
	cursor: pointer;
	}

.zwpad-add
	{
	display: inline-block;
	width: 16px;
	height: 16px;
	white-space:nowrap;
	text-indent: -30000px;
	color: white;
	background: url(../img/add.png);
	cursor: pointer;
	}

.zwpad-del, .zwpad-delete
	{
	display: inline-block;
	width: 16px;
	height: 16px;
	white-space:nowrap;
	text-indent: -30000px;
	color: white;
	background: url(../img/delete.png);
	cursor: pointer;
	}

.zwpad-edit
	{
	display: inline-block;
	width: 16px;
	height: 16px;
	white-space:nowrap;
	text-indent: -30000px;
	color: white;
	background: url(../img/cog_edit.png);
	cursor: pointer;
	}

.zwp-notify-info
	{
	padding: 5px 10px 5px 10px;
	width:500px;
	height:60px;
	border: solid 1px solid;
	background: #FFFFCC;
	font: normal 14px/60px Tahoma;
	cursor: pointer;
	}