form {
	display:inline;
}
input[type='text'] {
	border:1px solid #004488;
	background:white;
	font:arial, sans-serif;
}
input[type='text']:hover, input:focus {
	border:1px solid #004488;
	background:#F3F7FC;
} 

textarea {

	border:1px solid #004488;
	background:white;
	font:arial, sans-serif;

}
textarea:hover, textarea:focus {
	border-color:#004488;
	background:#F3F7FC;
} 

