.container{
	padding: 10px;
}

legend{
	font-size:15px;
	margin-left:10px;
	padding:0pt 4px;
}

.user_photos{	
	float:left;
	height:119px;
	overflow:auto;
	width:100%;
}

div.user_photo{
	background:#e1e1e1 none repeat scroll 0%;
	border:2px solid #F1F1F1;
	float:left;
	height:94px; 
	margin:4px;
	padding:5px;
	text-align:center;
	width:100px; 
}

div.user_photo.dis img{
  top: -16px;
}

div.user_photo.deleting{
	border: 2px solid red;
}

div.user_photo.deleting img{
  top: -16px;
}

div.no_photos{
	padding:45px;
	font-size:16px;
	color:gray;
	text-align:center;
}

div.delete{
	background-color:white;
	border:1px solid gray;
	float:right;
	width:16px;;
	height:16px;	
	top:-3px;
	left:91px; //left:48px;
	cursor:pointer;
	z-index: 100;
}

div.user_photo.dis div.delete img{
	padding:0px;
	margin:0px;
	border:none;
	top: 0px;	
}

div.user_photo.deleting div.delete img{
	padding:0px;
	margin:0px;
	border:none;
	top: 0px;	
}

div.file_upload{
	background:#EDE6F5 none repeat scroll 0% 50%;
	border: 2px solid #EDE6FF;
	margin:4px;
	padding:5px;	
}

input.addfile{
	background-color: white;
	border:none;
	color:#4D5D80;
	cursor: pointer;
	font-size:13px;
	font-weight:bold;
	height:17px;
	text-align:left;
	text-decoration:underline;
	// margin: 20px;
}