#galleryThumbs {
	text-align:center;
	overflow:auto;
	width:750px;
	height:145px;
	padding:4px 0px 4px 0px;
	margin-bottom:16px;
}
#galleryThumbs table {
	margin-left:auto;
	margin-right:auto;
}

#galleryThumbs table td {
	vertical-align:middle;
}

#galleryPic {
	margin-bottom:16px;
}

#galleryPic table {
	margin-left:auto;
	margin-right:auto;
}

/* comments */
#galleryComments {
	width:100%;
	border-collapse:collapse;
}
#galleryComments td {
	padding:4px 8px 4px 8px;
}
.postDate, .postSender {
	background-color:rgb(240, 240, 240);
}
.postDate {
	text-align:right;
	font-style:italic;
}
.postSender {
	font-weight:bold;
}
td.postBody {
	padding:100px;
	margin:100px;
}
textarea.editComment {
	width:100%;
	height:50px;
}
/* END comments */

/* Add post */

#addPost #addSubject, #addPost #addComment {
	width:400px;
	border:solid 1px rgb(90, 90, 90);
}
#addPost #addComment {
	font-family:inherit;
	font-size:12px;
	height:58px;
}
#addPost table {
	margin:0 auto 0px auto;
	width:auto;
}
#collapse_box_addComments {
	margin:16px 0px 16px 0px;
}
/* END add post */

/* film strip */
#filmstripShadow {
	margin:0px auto 8px auto;
	clear:both;
}
#filmstrip {
	background-image:url(/images/film_f.gif);
	background-color:rgb(1,1,1);
	background-position:top;
	background-repeat:repeat-x;	
}
#filmstrip #filmSprocketTop, #filmstrip #filmSprocketBottom {
	height:10px;
}
#filmstrip #filmSprocketTop {
	background-image:url(/images/film_t_f.gif);
}
#filmstrip #filmSprocketBottom {
	background-image:url(/images/film_b_f.gif);
}
#filmstrip .filmSpacer {
	width:8px;
}
#filmstrip .filmCell {
	background-image:url(/images/film_cell_f.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:rgb(89,89,89);
	vertical-align:middle;
	text-align:center;
}

/* END film strip */
/* Image upload */
div#imageUpload {
	padding:32px 40px 16px 40px;
}
#imageUpload .inputBordered {
	border:solid 1px rgb(90, 90, 90);
	width:200px;
}
#imageUpload table td {
	padding:3px;
}
#imageUpload h3 {
	margin:0px;
}
/* END image upload */

