#photoPreview {
	display:none;
	padding: 5px;
	background-color:#CCCCCC;
	border: 1px solid #999999;
	width: 572px;
	height: 300px;
	margin: 0 auto 0 auto;
}

#photoPreview img {
	_margin-left:-5px;
}

#photoInfo {
	margin-left:5px;
	float:right;
	width: 270px;
}

#photoHolder {
	margin: 0 auto 0 auto;
	width: 584px;
	padding: 8px 0 0px 0;
	overflow:hidden;
}

#photoCheckout {
	width: 400px;
	margin: 20px auto 0 auto;	
	border: 1px solid #CCCCCC;
	padding: 5px;
	background-color: #EEEEEE;
}

#photoCheckout div {
	width: 380px;
	font-weight:bold;
	padding-right: 20px;
	margin-bottom:10px;
}

#photoCheckout div input {
	width: 370px;
}

#photoCheckout div textarea {
	width: 370px;
}

.photoBox {
	width: 141px;
	height: 141px;
	float: left;
	border: 1px solid #CCCCCC;
	text-align:center;
	margin: 2px 4px 2px 0;
	overflow:hidden;
}

.photoBox img {
	margin-top:10px;
}

.info {
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 15px;
	text-align:center;
}

.photoRow {
	border: 1px solid #CCCCCC;
	padding: 5px;
	clear:both;
	width: 500px;
	margin: 0 auto 5px auto;
	background-color:#EEEEEE;
}

.photoRowImg {
	float:right;
	width: 170px;
	text-align:right;
}

.photoRowInfo {
	float:left;
}

.photoRowActions {
	float:right;
	font-size:small;
}

.photoRowActions a {
	color: #CC0000;
	text-decoration:underline;
}






