@charset "utf-8";
/* CSS Document */

#contactForm {
	text-align: center;
}

#txtNume, #txtEmail, #txtSubiect {
	width: 250px;
}

#txtMesaj {
	width: 250px;
	height: 200px;
}

#btnContactSubmit {
	width: 70px;
}