body {
		font-family: Arial, Helvetica, sans-serif ;
}

input[type="text"] {
		padding: 5px;
		margin-bottom: 10px;
		border: 1px solid grey;
}

input[type="text"]:hover {
		border: 1px solid black;
}

.content {
		width: 100%;
}