.PhotoBoxWrapper {
	float: right;
	border: solid 1px #999;
	padding: 5px;
	background-color: #fff;
	margin-left: 5px;
}
.PhotoBox-enabled {
	position: absolute;
	top: 100px;
	left: 175px;
	background-color:#FFFFFF;
	border: solid 2px #666666;
	padding: 20px;
}

.PhotoBox-disabled {
	position: absolute;
	top: 0px;
	right: 0px;
}
.PhotoBox-Label {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
}
.PhotoBox-Controls {
	position: absolute;
	bottom: 20px;
	right: 20px;
}
.PhotoBox-Control-Close {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #666666;
}
