.photo-uploadable.edit-mode {
	/*border: #CCC solid 1px;*/
	background-color: #333;
}

.photo-uploadable.preview-mode {
	border: none;
}

.photo-uploadable.default-image {
	background: url("../img/default_contactdetail-image.png");
}

.photo-uploadable .add-photo-label,
.photo-uploadable .change-label {
	position: absolute;
	width: 100%;
	display: none;
}

.photo-uploadable .add-photo-label:hover {
	color: #555;
}

.photo-uploadable .change-label:hover {
	color: #EEE;
}

.photo-uploadable .add-photo-label {
	color: #888;
}

.photo-uploadable .change-label {
	bottom: 3px;
	color: #FFF;
	width: 100%;
}

.photo-uploadable .change-label-wrapper {
	position: relative;
}

.photo-uploadable .change-label-wrapper span {
	position: relative;
	z-index: 10;
}

.photo-uploadable .change-label-bg {
	opacity:0.5;
	filter:alpha(opacity=50); /* For IE8 and earlier */
	background-color: #CCC;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 5;
}

.photo-uploadable span {
	display: inline-block;
	width: 100%;
	text-align: center;
	cursor: pointer;
}

.photo-uploadable form {
	opacity: 0;
	width: 0;
	height: 0;
}

.photo-uploadable .spin {
	position: absolute;
	top: 32px;
	left: 32px;	
	display: none;
}

.photo-uploadable .remove-photo-bt {
	background: url("../img/removeFieldButton.png");
	width: 18px;
	height: 19px;
	position: absolute;
	top: -9px;
	left: -9px;
	display: none;
}

#upload-photo-popup .form-container {
 text-align: center;
}

#upload-photo-popup input[type="file"] {
	width: 400px;
}