                #user_photo_details .column.first { width: 500px; float: left; }
                #user_photo_details .column.second { margin-left: 510px; min-width: 180px; }
                #user_photo_details .column.first_l { width: 720px; float: left; }
                #user_photo_details .column.second_l { margin-left: 730px; min-width: 180px; }

                #user_photo_details #thumbs .body { padding: 10px; }
                #user_photo_details #thumbs #showmorealbums { padding: 5px 0; }
                #user_photo_details #imagetext { margin: 5px 0 10px 0; }

                #comment_form { padding: 10px 0; }
                #keywords_edit_form { padding-bottom: 10px; }
                #comment_input { width: 360px; }
                #keywords_edit_text { width: 300px; }
                #comment_submit, #keywords_edit_submit, #keywords_edit_cancel { vertical-align: top; }

                /*#editpicture, #addto, #orderprints, #zoom { position: absolute; width: 500px; }*/
                #editpicture_title { width: 190px; }
                #editpicture_description, #editpicture_keywords  { width: 190px; }
                #editpicture_copyright { width: 240px; display: block; margin-bottom: 15px; }
                #editpicture .block1 { width: 205px; padding: 15px; float: left; }
                #editpicture .block2 { margin-left: 235px; padding: 15px 0; }
                #editpicture .block3 { margin-left: 25px; }
                #editpicture .hmt img { vertical-align: middle; }
                #editpicture #editpicture_remove { float: right; }

                #addto .block1, #admin .block1 { width: 205px; padding: 15px; float: left; }
                #addto .block2 { margin-left: 235px; padding: 15px 0; }
                #addto .block3 { margin-left: 15px; padding: 5px 0 5px 0; }
                #orderprints .block1 { width: 155px; padding: 15px; float: left; }
                #orderprints .block2 { margin-left: 185px; margin-right: 20px; padding: 15px 0; }
                #orderprints_resblock { line-height: normal; }
                #orderprints_origblock { margin-bottom: 10px; }
                #zoom { border-bottom: 1px solid white; }
                #zoom .block1 { padding: 15px; }
                #zoom ul { width: 465px; border: 1px solid white; border-right: none; }
                #zoom li { float: left; width: 82px; border-right: 1px solid white; padding-left: 10px; }
                #zoom li a { font-weight: bold; }
                #zoom li small { display: block; }

                /* Hide from IE5-mac. Only IE-win sees this. \*/
                * html #user_photo_details .column.first { margin-right: 7px; }
                * html #user_photo_details .column.first_l { margin-right: 7px; }
                * html #user_photo_details .column.second { height: 1%; margin-left: 0; }
                * html #user_photo_details .column.second_l { height: 1%; margin-left: 0; }
                /* End hide from IE5/mac */

/* - - - - - - - - - - - - - - - - - - - - -

Title : picnikbox CSS
Adapted from lightbox CSS, original author : Kevin Hale
URL : http://particletree.com/features/lightbox-gone-wild/

Created : January 13, 2006
Modified : February 1, 2006
Picniked : April 17, 2007

- - - - - - - - - - - - - - - - - - - - - */

#overlay {
	/* Netscape 4, IE 4.x-5.0/Win and other lesser browsers will use this */
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.UseOpacityForBackground{
	background-color:#000;
	-moz-opacity: 0.7;
	opacity:.70;
	filter: alpha(opacity=70);
}

.UsePNGForBackground {
	background-image: url(/images/lightbox_overlay.png);
}

body > div#overlay {
  /* used by Opera 5+, Netscape6+/Mozilla, Konqueror, Safari, OmniWeb 4.5+, iCab, ICEbrowser */
  position: fixed;
}

#picnikbox {
	display:none;
	position:absolute;
	top:0px;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:20px;
	margin-top:20px;
	border-width:1px;
	border-style:solid;
	border-color:#fff;
	background:#ccc;
}

body > div#picnikbox {
  /* used by Opera 5+, Netscape6+/Mozilla, Konqueror, Safari, OmniWeb 4.5+, iCab, ICEbrowser */
  position: fixed;
}

#picnikiframe {
	width:100%;
	height:100%;
	border:none;
}
