ul
{
	margin-bottom:30px;
}

li
{
	margin-left:30px;
	list-style-image:url(../images/site/check.png);
}

.linha
{
	float:left;
	width:940px;
	height:auto;
	padding-bottom:32767px;
	margin-bottom:-32767px;
}

.colEsq
{
	float:left;
	width:460px;
	height:auto;
}

.colDir
{
	float:right;
	width:440px;
	height:auto;
}

.colDir label
{
	float:left;
	width:440px;
	height:35px;
	line-height:33px;
	text-align:left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#333;
}

.formContatoInput
{
	float:left;
	width:428px;
	height:33px;
	line-height:33px;
	margin-bottom:3px;
	padding-left:10px;
	border:#CCC solid 1px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:normal;
	font-weight:normal;
	color:#666;
	background:#FFF;
}

.formContatoTextArea
{
	float:left;
	width:428px;
	height:200px;
	margin-bottom:3px;
	padding-left:10px;
	padding-top:10px;
	border:#CCC solid 1px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:normal;
	font-weight:normal;
	color:#666;
	background:#FFF;
}

.formContatoSelect
{
	float:left;
	width:440px;
	height:auto;
	margin-bottom:3px;
	padding:6px;
	border:#CCC solid 1px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	font-style:normal;
	font-weight:normal;
	color:#666;
	background:#FFF;
}

#enviandoContato
{
	display:none;
	float:right;
	width:24px;
	height:24px;
	margin-top:16px;
	margin-right:10px;
}

#respostaContato
{
	display:none;
	float:right;
	width:auto;
	height:24px;
	line-height:24px;
	margin-right:15px;
	margin-top:16px;
}

.botaoEnviar
{
	float:right;
	margin-top:20px;
	font-family: 'franklin_gothiccondensed';
	font-size:20px;
	font-weight:normal;
	color:#544C79;
}

.botaoEnviar a
{
	text-decoration:none;
	color:#544C79;
}

.botaoEnviar a:hover
{
	text-decoration:none;
	color:#827D99;
}