.editFormHR  {
float:left;
line-height:30px;
margin:15px 0 0;
min-height:30px;
width:100%;
}
a.duplicate, a.remove {
float:left;
height:16px;
margin:3px;
width:16px;
}

a.duplicate {
background-image:url("../images/add.png");
}
a.remove {
background-image:url("../images/delete.png");
}
a.duplicate.forbidden, a.duplicate-forbidden {
background-image:url("../images/add-grey.png");
}
a.remove.forbidden, a.remove-forbidden {
background-image:url("../images/delete-grey.png");
}
.phark {
background:none no-repeat scroll 0 0 transparent;
border:0 none;
display:block;
font-size:0;
line-height:0;
overflow:hidden;
text-decoration:none;
text-indent:-9999px;
}