/* Estilos para o formulario */

	.formu {
		background: #fff;
		font: 0.8em Arial, Helvetica, sans-serif;
		padding:10px 20px;
	}

	input#usuario, input#email, input#cartorionome {
		width:18.0em;
		border:#ccc 1px solid;
	}
	textarea#comenta {
		width:20.0em;
		height:10.0em;
		border:#ccc 1px solid;
	}
		input#usuario:focus, input#email:focus, input#cartorionome:focus,
		textarea#comenta:focus {
		background: #fafafa;
		border: 1px dashed #999; 
	}

	label{
		font-size: 12px;
		
		}

	#msg {
	display:none;
	position:absolute; 
	font-size: 8pt;
	z-index:200; 
	background:url(../images/msg_arrow.gif) left center no-repeat; 
	padding-left:7px
	}

#msgcontent {
	display:block; 
	background:#d92d2d; 
	color: #fff;
	border: 1px solid #924949; 
	border-left:none; 
	padding:5px; 
	min-width:150px; 
	max-width:250px
	}


	.botao {
		background: #155daf;
		border: none;
		color: #fff;
		clear:both;
		margin: 3px;
		padding: 10px;
		}


	.botao:active{
		background: #999;
		border: none;
		color: #fff;
		}


dl{	
	text-align: left;
	background: url(../images/formbg.gif) right no-repeat #fff;
	padding: 20px;
	width: 350px;
	height: 320px;
	}

dd{
	margin: 2px 2px 2px 2px;
	}

/*RETORNO*/

div#info{
		border: #66CC00 1px dashed;
		margin: 10px 0px;
		padding:10px 10px 10px 50px;
		background-repeat: no-repeat;
		background-position: 10px center;
		position: absolute;
		width: 700px;
		color: #009900 ;
		background-color: #CCFFCC;
		background-image: url(../images/info.png);
	}


div#info h4{margin: 0; color: #090;}

p.fechar{text-align: right; height: 30px;}

p.fechar a.close{float: right;}
