@charset "utf-8";

p.h1 {
	height: 85px;
	background: none;
}

a.h1 {
	width: 325px;
	height: 85px;
	background-image: url(../img/site/title_cadastro.png);
	background-position: left top;
}

/*--------------------- CADASTRO -----------------------------*/

div.tapete {
	width: 698px;
	background-image: url(../img/site/blog_comments_bottom.png);
}

	div.tapete div.top {
		background-image: url(../img/site/blog_comments_top.png);
	}

	div.tapete div.center {
		width: 638px;
		padding-left: 35px;
		background-image: url(../img/site/blog_comments_center.png);
	}
	
		div.tapete div.center h1 {
			text-align: left;
			width: auto;
			padding-bottom: 15px;
		}
	
	div.tapete div.center.sucesso {
		text-align: center;
	}
	
		div.tapete div.center.sucesso p {
			padding: 20px 0px;
		}
		
		div.tapete div.center.sucesso h1 {
			text-align: center;
		}
		
div.cadastro form.form div.input.text label {
	padding-top: 5px;
}

div.cadastro form.form input.input-text {
	width: 300px;
}

div.cadastro form.form input.input-submit {
	margin-top: 15px;
}

div.cadastro form.form fieldset {
	width: 290px;
}

div.cadastro p {
	padding-bottom: 5px;
	color: #fff;
}

div.cadastro p.descricao {
	padding: 10px 0px;
	font-size: 13px;
}

