#frmContato .inputText, #frmContato select 
{
	background	: #222222;
	border		: 1px solid #333333;
	color		: #FFF;
	opacity		: 0.7;
	filter		: alpha(opacity=70);
}

#frmContato #mensagem
{
	width		: 400px;
	height		: 150px;
	font-size	: 12px;
}

#frmContato .inputButton input
{
	background	: transparent;
	border		: 0;
	color		: #fff;
	width		: 80px;
	height		: 20px;
	font-size	: 11px;
	cursor		: pointer;
}

#msgContato
{
	line-height	: 20px;
}