/* CSS Document */

* {padding: 0; margin: 0; border: 0;}
p.cardbuilderinstructions {
	font-weight:bold;
	}

/* postcard background */
#postcardtop { 
	background-image:url(/images/cardform/builderboxtop.gif); 
	background-repeat: no-repeat;
	background-color:none;
	width: 770px;
	height:27px;
	margin-left: 15px;
	margin-top: 20px;
	} 
#postcard {
	background-image:url(/images/cardform/builderboxbg.gif);
	background-repeat:repeat-y;
	background-color:none;
	width: 770px;
	height:auto;
	margin-left: 15px;
	padding:10px;
	}
#postcardbottom { 
	background-image:url(/images/cardform/builderboxbottom.gif); 
	background-repeat: no-repeat;
	background-color:none;
	width: 770px;
	height:32px;
	margin-left: 15px;
	} 
#viewcard {
	border: 1px solid #6c762f;
	background-color:#fcfac5;
	width: 300px;
	height:auto;
	}
	

/* postcard content left */
#leftcolumn {
	float: left;
	width: 280px;
	border-right: 1px solid #212214;
	margin: 10px 0px 10px 10px;
	}
#leftcolumn img {
	float:left;
	margin-bottom: 20px;
	width: 216px;
	}
/* postcard content right */
#rightcolumn {
	float: right;
	width: 436px;
	margin: 10px 10px 10px 0px;
	}

	
	
/* form info */


label {
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size: .90em;
	color: #000000;
	margin-bottom: 2px;
	font-weight:bold;
	}
input {
	display:block;
	width: 250px;
	margin-bottom: 10px;
	margin-top: 3px;
	}
input[type="text"], textarea {
	border-top:1px solid #999;
	border-left: 1px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	}
input.radio, input.checkbox {
	width: auto;
	display: inline;
	float:left;
	}

input.submit {
	width: auto;
	display: inline;
	float:right;
	margin: 0px 45px 0px 0px;
	background-color:#fcfac5;
	color:#000000;
	padding:3px;
	font-weight:bold;
	}

a.submit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight:bold;
	width: auto;
	display: inline;
	float:right;
	margin: 0px 45px 0px 0px;
	background-color:#fcfac5;
	color:#000000;
	padding:3px;
	font-weight:bold;
	text-decoration:none;
	}

input:focus, textarea:focus {
	background:#d7e77d;
	}
.required {
	font-size: .79em;
	color:#333;
	}
select:focus {
	background:#EFEEDF;
	}
select {
	border-top:1px solid #999;
	border-left: 1px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin-bottom: 10px;
	}
.colorpicker {
	width: 250px;
	height: 90px;
	margin-bottom: 10px;
	}
.message {
	width: 350px;
	min-height: 100px;
	margin-bottom: 10px;
	}

img.postagestamppicker {
	float: left;
	width: 65px;
	margin-right: 15px;
	margin-top: 0px;
	}
.postagestamppicker {
	margin: 10px 0 0 0;
	}




