@charset "utf-8";
/* CSS Document */

.PhotoBorder {
	border: 1px solid #CCCCCC;
	padding: 2px;
}

#PhotoBG80 {
	/*background-image: url(../common/graph/photo/preview80.jpg);
	background-repeat: no-repeat;*/
	float: left;
	height: 100px;
	width: 100px;
	overflow: hidden;
	position: relative;	
}

#Photo80 {
	float: left;
	left: 10px;
	top: 10px;
	height: 80px;
	width: 80px;
	overflow: hidden;
	position: relative;
	text-align: center;
}

.Photo80 {
	float: left;
	left: 10px;
	top: 10px;
	height: 80px;
	width: 80px;
	overflow: hidden;
	position: relative;
	text-align: center;
	box-shadow: 2px 2px 5px #111;
}

/***************************************************************************************/

#PhotoBG120 {
	/*background-image: url(../common/graph/photo/preview120.jpg);
	background-repeat: no-repeat;*/
	float: left;
	height: 140px;
	width: 140px;
	overflow: hidden;
	position: relative;	
}

#PhotoBG120Yellow {
	/*background-image: url(../common/graph/photo/preview120yellow.jpg);
	background-repeat: no-repeat;*/
	float: left;
	left: 5px;
	height: 140px;
	width: 140px;
	overflow: hidden;
	position: relative;
	/*border: 1px solid #0000CC;*/
}

#Photo120 {
	float: left;
	left: 10px;
	top: 10px;
	height: 120px;
	width: 120px;
	overflow: hidden;
	position: relative;
	text-align: center;
}

.Photo120 {
	float: left;
	left: 10px;
	top: 10px;
	height: 120px;
	width: 120px;
	overflow: hidden;
	position: relative;
	text-align: center;
}