﻿#conteudo .interna
{
	position: relative;
}

label
{
	float: left;
	display: block;
	width: 160px;
	padding: 2px 10px 1px 0;
	text-align: right;
	background-color: #f0f0f0;
	border-top: 1px solid #fff;
	border-right: 3px solid #fff;
	border-bottom: 1px solid #fff;
}


.linha input,
.linha textarea
{
	margin: 2px 0;
	border: 1px solid #ccc;
	vertical-align: middle;
}

.linha 
{
	clear: both;
}

.imagem_direita
{
	float: right;
}

.imagem_cadastro_centro_servico
{
	float:left;
}

.telefone_email
{
	position: absolute;
	top: 76px;
	right: 0;
	width: 208px;
	text-align: right;
}

.telefone_email h2
{
	margin: 0;
	padding: 0;
	font-size: 15px;
	color: #ee8617;
}

.telefone_email .email
{
	margin-top: 6px;
	font-size: 16px;
}

.telefone_email .email a
{
	color: #888;
}


/* Componente [Lista de sugestoes] */
.lista_sugestoes
{
	z-index: 999;
}

.lista_sugestoes .label
{
	margin-left: 5px;
	color: #316284;	
}

.lista_sugestoes .gridview
{
	border: 1px solid #f0ef9c;
}
	.lista_sugestoes .gridview td
	{
		margin: 0;
		padding: 4px 7px;
		text-align: center;
	}
	.lista_sugestoes .gridview .codigo
	{
		border-right: 2px solid #fffeb;
		background-color: #f0ef9c;
	}
	.lista_sugestoes .gridview .descricao
	{
		border-right: 1px solid #fffeb7;
		border-bottom: 1px solid #f0ef9c;
		border-left: 1px solid #fffeb7;
		background-color: #fffeb7;
		text-align: left;
		width: 180px;
		white-space: normal;
	}
	
	
.motivo_justa_causa 
{
	margin-left: 48px;
	
}

#conteudo .container_campo.motivo_justa_causa .lista_sugestoes .label
{
	color: #316284;
	display: block;
	white-space: normal;
	width: 600px;
	margin-left: 0px;
	line-height: 125%;
}

/* FIM: Componente [Lista de sugestoes] */

	/* Validator - Required Field */
	#conteudo .validator_rf
	{
		
		display: block;
		margin: 3px 0 0;
		padding: 2px 0 2px 13px;
		top: 3px;
		background-image: url('../../img/ico_validacao_campo.gif');
		background-repeat: no-repeat;
		background-position: 0 3px;
		color: #f00;
			
	}
	
.btn
{
	padding-top: 10px;
}