#board #area2 #cont p {
	margin: 12px  0px;
}

#lnombre {
	display: inline-block;
	width: 100px;
	font-weight: bold;
}
#inombre {
	width : 500px;
	background: #EBEBEB;
	border: 0px;
}
#lemail {
	display: inline-block;
	width: 150px;
	font-weight: bold;
}
#iemail {
	width : 450px;
	background: #EBEBEB;
	border: 0px;
}
#lmensaje {
	font-weight: bold;
}
#imensaje {
	width : 600px;
	height: 150px;
	background: #EBEBEB;
	border: 0px;
}
#send {
	color : #3E3E4D;
}