#contenido form {
	margin: 15px 0 15px 15px;
}

.form-tag {
	display:block;
}
#nombre, #correo {
	width:300px;
	height:20px;
	border: 1px solid #719A9B;
	margin-top: 2px;
}
#telefono {
	width:150px;
	height:20px;
	border: 1px solid #B5CACA;
	margin-top: 2px;
}
#contact {
	width:120px;
	height:22px;
	border: 1px solid #B5CACA;
	margin-top: 2px;
}
textarea {
	width: 200px;
	height: 80px;
	border: 1px solid #719A9B;
}
#comentarios {
	width:300px;
	height:130px;
	margin-top: 2px;
}
#wnombre, #wcorreo, #wcomentarios {
	display:none;
	color:#FF0000;
}
