body
{
	width:700px;
	height:447px;
	background-color:#FBEA68;
}
#wrap
{
	width:700px;
	height:447px;
	background:url(../resources/images/postCard.jpg) no-repeat center;
}
.label
{
	margin:35px 0px 10px 10px;
	color:#E33710;
	text-decoration:underline;
	float:left;
	font-size:18px;

}
.details
{
	margin:20px 0px 10px 10px;
	font-size:16px;
	max-width:290px;
	float:left;
}
.details textarea
{
	width:280px;
	max-width:280px;
	min-width:280px;
	height:280px;
	max-height:280px;
	min-height:280px;
	background:none;
	border:dotted #9C0 1px;
}
.butt
{
	width:280px;
	height:20px;
	background-color:#E33710;
	color:#FFF;
	font-weight:bold;
	margin-top:10px;
	margin-left:10px;
	border:none;
}

table
{
	float:right;
	width:350px;
	margin:170px 10px 10px 10px;
}
.label2
{
	text-align:left;
	color:#F00;
}
.label3
{
	text-align:left;
}
.inputbox
{
	background:none;
	border:none;
	border-bottom:dotted #F00 1px;
	width:100%;
	float:right;
}
