body
{
	margin: 0;
	padding: 0;
}
.areamsg
{
	width: 98%;
	float: left;
	margin: 0 1%;
}
.box
{
	width: 100%;
	float: left;
	margin: 0 0 15px;
}
.box.meio
{
	width: 50%;
	float: left;
}
.box input
{
	border-bottom: 1px solid #333;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	height: 25px;
	font-family: 'Arial', Myriad Pro;
	font-size: 15px;
	width: 97%;
	background: none;
}
.box.meio input
{
	width: 95%;	
}
.box strong
{
	text-transform: uppercase;
	font-size: 18px	;
	line-height: 22px;
	font-family: 'Arial', Myriad Pro;
}
.box label
{
	font-size: 18px;
	line-height: 22px;
	font-family: 'Arial', Myriad Pro;
	width: 95%;
}
.box.captcha,
.box.btn
{
	width: 50%;
	float: left;
	margin: 20px 0 0;
}
.box.btn button
{
	float: right;
	margin: 20px 5% 0 0;
	border: 0;
	background: #000;
	padding: 5px 30px;
	color: #fff;
	font-family: 'Arial', Myriad Pro;
	cursor: pointer;
}
@media (max-width: 480px )
{
	.box label
	{
    	font-size: 15px;
    	width: 100%!important;
    	float: left;
	}
	.box strong
	{
    	font-size: 15px;
	}
	.box input
	{
		width: 100%!important;
		float: left;
	}
	.box.captcha,
	.box.btn
	{
		width: 100%;
	}
	.box.meio
	{
		width: 100%;
		float: left;
	}
}