background: #fff;
}
#previewInfo {
- background: transparent url(graphics/ico_message_off.png) no-repeat scroll 10px 15px;
+ background: transparent url("graphics/ico_message_off.png") no-repeat scroll 10px 15px;
line-height: 18px;
text-align: left;
padding: 15px 80px 10px 35px;
display: inline-block;
height: 16px;
width: 16px;
- background: transparent center right no-repeat;
+ background-color: transparent;
+ background-position: center right;
+ background-repeat: no-repeat;
padding: 0 1px;
vertical-align: bottom;
}