the css that controls the delete message is on the results page:
.messageWrapper {
#position: absolute;
#top: 50%;
display: table-cell;
vertical-align: middle;
}
.messageContent {
background-color:white;
display: inline-block;
padding: 16px;
border: 16px solid grey;
z-index:1002;
overflow: auto;
margin: auto;"
#position: relative;
#top: -50%;
}
I cant say for certain what needs to be edited without seeing the problem, perhaps you could provide a link in a private message?