﻿span.caption
{
	display: block;
}

.cep_prefixo
{
	width: 50px;
}

.cep_sufixo
{
	width: 30px;
}

.telefone_ddd
{
	width: 20px;
}

.telefone_numero 
{
	width: 80px;
}

.email 
{
	width: 50%;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	margin:0px;
	padding:0px;
}
#tooltip h3, #tooltip div { padding:0px; margin:5px; color:#333; font-size:12px; }
.tooltip { cursor:pointer }
.thumbImg {
	max-width:200px;
	width: expression(this.width > 200 ? 200: true);
}
