/*----- forms -----*/

.yes {
	padding:3px;
	background:#EAFFD5;
	width:100%;
	border:1px solid #0F0;
}
.no {
	padding:3px;
	background:#FDD;
	border:1px solid #F00;
}

form{
	width:870px;
	display:block;
	}

fieldset {
		border:0;
	}
	#box_form {
		margin-top:10px;
		}	
label {
		display:block;
		height:30px;
	}
input {
		float:left;
		width:300px;
		background:#fff;
		border:1px solid #999;
		padding:1px 0 1px 5px;
		color:#666;
	}
textarea {
		width:300px;
		font-family: Verdana, Geneva, sans-serif;
		background:#fff;
		border:1px solid #a4a4a4;
		overflow:auto;
		height:108px;
		padding:1px 0 1px 5px;
		margin-bottom:14px;
		color:#666;
	}
#botao-form {
	margin:120px 0 0 0;
	border:0;
	width:305px;
	float:left;
	}
.send {
		width:163px;
		height:40px;
		display:block;
		margin:10px 0 0 70px;
		cursor:pointer;
		border:0;
		background:url(../images/bg_menu.png) top no-repeat;
		color:#FFF;
		font:22px Verdana, Geneva, sans-serif;
		font-style:italic;
	}
.send:hover {
		background:url(../images/bg_menu_hover.png)
		}

#box-esq {
	border:0;
	float:left;
	width:305px !important;
	margin:0 !important;
	}
#box-dir {
	border:0;
	float:right;
	width:525px !important;
	margin: 0 !important;
	}
	
#box-dir p {
	margin-left: 20px;
}
	
#box-dir img.contato {
	}
