http://artsnab74.ru/ (заказ обратного звонка).
http://itmages.ru/image/view/3420639/b3419d6e
Кнопка ЗАКРЫТЬ как бы в другой кнопке.
<button><a id=tulula onclick="hidetxt('div1'); return false;" href="#" rel="nofollow" title="">Закрыть</a></button>
var show;
function hidetxt(type){
param=document.getElementById(type);
if(param.style.display == "none") {
if(show) show.style.display = "none";
param.style.display = "block";
show = param;
}else param.style.display = "none"
}