@charset "utf-8";

#bgColor { position: absolute; top: 0; left: 0; display: none; width: 100%; background: #000; z-index: 90; }
#modalwindow{	position: absolute; left: 0; width: 100%; z-index: 100; }
#displaywindow { position: relative; margin: 0 auto; padding: 10px 0; background: #fff; width: 680px; height: 600px; z-index: 110; }

#dataContainer{	position: absolute; left: 0; width: 100%; }
#closeBtn { margin: -55px auto 0 auto; padding: 15px 10px 10px 10px; background: #fff; width: 660px; height: 20px; }
#closeBtn a { display: block; float: right; width: 66px; height: 22px; }

#list { position: relative; padding: 10px 0 10px 10px; width: 660px; height: 100%; z-index: 110; overflow: auto; }
#list ul { font-size: 10px; color: #000; }
#list ul li { float: left; margin-right: 10px; padding: .3em 0; width: 310px; border-bottom: solid #ccc 1px; }
