@charset "UTF-8";
/* CSS Document */

label { width:100%;
}

input.form	{ 	display:block; 
				width:100%;
				height:28px;
				border: solid 1px #000;
				background-color:#f4f3f0;
				margin-bottom:10px;
			}
			

textarea.form	{	display:block;
					width:100%;
					height:150px;
					border: solid 1px #000;
					background-color:#f4f3f0;
					margin-bottom: 10px;
				}

#btLimpar, #btEnviar	{ 	
							border: solid 1px #000;
							padding:5px;
							background-color:#000; font-size:1em; color:#fff;
							cursor:pointer;
						}
						
#btLimpar:hover, #btEnviar:hover{background:#c00; color:#fff;}