.tooltip {
    position: relative;
    display: inline-block;
	margin: 0px 5px 0px 5px;
	vertical-align: middle;
    cursor: pointer;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -60px;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.tooltip input[type="file"] {
    height: 18px;
    left: 0;
    margin: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 23px;
    z-index: -1 !important;
}

.tooltip input[type="file"]:hover
{
    cursor: pointer;
}

.tooltip i {
    font-size: 166%;
}

.input_comment .upload {
	width: 100%;
    height: 100%;
    text-align: center;
}

.input_comment .upload img {
	width : auto;
	height : auto;
    max-width: 100%;
    max-height: 100%;
	margin: 0px
}

.input_comment #action_btn {
    height: 240px;
    position: absolute;
	display:none;
    width: 320px;
}
.input_comment .jFiler-item-thumb{
	border: 1px solid;
    height: 240px;
    width: 320px;
	margin-left: 60px;
	margin-bottom: 5px;
	display: none;
}
.input_comment .jFiler-item-thumb:hover #action_btn{
	display:block;
}
.input_comment #action_btn ul {
    margin-top: 90px;
}
.input_comment #action_btn ul li {
    margin: 0 0 10px 0;
    z-index: 2;
	text-align: center;
}

.input_comment #action_btn .delete_photo_btn {
    background: rgba(0, 0, 0, 0) url("../sys_images/btn_delete.png") no-repeat scroll 0 0;
    display: inline-block;
    height: 34px;
    width: 164px;
}

.mybike_photo_comment #action_btn {
    height: 135px;
    position: absolute;
	display:none;
    width: 180px;
}
.mybike_photo_comment .jFiler-item-thumb{
	border: 1px solid;
    height: 135px;
    width: 180px;
	margin-left: 60px;
	margin-bottom: 5px;
	display: none;
}

.mybike_photo_comment #action_btn ul {
    margin-top: 45px;
}

#impreTotalRefresh .tooltip {
    margin: 0;
}

#impreTotalRefresh .tooltip a {
    color: #000 !important;
}