#send-message
{
	background-color:#eb0;
	margin:2em auto 1em;
	width:70%
}

#send-message:hover
{
	background-color:#fc0
}

#send-message-success, #send-message-fail
{
	height:auto !important;
	background-image: none !important;
}

#send-message-area
{
	background-color:#FFF;
	background-position:top left;
	color:blue;
	padding:1em;
	font-family:'Marck Script', sans-serif;
	font-size:1.4em;
	text-shadow:0 0.1em 0.1em rgba(255, 255, 255, 1.0)
}

.send-message-icon {
	float:left;
	margin-right:.3em;	
}

#recaptcha_area {
	margin: auto;
}

#captcha-title {
	margin: 1em;
	text-align: center;
}

#captcha-verify-result {
	margin: 1em 1em 0em 1em;
	text-align: center;
	color: #f00;
	height: 2em;
}

#captcha-verify-result-text {
	display: none;
}

#send-message-captcha {
	font-size: smaller;
}

#send-captcha {
	background-color: #EB0;
	margin: 1em auto;
	width: 50%;
}

#send-captcha:hover {
	background-color: #FC0;
}

