.box {
    background-color: #F20017;
    color: #FFFFFF;
    height: 240px;
    padding: 0 0 0 0;
	 margin: 0 0 0 0;
    position: fixed;
    left: 30%;
    top: 25%;
    width: 555px;
    z-index: 9999999;
	border:5px solid #FFFFFF;
	border-radius:10px;
	-moz-border-radius:10px;
}

.overlay {
    background: #000000;
    bottom: 0;
    right: 0;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999999;
	opacity:0.5;
}

a.boxclose {
	display:none;
    background: url("http://www.londonfish-chips.com/pro_lfc/frontend_ar/popup/cancel.png") repeat scroll right top transparent;
    cursor: pointer;
    float: left;
    height: 26px;
    right: 32px;
    position: relative;
    top: -33px;
    width: 26px;
}

#popup-text {
	font-size:12px;
	color:#FFF;	
	font-weight:bold;
}