.ecard_thumbnails {
}
.ecard_thumbnails table {
	width: 100%;
}
.ecard_thumbnails table caption {
	text-align: left;
}
.ecard_thumbnails table td {
	padding: 9px;
}
.ecard_thumbnails table td input {
	width: 100%;
}
.info {
	width: 70%;
	float: left;
}
.thumb {
	width: 28%;
	float: left;
}
.thumb img {
	border: 1px solid #666;
	border-width: 1px !important;
}
.info label {
	display: block;
	width: 100%;
	min-height: 25px;
	clear: both;
	padding: 8px;
	font-size: 16pt;
}
.info label span {
	display: inline-block;
	width: 30%;
	vertical-align: top;
}
.info input[type=text], .info textarea {
	width: 60%;
	border: 1px solid #666;
	min-height: 29px;
	font-size: 16pt;
}
.info input[type=text]:focus, .info textarea:focus {
	background-color: #FFC
}
.preview img { width:100%; max-width:775px;}
/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
			.thumb {
				width: 100%;
				float: left;
				clear:both;
				text-align: -moz-center;
				text-align: center; 
				margin-top:35px;
				margin-bottom:35px;				
			}
			.info {
				width: 100%;
				float: left;
			}		
		}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
			.info label {
				display: block;
				width: 96%;
				min-height: 25px;
				clear: both;
				padding: 8px;
				font-size: 16pt;
			}		
			.info label span {
				display: inline-block;
				width: 96%;
				clear:both;
				vertical-align: top;
			}
			.info input[type=text], .info textarea {
				width: 96%;
				border: 1px solid #666;
				min-height: 29px;
				font-size: 16pt;
				clear:both;
			}
			.thumb {
				width: 100%;
				float: left;
				clear:both;
				text-align: -moz-center;
				text-align: center; 
				margin-top:35px;
				margin-bottom:35px;				
			}					
		}
	
	
