﻿.postcard
{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #FFFFFF;
	font-size: 12px;
}

#postcardContentLeftCell
{
	width:145px;
	padding-left:20px;
	padding-right:10px;
	padding-top:40px;
	vertical-align:top;
}
#postcardContentRightCell
{
	width:300px;
	padding-left:10px;
	padding-right:20px;
	padding-top:100px;
	vertical-align:top;
}

.postcard_container {
	display: block;
	position: relative;	
	clear: both;
}

.workareaContainer {
	display: none;
	position: relative;
	top: 0px;
	left: 0px;
	clear: both;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}


.previewContainer {
	display: none;
	position: relative;
	top: 0px;
	left: 0px;
	width: 500px;
	clear: both;
}

.card_buttons 
{
	position: relative;
	display: block;
	width: 500px;
	height: 40px;
}
.cardContentLeft 
{
	position: absolute;
	top: 30px;
	left: 20px;
	height: 319px;
	width: 145px;
	color: #FFFFFF;
	border: 1 pix solid red;
}
.cardContentRight
{
	position: absolute;
	top: 100px;
	left: 180px;
	height: 240px;
	width: 300px;
	color: #FFFFFF;
	border: 1 pix solid green;
}

.thanksContainer {
	display: none;
	position: relative;
	top: 100px;
	left: 0px;
	width: 500px;
	height: 200px;
	clear: both;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}