.fbdialog-child { position: absolute; top: 0; left: 0; display: none; z-index: 9999; }
.fbdialog-content { float: left; }
.fbdialog-content-inner { /* max-height: 400px; overflow: auto; */ }
.fbdialog-t { height: 10px; line-height: 0; font-size: 0; background: url('../images/fbdialog/bg-t.png') repeat-x; float: left; }
.fbdialog-r { width: 10px; line-height: 0; font-size: 0; background: url('../images/fbdialog/bg-r.png') repeat-y; float: left; }
.fbdialog-b { height: 10px; line-height: 0; font-size: 0; background: url('../images/fbdialog/bg-b.png') repeat-x; float: left; }
.fbdialog-l { width: 10px; line-height: 0; font-size: 0; background: url('../images/fbdialog/bg-l.png') repeat-y; float: left; }
.fbdialog-tl { width: 10px; line-height: 0; font-size: 0;height: 10px; background: url('../images/fbdialog/bg-tl.png') no-repeat; float: left; }
.fbdialog-tr { width: 10px; line-height: 0; font-size: 0; height: 10px; background: url('../images/fbdialog/bg-tr.png') no-repeat; float: left; }
.fbdialog-bl { width: 10px; line-height: 0; font-size: 0;height: 10px; background: url('../images/fbdialog/bg-bl.png') no-repeat; float: left; }
.fbdialog-br { width: 10px; line-height: 0; font-size: 0; height: 10px; background: url('../images/fbdialog/bg-br.png') no-repeat; float: left; }
.fbdialog-next { clear: left; }
.fbdialog-closebox { width: auto; border-top: 1px solid #ccc; margin: 10px; padding-top: 10px; height: auto; }
.fbdialog-button { border: none; background: #333; color: #eee; padding: 3px 10px; float: right; }
