@charset "utf-8";

#bookeasyMask { position:fixed; top:0; left:0; width:100%; height:100%; background-color:#231E59; z-index:999; display:none; }
#bookeasyBox { position:absolute; top:10px; left:10px; background-color:#FFFFFF; width:800px; height:500px; z-index:1000; display:none; }
#bookeasyBoxTitle { background-color:#003366; color:#FFFFFF; font-size:12px; font-weight:bold; height:20px; } 
#bookeasyInnerContainer { width:100%; height:100%; position:relative; background:url(../images/lightbox/loading.gif) center center no-repeat; }
#bookeasyBoxClose { background:url(../images/header-background.jpg) center repeat-x #999999; color:#FFFFFF; font-size:14px; font-weight:bold; height:25px; width:100%; position:absolute; bottom:0; right:0; z-index:2; text-align:center; }
#bookeasyBoxClose a { color:#FFFFFF; font-size:13px; font-weight:bold; text-decoration:none; }
#bookeasyBoxClose img { border:none; }
#bookeasyInnerIFrame { width:100%; height:100%; margin:auto auto 20px auto; border:none; }

