#placeForm h1 {
	font-size:16px;
	font-weight:bold;
	margin-bottom:8px;
}

#placeForm p {
	font-size:11px;
	color:#666666;
	line-height: 11px;
}

#placeForm .small{
	color:#494018;
	font-size:10px;
	font-weight:normal;
	width:260px;
}

#placeForm input{
	border:1px solid #678441;
	width:285px;
	margin-bottom: 10px;
	padding: 5px;
}

#placeForm .input2{
	border:1px solid #678441;
	width:240px;
	margin-bottom: 10px;
	padding: 5px;
	display: block;
	height: 60px;
}

#placeForm button{
	background-image: url(../images/button_submit.gif);
	display: block;
	height: 22px;
	width: 69px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

