body {
	font-family:arial, helvetica, sans-serif;
}

#overlay{
    position:absolute;
    top:0;
    left:0;
    width:1500px;
    height:1500px;

    z-index:90;   
    background-color:#000;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
    }
#overlay[id]{ /* IE6 and below Can't See This */
    position:fixed;
    }


.lightbox{
    width:520px;
	background:#fff url(http://www.morango.co.uk/images/m2top.jpg) top left no-repeat;
    padding: 0px 10px 10px 10px;
    border:2px solid #000000;
}

#close{
    position:absolute;
    top:5px;
    right:5px;
    cursor:pointer;
	height: 26px;
}

#bt_send {
width:113px; 
height:37px;
}