body {
 margin:            0;
 padding:           30px;
 font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         11px;
 color:             #000;
}
#sendpostcard {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
#postcardcontent {
	background-color: #FEFBF6;
	border: 1px solid #73737E;
	padding: 10px;
}
#postcardcontent #message {
	width: 310px;
	height: 200px;
	margin-bottom: 10px;
}
#postcardform {
	float: right;
	width: 310px;
}
#postcardform label {
	float: left;
	font-weight: bold;
	margin-bottom: 10px;
}
#postcardform #submit {
	float: left;
	clear: left;
}
#postcardcontent #sendto {
	height: 40px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #73737E;
	font-weight: bold;
}
#postcardhead {
	text-align: center;
}
#postcardimage {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.clear_cols {
	clear: both;
}
#postcardform #fromName, #postcardform #fromEmail {
	margin-left: 10px;
}
