
#messageBoardContainer { width: 260px; height: 0px; position:absolute; top: 300px; left:0; overflow: hidden; z-index: 5;}
#messageBoard { width: 260px; height: 180px; position: absolute; }
#messageBoard .wrap { width: 250px; height: 170px; background: #ededed; border: 1px solid #f2f2f2; position: absolute; top: 4px; left: 4px; z-index: 2; border-radius:5px; }
#messageBoard .bg { width: 260px; height: 180px; background: #000000; position: absolute; top: 0; left: 0; filter: alpha(opacity=30); opacity: 0.1; z-index: 1;  border-radius:5px;}
#messageBoard h2 { height: 24px; background: url(messageBoard.gif) repeat-x 0 -24px; font-size: 12px; font-weight: normal; color: #666; padding-left: 10px; cursor: move; }
#messageBoard h2 span { line-height: 22px; }
#messageBoard h2 a { position: absolute; top: 5px; right: 6px; width: 11px; height: 11px; overflow:hidden; background: url(messageBoard.gif) no-repeat; }
#messageBoard h2 a:hover { background: url(messageBoard.gif) no-repeat 0 -12px; }
#messageBoard .content { padding: 10px 20px; }
#messageBoard .content p { line-height: 30px; font-size: 12px; color: #666666; }
#messageBoard .content p a { font-family: arial; font-weight: bold; color: #cc3333; border-bottom: 1px dotted #cc3333; }
#messageBoard .content p a:hover { position: relative; top: 1px; color: #cc0000; }
#messageBoard .red { color: #cc3333; }
#messageBoard .indent { text-indent: 24px; }
#messageBoard .date { text-align: right; }
