﻿.postcard {
	width:100%;
}
.postcard fieldset {
	float:left;
	width:350px;
	border: solid 1px #cccccc;
	padding: 5px 15px 15px 15px;
	font-size: 1.2em;
}
.postcard fieldset label {
	width:100%;
	display:block;
}
.postcard legend {
	color: #000000;
}
.postcard .postcardFromHeader,
.postcard .postcardToHeader,
.postcard .postcardMessage label {
	width:100%;
	display:block;
	padding-top:15px;
	font-weight:bold;
	padding-bottom: 5px;
}
.postcard .postcardMessage textarea {
	width:98%;
	margin-bottom: 5px;
}
.postcard .postcardFrom input {
	width:98%;
	margin-bottom: 5px;
}

.postcard .postcardTo input {
	width:98%;
	margin-bottom: 5px;
}
.postcard .postcardButton {
	display:block;
	width:100%;
}
.postcard .postcardImages {
	width:230px;
	margin-left:10px;
}
.postcard .postcardImages label {
	display:inline;
}
.postcard .postcardImages input {
	float:left;
}
.postcard .postcardButton {
	margin-top:20px;
}
