#contatoBox
{
	padding     : 40px 0 0 0;
	color		: rgb(83, 83, 83);
}

.inputSend
{
	width		: 80px;
	height		: 25px;
	font-weight	: bold;
}

#frmContato
{
	/*background	: #1f1f1f;
	border		: 1px dashed #949494;*/
	padding		: 10px 0;
	font-size	: 11px;
}

#frmContato .inputText
{
	border		: 1px solid #898CBF;
	font-size	: 11px;
	padding		: 2px 0;
}
label.error
{
	display: block;
	color: red;
	font-style: italic;
}
a
{
	color: #00923F;
	text-decoration: none;
	
}
.noGet
{
	text-align: center;
	line-height: 25px;
}
div.msgCritical
{
    padding    : 15px 15px 15px 60px;
    color      : #000;
    background : #FFDFDF no-repeat url('icons/criticalMsg.gif') 15px center ;
    border     : 1px solid #F00000;
}