#form_area{
	max-width:800px;
	margin:10px auto;
	padding:10px;
	background:#DBDBDB;
	color:#000;
	font-size:20px;
	line-height:1.5em;
	order-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
}
#message_area{
	height:0;
	background-color:#FFF;
	font-size:14px;
	order-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
}
#message{
	display:none	
}
input{
	width:250px;
}
textarea{
	width:80%;
	height:200px;
}
input.btns{
	width:auto;
	margin-top:5px;
	color: #fff;
	font-weight:bold;
	border:1px dotted #666;
	background:#333;
	cursor:pointer;
	font-size: 16px;
	color: #f2efec;
	padding: 10px 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #524f46;
}
}
 @media screen and (max-width: 700px) {
#message_area{
	font-size:12px;
}
 }