@charset "utf-8";
/* CSS Document */
*
{
	margin:0px;
	padding:0px;
	border:0;
}

body
{
	*background-image:!important none;
}

.conteudoFrameCadastroSucesso {
	width:236px;
	height:222px;
	float:left;
	background:#A5CA0B url(/Util/img/bg/bgFormulario.jpg) no-repeat scroll left center;
	/*margin-top:3px;*/
}

.btVolta{
	margin:31px 0 0 80px;
}

.btnFecharFale{
	width:164px;
	height:50px;
	float:right;
	margin:35px 0 0 0;
}

.conteudoFrameCadastroSucesso h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#e7ff4a;
	text-align:center;
/*	margin:-24px 0 0 -18px;
*/}


