/* Design by Jason.leung, QQ,147430218, 新浪微博,@切片面包 */
* {margin:0px; padding:0px;}

#box {
width:159px;
height:276px;
border:1px solid #999;
-webkit-box-shadow:0 0 5px #333;
-moz-box-shadow:0 0 5px #333;
box-shadow:0 0 5px #333;
position:absolute;
filter:alpha(opacity:0);
opacity:0;
border-radius:10px;
display:none;
}

.info {
display:block;
float:left;
text-align:left;
width:149px;
font-family:'Arial';
color:#ff0000;
font-size:14px;
border-bottom:1px dashed #ccc;
padding:5px;
}

.list {
list-style:none;
float:left;
}

.list li {
width:149px;
height:25px;
margin:5px;
line-height:25px;
}

.csq {
font-size:12px;
font-family:'黑体,Arial';
display:block;
float:left;
height:25px;
line-height:25px;
}