﻿.user_comment_box
{
    width: 500px;
    height: 23px;
    display:block;
    float: left;
    position: relative;
}
.user_comment_box i
{
  
    height:23px;
    float: left;
}

.user_comment_box i a
{
	border:0;
	display:block;
	width:34px;
	height:23px;
	}

.user_comment_box i img
{
    width: 34px;
    height:23px;
    float:left;
    border:none;
    cursor:pointer;
}
.user_commnet_phiz
{
    width: 458px;
    height: auto;
    float: left;
    position: absolute;
    left: 0;
    top: 30px;
    background:#fff;
    z-index: 10000;
    padding:5px;
    border: 1px solid #ccc;
    display:none;
}

.user_commnet_phiz ul
{
	width:99%;
	height:auto;
	float:left;
	padding:0;
	margin:0;
}

.user_commnet_phiz ul li
{
    width: 24px;
    height: 24px;
    float: left;
    padding: 3px;
    list-style: none;
}
.user_commnet_phiz ul li img
{
    width: 24px;
    height: 24px;           
    cursor:pointer;
    border:1px solid #fff;
}

.user_commnet_phiz ul li img:hover
{
    width: 24px;
    height: 24px;           
    cursor:pointer;
    border:1px solid #2085DF;
}
