



input, select {
	border:1px solid black;
	background:white;
	color: #000000;
	width:150px;
	height:20px;
	float:right;
}

textarea {
	border:1px solid black;
	background:white;
	color: #000000;
	width:220px;
	height:70px;
	float:right;
}

input.boto {
	
	float:left;
	font-size:14px;
	font-weight:normal;
	background-color:black;
	color:white;
	border:0px;

	width:77px;
	height:23px;
}

#dades {

	margin-top:20px;

}

.contacte_esq {
	float:left;
	width:200px;
	height:40px;

	text-align:left;

	clear:both;

}

.contacte_dret {
	float:right;
	width:300px;
	height:40px;

	text-align:left;

}