.markbox{  position: fixed; top: 0;left: 0;background-color: #000; z-index: 9000;}
.titlebox{ height:32px;background-color: #eee; line-height:30px;background: url('image/title.jpg') repeat-x 0 -1px; }
.contentbox{ background-color: #fff; position: fixed; z-index: 9002;border:#C6D4DF 2px solid;display: none;}
.pagebox{background-color: #fff; padding : 5px;display: block;overflow-y: auto;}
.dialogtitle{ float:left;height:30px;padding: 0px 10px; font-size:13px; font-weight:600;color: #333;}
.dialogclose{ height:30px;float: right; width:30px;cursor: pointer;background: url(image/close.jpg) center center no-repeat; }