#postcard-combo-display ul{
	position:relative;
	margin:0 auto;
	margin-top:1em;
	width:100%;
	text-align:center;
	}	
	
#postcard-combo-display ul li{
	list-style:none;
	width:83px;
	margin-bottom:0.125em;
	display:inline-block;
	zoom:1;
	*display:inline;
	vertical-align:top;
	}	
	
#postcard-combo-display ul li p{
	text-align:center;
	font-size:0.875em;
	}	
	
#postcard-combo-display ul li a{
	font-weight:bold;
	text-decoration:underline;
	}		

#postcard-combo-display ul li img{
	max-width:50px;
	width:auto;
	height:auto;
	margin:0 auto;	
	background:#fff;	
}

#postcard-image img{
	padding:0.25em 0.25em 0.45em 0.25em;
	border: #D6D6D6 0.0625em solid;
	background:#fff;
	width:auto;
	height:auto;
	max-width: 240px;	
	-webkit-border-radius: 0.3125em;
	-moz-border-radius: 0.3125em;
	border-radius: 0.3125em;
	-webkit-box-shadow: 0 0.0625em 0.125em rgba(0,0,0,.2);
	-moz-box-shadow: 0 0.0625em 0.125em rgba(0,0,0,.2);
	box-shadow: 0 0.0625em 0.125em rgba(0,0,0,.2);
}

/* postcard form */
#postcard-form > div > label{
	display: block;
	font-weight: bold;
}

#postcard-form input{
	width: 100%;
	max-width: 350px;
}

#postcard-form textarea{
	width: 100%;
	max-width: 350px;
}

.postcard-form-required{
	color: #ec0000;
}

#postcard-form div{
	margin-bottom: 0.9em;
}

#postcard-form legend{
	font-weight: bold;
	margin-left: 0.25em;
}

#postcard-form fieldset{
	border: 1px solid #D6D6D6;
	padding: 0.25em;
	margin-bottom: 1em;
	-webkit-border-radius: 0.3125em;
	-moz-border-radius: 0.3125em;
	border-radius: 0.3125em;
	-webkit-box-shadow: 0 0.0625em 0.125em rgba(0,0,0,.2);
	-moz-box-shadow: 0 0.0625em 0.125em rgba(0,0,0,.2);
	box-shadow: 0 0.0625em 0.125em rgba(0,0,0,.2);
}

.postcard-form-radio{
	width: 20px !important;
}

#postcardContent{	
	display: none;
	text-align: left;
	padding:0.25em 0.25em 0.45em 0.25em;
	border: #D6D6D6 0.0625em solid;	
	width:auto;
	height:auto;
	max-width: 240px;	
	-webkit-border-radius: 0.3125em;
	-moz-border-radius: 0.3125em;
	border-radius: 0.3125em;
	-webkit-box-shadow: 0 0.0625em 0.125em rgba(0,0,0,.2);
	-moz-box-shadow: 0 0.0625em 0.125em rgba(0,0,0,.2);
	box-shadow: 0 0.0625em 0.125em rgba(0,0,0,.2);
	margin: 0 auto;
}

@media screen and (min-width: 767px) {	
	#postcard-combo-display ul li{
		margin-right:1em; 
		width: 150px;
		}	
		
	#postcard-combo-display ul li img{
		max-width: 100%;
		}	

	#postcard-image img{
		max-width:100%;
	}

	#postcardContent{
		width: 500px; max-width: 500px;
	}

}