div.cadastro { float: left; width: 500px; }

	div.cadastro div.post { width: auto; height: auto; margin: 0px 0px 20px; padding: 10px; background-color: #fff; }

		div.cadastro div.post div.title { font-size: 18px; }

		div.cadastro div.post div.intro,

		div.cadastro div.post div.response { margin: 15px 0px; padding: 0px 10px; font-size: 11px; text-align: justify; }

		div.cadastro div.post form { margin: 15px 0px 0px; padding: 0px 10px; }

			div.cadastro div.post form input { width: 98%; margin-bottom: 5px; border: 1px inset #333; color: #999; }
			div.cadastro div.post form textarea { width: 98%; height: 150px; margin-bottom: 5px; border: 1px inset #333; color: #000; }

			div.cadastro div.post form button { border: 1px outset #333; font-size: 11px; }

		

	