.wphc-message {
	margin-bottom: 10px;
	padding: 7px;
	background-color:#bdc19e;
	border:1px solid #727a35;
	color:#727a35;
	font-size:14pt;
	font-weight:bold;
	letter-spacing:-1px;
	text-align: center;
	width: 600px;
}
#wphc {
   /* color: #a9a9a9; */
   width: 530px;
   font-weight: bold;
   font-size: 12pt;
   font-family: Arial;
   position: relative;
	width: 530px;
}
#wphc label  {
	color: #261c00;
	float: left;
	width: 150px;
	padding-right: 10px;
	text-align: right;
	letter-spacing:-1px;
	padding-top: .5em;
}
#wphc input[type=text], #wphc textarea {
	width: 350px;
	padding: .5em;
	background: none;
	border: 1px solid #91975e;
	color: #999999;
	font-weight: bold;
	font-size: 11pt;
	font-family: Arial;
}
#wphc textarea {
	height: 80px;
}
#wphc input[type=text]:focus, #wphc textarea:focus {
	outline: 3px solid #727a35;
	color: #261c00
}
#wphc #edit-honeytrap-wrapper {
	display: none;
}
#wphc button {
	padding: 0.5em 1em;
	margin-left: 300px;
	background: #261c00;
	border: 1px solid #261c00;
	color: #FFF;
	font-weight: bold;
}
#wphc div {
	margin-bottom: 5px;
}
#wphc label.error {
	float: right;
	font-size: 70%;
	color: #ce0000;
	position: relative;
	top: -4px;
}