#image span {
	position: relative;
	margin: 10px 22px;
	width: 130px;
	height: 180px;
	background-color: #e0e0e0;
	border: 5px solid #a0a0a0;
	float: left;
	overflow: hidden;
}

#image span .rotate {
	background-color: black;
	color: white;
	position: absolute;
	z-index: 1;
	top: 30px;
	left: 0px;
	height: 50px;
	width: 130px;
	padding-top: 20px;
	text-align : center;
	font-size: 16px;
	font-weight: bold;
}

#image span .delete {
	background-color: black;
	color: red;
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	height: 160px;
	width: 130px;
	padding-top: 20px;
	text-align : center;
	font-size: 16px;
	font-weight: bold;
}

#image span img {
	border-width: 0px;
}

#image span a {
	color: black;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#image span input {
	border: 1px solid #a0a0a0;
	padding: 2px;
	font-size: 11px;
	color: #4b4b4b;
	font-weight: bold;
	width: 98%;
	clear: both;
}
.PForm #image span input[type="button"] {
	background-image: url(./);
	background-color: #e0e0e0;
}


#image img {
	border: 0px;
}

#image #profile {
	position: relative;
	overflow: hidden;
	margin: auto;
	width: 300px;
	height: 300px;
	border: 5px solid rgb(160, 185, 250);
}
#image #profile img,
#image #profile #drag img {
	position: absolute;
	border-width: 0px;
	top: 0px;
	left: 0px;
}

#image #profile #drag {
	position: absolute;
	float: left;
	cursor: move;
}



.uploadProg {
	width: 400px;
	border: 2px solid #a0a0a0;
	padding: 5px;
}

.uploadProg #uploadStateBox {
	background-color: white;
	height: 110px;
	overflow: auto;
	border: 1px solid black;
	font-size:12px;
	color: #28363a;
	font-weight: bold;
}

.uploadProg #uploadStateBox .line{
	clear: both;
	background-color: #e8f9ff;
	height: 16px;
}

.uploadProg #uploadStateBox .number {
	width: 30px;
	float: left;
	text-align: right;
}

.uploadProg #uploadStateBox .picFile {
	overflow: hidden;
	float: left;
	width: 260px;
	margin: 0px 5px;	
}

.uploadProg #uploadStateBox .state {
	float: right;
	color: gray;
	width: 75px;
}

#noPhoto {
	height: 90px;
	padding-top: 30px;
	padding-left: 10px;
	font-size: 12px;
	font-weight: bold;
}
