.iceTipInfo {
position: relative;
}
.popup{
position:absolute;
display:none;
width:220px;
z-index:1000;
top:22px;
background:url('/images/arrow_pop.gif') no-repeat left top;
}
.popup .red{
background:#405f5c;
color:#fff;
font-weight:bold;
padding:0 2px;
}
.popup .content{
width:200px;
background:#fff url('/images/bg_popbox.jpg') no-repeat center center;
border:2px solid #999;
padding:10px;
margin:0 0 0 4px;
color:#666;
font-size:12px;
text-align:left;
font-weight:normal !important;
}
.popup .content a{
color:#156E19 !important;
}
.popup .header{
height:0px;
}
.pop_center .header{
background:url('/images/border_popupbox_center.gif') no-repeat center top !important;
}
.pop_left .header{
background:url('/images/border_popupbox_left.gif') no-repeat left top !important;
}
.pop_right .header{
background:url('/images/border_popupbox_right.gif') no-repeat right top !important;
}
.pop_photo{
top:85px !important;
}
.helpicon{
width: 16px;
height: 16px;
float: right;
margin: 2px 0 0 0;
cursor: pointer;
}
.pop_help{
left:378px !important;
top:18px !important;
}