/* Related Posts css
---------------------------*/
.selected_ele_list{
    background-color: #FFFFFF;
    border-color: #DFDFDF;
    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 1px;
    overflow: auto;
    padding-bottom: 5px;
}
.ol_post_list,
#clinic_list,
#docter_list{
    margin-top: 5px;
    margin-left: 30px;
}
.ol_post_list li{
    margin: 0px;
    line-height: 16px;
    cursor: default;
}
.ol_post_list li input[type=text]{
    width: 100px;
    line-height: 18px;
    height: 18px;
    padding: 0 5px;
    font-size: 11px;
}
.ol_post_list li a{
    text-decoration: none;
}
.ol_post_list li .del_icon{
    background: url("../images/xit.gif") no-repeat left;
    height: 10px;
    width: 10px;
    opacity: 0.3;
    display: inline-block;
    margin-left: 5px;
    margin-bottom: -1px;
}
.ol_post_list li:hover .del_icon{
    background: url("../images/xit.gif") no-repeat right;
    opacity: 1;	
}

/*upload images css*/

.fh-profile-upload-options th,
.fh-profile-upload-options td,
.fh-profile-upload-options input {
    vertical-align: top;
}
.user-preview-image {
	display: block;
	height: auto;
	width: 300px;
}

textarea.team_description{
    height: 100px;
    width: 100%;
}