fieldset {
			border:1px solid #ccc;
			margin:0 10px 10px;
			padding:10px;
			color:#333;
			background:#fafafa;
		}
		form {
			float:left;
		}
		label {
			float:left;
			display:inline;
			font:normal normal 12px/normal Arial, Tahoma, Helvetica, sans-serif;
			color:#000;
			margin:0;
			padding:0;
			width:130px;
			height:24px;
			line-height:24px;
			margin-bottom:11px;	
		}
		input, textarea, select {
			float:left;
			display:inline;
			width:550px;
			height:20px;
			padding:1px;
			font:normal normal 0.8em/normal Arial, Tahoma, Helvetica, sans-serif;
			color:#484848;
			background:#f4efe7;
			border:solid 1px #a79984;
			margin-bottom:11px;
		}
		input.radio, input.checkbox {
			width:auto;
			height:auto;
			margin:2px 5px 12px 10px;
			padding:0;
			background:#fff;
			border:none;
		}
		input.submit {
			width:auto;
			height:auto;
			margin:0 0 0 140px;
			font-weight:bold;
			color:#fff;
			width:95px;
			height:34px;
			border:none;
			background:url(../images/btn_enviar.jpg) no-repeat;
		}
		select {
			width:206px;
		}
		textarea {
			height:70px;
		}
		br {clear:left;}
