Hello
One option is to place your search module in the header-2 module position. You can then re position this module position by adding the following to the Custom CSS field of your templates parameters...
#container_spacer1 {
z-index: 99;
}
.header-2 {
position: absolute;
right: 20px;
top: 172px;
}
Ciarán