div.lform {
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0 0 0px 0;
}

	div.lform p {
		position: relative;
		width: 100%;
		overflow: hidden;
		padding: 0 0 6px 0;
		vertical-align: top;
		color:#FFFFFF;
	}
	
	div.lform input[type="text"] {
		background: #fff;
		float: left;
		width: 260px;
		height: 21px;
		padding: 6px;
		border: 1px solid #e8e3d1;
		line-height: 1.5em;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #333333;
	}
	
	div.lform input[type="submit"] {
		background: url(../imagens/css/link.gif) repeat-x 0% 0%;
		display: inline-block;
		position: relative;
		height: 28px;
		overflow: hidden;
		margin: 10px 0 2px 0;
		vertical-align: top;
		line-height: 28px;
		font-size: 11px;
		font-weight: bold;
		text-transform: uppercase;
		color: #393536 !important;
		border-top: 1px solid #e9e8df;
		border-right: 1px solid #d5d4cc;
		border-bottom: 1px solid #b9b7b1;
		border-left: 1px solid #d5d4cc;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
		-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	}
	
		div.lform input[type="submit"]:hover {
			background-position: 0% -30px;
			border: 1px solid #d24037;
			color: #fff !important;
		}
	
	div.lform textarea {
		background: #fff;
		float: left;
		width: 260px;
		height: 260px;
		overflow: auto;
		padding: 6px;
		resize: none;
		border: 1px solid #e8e3d1;
		line-height: 1.5em;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #807c70 !important;
	}
