@charset "utf-8";
/**
 * General CSS File
 * @author Marcio Misumi
 * @email m2@marciomisumi.com.br
 * @site http://www.marciomisumi.com.br/
 *
 * @project Consultoria Médico Pericial
 * @date 2009-05-21 21:10:05 -0300 (Thu, 21 May 2009)
 */

div#endereco {
	width: 308px;
	float: right;
}
div#error {
	width: 308px;
	float: right;
	clear: both;
	margin-top: 40px;
}
div#formulario {
	width: 320px;
	display: block;
}
div#formulario legend {
	font-weight: bold !important;
	color: #666;
	margin-bottom: 5px;
}
div#campos-formulario {
	width: 320px;
	display: block;
	float: left;
}
div#campos-formulario label {
	font-weight: normal;
	color: #666;
	width: 70px;
	text-align: right;
	float: left;
}
div#campos-formulario ul {
	list-style: none;
	width: 305px;
	float: left;
	display: block;
}
div#campos-formulario ul li {
	float: left;
	display: block;
	width: 305px;
	margin: 2px 0;
}
div#campos-formulario li p {
	text-align: left;
	float: left;
	margin-left: 4px;
	color: #666;
}
div#campos-formulario li h5 {
	font-size: 85%;
	font-weight: normal;
	text-align: right;
	color: #666;
	margin-right: 10px;
}
div#campos-formulario input {
	color: #666;
	background-color: transparent;
	border: 1px #eee solid;
}
div#campos-formulario textarea {
	color: #666;
	background-color: transparent;
	border: 1px #eee solid;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	width: 190px;
	height: 80px;
}
div#campos-formulario .campo {
	width: 220px;
}
div#campos-formulario .campo-ddd {
	width: 30px;
	text-align: center;
}
div#campos-formulario .campo-telefone {
	margin-left: 4px;
	width: 176px;
}
*div#campos-formulario .campo-telefone { /* hack IE6 e IE7 */
	width: 180px;
}
div#campos-formulario .obrigatorio {
	color: #f00;
}
div#campos-formulario .mensagem {
	padding-top: 30px;
}
div#botoes-formulario {
	width: 320px;
	display: block;
	float: left;
	margin: 10px 0;
	text-align: center;
}
div#botoes-formulario .botao {
	margin: 0 5px;
}

/* ############################## START VALIDAÇÃO ############################## */
input.msgerror { border: 1px dotted #f00 !important; }
textarea.msgerror { border: 1px dotted #f00 !important; }
p.msgerror { color: #f00 !important; float: left; clear: both; font-style: italic; width: 308px;}
/* ############################## END VALIDAÇÃO ############################## */
