body {
	font-size: 12px;
	font-family: Tahoma;
	background-color: #343434;
}

input[type="text"] {
	width: 200px;
}

textarea {
	width: 250px;
}

p {
	color: red;
	margin-left: 20px;
}