#postcard-gallery table
{
	width: 100%;
	border-spacing: 10pt;}

.postcard-cell{
	vertical-align: middle;
	text-align: center;
	border: 1px dotted grey;
	width: 50%;
	padding: 12pt 4pt;
	}
#postcard-gallery img{
	max-width:150px;
	width: expression(this.width > 150 ? 150: true);
	max-height:150px;
	height: expression(this.height > 150 ? 150: true);
}
div.photographer{
	font-size: 9px;}

#postcard-gallery ul{
	list-style: none;
 	margin: 0;
 	padding: 3px;
	text-align: right;}
#postcard-gallery ul li{
	display: inline;
	margin-left: 10pt;}
img#postcard-gallery-large{
	max-width: 466px;
	width: expression(this.width > 466 ? 466 : true);
	max-height: 356px;
	height: expression(this.height > 356 ? 356 : true);
	padding: 0px;
	margin: 0px;
}

div#from-sender{
	width: 50%;
	float: left;
}
div#to-sender{
	float: right;
	width: 50%;
}
#postcard-gallery input{
	width: 199px;
}
#postcard-gallery textarea{
	margin: 50px 0px;
	width: 467px;}
label {
	font-weight: bold;}
.submit{
	text-align: right;
	width: 467px;
	}

