
.sub-links-container
{
	background-repeat: no-repeat;
}

.contactos-intro
{
	margin: 10px 20px;
}

#contactos-geral-container
{
	width: 660px;
	margin: 10px 20px;
}

#contactos-mails-container
{
	clear: both;
	width: 660px;
	margin: 10px 20px;
}

#contactos-specific-container
{
	clear: both;
	width: 660px;
	margin: 10px 20px;
}

#contactos-form-container
{
	clear: both;
	width: 660px;
	margin: 10px 20px;
}

.contactos-table
{
	width: 100%;
	border: 1px solid #ccc;
	border-collapse: collapse;
}

.contactos-table-title
{
	height: 20px;
	padding: 2px 15px;
	border: 1px solid #ccc;
	background: url(../../images/bullet-list.png) no-repeat #eee;
	background-position: 3px 2px;
	font-family: "trebuchet ms";
	font-size: 0.8em;
	font-weight: bold;
}

.contactos-table-data
{
	padding: 2px 4px;
	border: 1px solid #ccc;
	font-family: "trebuchet ms";
	font-size: 0.8em;
}

input.regular, textarea.regular
{
	width: 400px;
	font-size: 0.9em;
	font-family: "trebuchet ms";
	border: 1px solid #eee;
	padding: 3px;
}

input.regular:focus, textarea.regular:focus
{
	background: #FCFED8;
}

input.contacto-button
{
	width: 100px;
	margin: 10px 0 10px 10px;
	height: 22px;
	font-size: 0.7em;
}

#contactos-mapa
{
	width: 660px;
	height: 450px;
	margin: 20px;
	display: none;
}
#contactos-mapa a
{
	text-decoration: none;
}