@charset "utf-8";
/* CSS Document */
#choosePhoto{
	position:absolute;
	width:208px;
	z-index:10000;
	padding:5px;
	background-color:white;
	-moz-border-radius:4px;
	border:1px solid  #CCC;
	margin-top:3px;
}
#choosePhoto img{
	border:2px solid white;
	cursor:pointer;
}
