input
{
	font-size: 1.0em;
}
input.text, input.password, select
{
	border: 1px solid #CDCCBD;
	padding: 2px;
	width: 200px;
}
input.text:disabled, input.text[disabled]
{
	background-color: #FAF9E6;
}
input.checkbox, input.radio
{
	font-size: 1em;
	height: 1em;
	margin: 0 0.1em 0 0;
	vertical-align: middle;
	width: 1em;
}
p small
{
	font-size: 0.857em;
	line-height: 140%;
}
.error
{
	color: #a22;
	padding-left:10px;
	font-size:90%;
	display:block;
}
.contact-block
{
	margin: 2em 0 3em;
	float:left;
	width: 250px;
	height: 8em;
	border-left: solid 1px #D0CDB9;
	padding: 0 0 0 15px
}
.contact-block h3
{
	padding: 0;
	margin: 0 0 0.5em;	
}
.contact-block p
{
	margin: 0.2em 0;
}
.postcard-body
{
	background:url(../images/card.jpg);
	width:620px;
	height:396px;
	margin-left:-5px;
	position:relative;
}
.postcard-body input.text, .postcard-body textarea.message
{
	background:transparent url(../images/card-box-fill.png);
	padding:2px;
	border:solid 1px #DFAE82;
	width: 220px;
	margin:0 4px 5px 0;
}
.postcard-body label
{
	color: #835035;
	display:block;
}
.postcard-body textarea.message
{
	margin:50px 0 20px 55px;
	height: 290px;
}
.postcard-body div.sender-area
{
	margin:150px 30px 20px 0px;
	width:255px;
	float:right;
}
.postcard-body div.message-area
{
	width:330px;
	float:left;
	vertical-align:top;
}
.postcard-body div.message-area .error
{
	font-size:120%;
	font-weight:bold;
	position:absolute;
	top:52px;
	left:279px;
}
.postcard-body button
{
	display:block;
	background:transparent url(../images/card-send.gif) no-repeat;
	color:transparent;
	border:none;
	text-indent:-1000em;
	height:47px;
	width:80px;
	text-align:right;
	margin-left:160px;
	cursor:pointer;	
	margin-top:10px;
}
.postcard-body button:hover
{
	background:transparent url(../images/card-send-over.gif) no-repeat;
}
.detailstext
{
	color:#835035;
	font-size:80%;
	margin-top:20px;
}
.thankyoutext
{
	color:#643D28;
	font-size:130%;
	font-weight:bold;
	margin-top:20px;
	display:none;
}
.loadingtext
{
	color:#835035;
	font-size:130%;
	font-weight:bold;
	margin-top:20px;
	display:none;
	
}
