@charset "utf-8";
/* CSS Document */

/*  for Light box start */
.tbox {position:absolute; display:none; padding:14px 17px; z-index:900; background-color:#006600;}
.tinner {padding:15px; border-radius:5px; border-radius:5px; background:#FFF url(../images/preload.gif) no-repeat 50% 50%;color:#999;}
.tmask {position:absolute; display:none; top:0px; left:0px; height:100%; width:100%; z-index:800;}
.tclose { position:absolute;vertical-align:top; top:0px; right:0; width:30px; height:30px; cursor:pointer; background:url(../images/_close.png) no-repeat; }
.tclose:hover {background-position:0 -30px;}
#bluemask {background:#4195aa;}
#frameless {padding:0;}
#frameless .tclose {left:0px;}