@charset "utf-8";
/* CSS Document */


	fieldset {
	    width:365px;
	    }
	fieldset.largo
		{
		width:600px;
		}



    fieldset.largo label {
	    display:block;
	    width:200px;
	    float:left;
	    padding:10px;
	    }
		
		
		
	label.abaixo {
		display:block;
		clear:left;
		float:top;
	    width:190px;
	    }

	label input.opne {
	    width:360px;
		height:300px;
	    }
		
	input text
		{
		width:300px;
		}
		
	textarea
		{
		width:360px;
		height:300px;
		}
