.border > .title { background-color:#ccc; padding:5px 4px; font-weight:bold; }
.border > .title .content { margin-left:15px; }
.border > .title .latch { float:left; }
.border > .title .other { float:right; }
.border > .title .advancedbutton { float:right; }
.border > .container > .content { padding:10px; overflow-x:hidden; }
.border > .title + .container { border-top:1px solid #bbb; }
.border > .corner { position:absolute; width:3px; height:3px; }
.border > .bottomleft { border-bottom-left-radius:inherit; -moz-border-radius-bottomleft:inherit; -webkit-border-bottom-left-radius:inherit; border-left:inherit; border-bottom:inherit; bottom:-1px; left:-1px; }
.border > .bottomright { border-bottom-right-radius:inherit; -moz-border-radius-bottomright:inherit; -webkit-border-bottom-right-radius:inherit; border-right:inherit; border-bottom:inherit; bottom:-1px; right:-1px; }
.border > .topleft { border-top-left-radius:inherit; -moz-border-radius-topleft:inherit; -webkit-border-top-left-radius:inherit; border-left:inherit; border-top:inherit; top:-1px; left:-1px; }
.border > .topright { border-top-right-radius:inherit; -moz-border-radius-topright:inherit; -webkit-border-top-right-radius:inherit; border-right:inherit; border-top:inherit; top:-1px; right:-1px; }
.border.lineborder { background-color:#ffffff; background:#ffffff; }
.assistantborder { width:100%; background-color:#fff; border:1px solid #bbb; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; display:inline-block; }
.assistantborder > .title { background-color:#ccc; padding:5px 10px; font-weight:bold; }
.assistantborder > .container > .content { padding:10px; }
.scrollborder { border:1px solid #bbb; overflow:auto; }
.imageborder { width:100%; }
.imageborder .boundary { height:1px; line-height:1%; }
.imageborder .boundary > td { width:1px; vertical-align:top; }
.imageborder .center { width:100%; }
.imageborder td.top, imageborder td.bottom { background-repeat:repeat-x; }
.imageborder td.left, imageborder td.right { background-repeat:repeat-y; }
