@charset "utf-8";

#postcard {
	width: 464px;
	margin: 56px auto 0 auto;
}

#postcard img {
	float: left;
}

#postcard p {
	width: 302px;
	height: 150px;
	float: right;
	text-align:center;
	line-height: 150px;
	font-size: 14px;
}

#postcard form {
	float: right;
	width: 302px;
	text-align: right;
}

.textInput {
	display: block;
	width: 290px;
	padding:5px;
	border: 1px solid #666;
	margin-bottom: 7px;
	text-align: center;

}

textarea {
	height: 152px;
	overflow: auto;
}

#send {
	padding-top: 2px;
}
