/* div для загруженной фотографии */
.uploadImageBlock{
	width: 200px;
	height: 200px;
	border: 2px solid #366e48;
	text-align:center;
	-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;
}
.uploadImageBlock:hover{border: 3px solid #f66e48;}

.uploadPreviewDiv {margin-top:-200px;}
/* img сама загруженная фотка */
.uploadPreviewImage {width:100%; height:100%;}
/* Кнопка удалить */
.uploadCancelButton {margin-top:-200px; padding:5px; text-align:right;}
/* Картинка удалить */
.uploadImgDelete {width:16px; height:16px; padding:2px; border:1px solid #366e48; background-color:#fff; -webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px;}
.uploadImgDelete:hover {border:1px solid #366e48; background-color:#f6f5cf;}
/* div-кнопка */
.uploadBrowseButtonDiv {
	cursor:hand; cursor:pointer;
	width:100%;height:100%; 
	background-image: url('/inc/uploadOneFile/selectphoto.jpg');
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;
}
.uploadBrowseButtonText {
	font-size:12px;
	display:block;
	padding-top:180px;
}
