.postcard_admin_images {
	overflow: auto;
	height: 250px;
}

.postcard_admin_image {
	border: solid 2px white;
	display: inline-block;
	padding: 2px;
	width: 100px;
}

#imgPreviewWithStyles {
    background: #222 url(loading_dark.gif) no-repeat center;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 15px;
    z-index: 999;
    border: none;
}

.loading {
	width: 256px;
	height: 256px;
}

.postcard_image {
	float: left;
	margin: 0 10px 10px 0;
	text-align: center;
	width: 115px;
}

.postcard_images {
	display: inline-block;
	position: relative;
	top: 20px;
	left: 0px;
	width: 520px;
}

.pc_nav {
	position: relative;
	top: 20px;
}

.highlight {
	color: blue;
	font-weight: bold;
}

#sampleBox {
	padding: 20px;
	font-family: Tahoma, Arial;
	font-size: 12px;
}

/* Colorselectors */
#colorSelectorBg {
	position: relative;
	width: 36px;
	height: 36px;
	background: url(../images/select2.png);
}

#colorSelectorBg div {
	position: absolute;
	top: 4px;
	left: 4px;
	width: 28px;
	height: 28px;
	background: url(../images/select2.png) center;
}

#colorSelectorFg {
	position: relative;
	width: 36px;
	height: 36px;
	background: url(../images/select2.png);
}

#colorSelectorFg div {
	position: absolute;
	top: 4px;
	left: 4px;
	width: 28px;
	height: 28px;
	background: url(../images/select2.png) center;
}

.pc_error {
	color: red;
	font-weight: bold;
	font-family: Tahoma, Arial;
	font-size: 12px;
}

.pc_done {
	color: green;
	font-weight: bold;
	font-family: Tahoma, Arial;
	font-size: 12px;
}

.postcard_types_js {
	display: none;
}