#photo_left{
	float:left;
	width:600px;
	height:600px;
	background: url('/assets/template/images/photo_page/red_panel.jpg') no-repeat;
	margin-bottom:20px;
	margin-left:40px;
}

#photo_right{
	float:right;
	color:#333333;
	margin-right: 20px;
}

#photo_right img{
	border:none;
}

#photo_right h1{
	border-bottom:1px dotted;
	color:#333333;
	font-size:1.5em;
	margin:0px 0px 10px 0px;
	padding:0px;
}

#add_photo_box{
	width: 268px;
	height: 309px;
	background: url('/assets/template/images/photo_page/add_photo_box.jpg') no-repeat;
	margin-bottom:8px;
	padding: 12px 20px 0px 20px;
}

#add_photo_box img{
	margin-left:auto;
	margin-right:auto;
	display:block;
}

#find_photo_box{
	width: 268px;
	height: 259px;
	background: url('/assets/template/images/photo_page/find_photo_box.jpg') no-repeat;
	padding: 12px 20px 0px 20px;
}

#code{
	display:block;
	float:left;
	height:20px;
	width:120px;
	background-color:#E5E5E5;
}

/*** Page 2 ***/
#upload_photo_box{
	width: 268px;
	height: 589px;
	padding: 12px 20px 0px 20px;
	background: url('/assets/template/images/photo_page/upload_photo_box.jpg') no-repeat;
}
input.textfield{
	background-color:#E5E5E5;
	width:250px;
}

#upload_photo_box textarea{
	height:80px;
	width:250px;
	background-color:#E5E5E5;
}

#terms_conditions{
	padding-bottom:5px;
}

#terms_conditions a{
	color:#333333;
}

#terms_conditions a:hover{
	background:none;
	color:#B2B2B2;
}