.upload-image {
	/* padding: 3px; */
	margin: 5px;
	width: 321px;
	height: 81px;
	font-size: 15px;
	border: 1px solid #c9c9c9;
	border-radius: 5px;
	-moz-border-radius: 2px !important;
	-webkit-border-radius: 2px !important;
	-o-border-radius: 2px !important;
	background-color: #c0c0c0;
	background-image: url("../images/cloud_right_white.png");
    background-repeat: no-repeat;
	background-position: center;
}

.upload-image.drug{
    clear:both;
    margin-left:200px;
    width:321px;
    min-height:321px;
    height:auto;
}

.upload-image.loading {
    max-width: 321px;
	background-image: url("../images/loading.gif");
    background-repeat: no-repeat;
	background-position: center;
}

.upload-image.drug.loading{
    clear:both;
    margin-left:200px;
    width:321px;
    min-height:321px;
    height:auto;
	background-image: url("../images/loading.gif");
    background-repeat: no-repeat;
	background-position: center;
}

.upload-image img {
	width: 320px;
	height: 80px;
	border-radius: 5px;
	background-color: white;
	-moz-border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	-o-border-radius: 5px !important;
}

.upload-image.drug img {
	width: 320px;
	height: 321px;
	border-radius: 5px;
	background-color: white;
	-moz-border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	-o-border-radius: 5px !important;
}

.vhCollaboratorCell .upload-image{
    float:left;
    clear:none;
    margin-right:40px
}

.vhCollaboratorTable{
	clear:both;
	width:75%;
	float:left;
}

.vhCollaboratorData{
    width:70%;
    float:left;
}.vhCollaboratorName{
    clear:both
    float:left;
    font-size:16px;
    margin-bottom:-5px;
}.vhCollaboratorLink{
    clear:both
    float:left;
    margin-bottom:-10px;
}.vhCollaboratorClicks{
    clear:both
    float:left;
}

.vhCollaboratorCell{
	clear:both;
	width:100%;
	margin-top:10px;
	padding:5px;
	float:left;
	border-radius: 5px;
	-moz-border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	-o-border-radius: 5px !important;
}

.vhCollaboratorCell:hover{
    background:#f0f0f0;
}

.vhCollaboratorDisabled{
    width:40px;
    height:100px;
    float:right;
    margin-right:20px;
    background: url(../images/no_check.png) no-repeat transparent center;
}

.vhCollaboratorEnabled{
    width:40px;
    height:100px;
    float:right;
    margin-right:20px;
    background: url(../images/check.png) no-repeat transparent center;
    
}