.input_text {
	width: 300px;
}

input[type=submit]{
	width:200px;
	border: 1px solid #333;
	cursor: pointer;
	margin-bottom: 10px;
}

textarea {
	width: 300px;
	height: 50px;
	margin-bottom: 5px;
}

label {
	float:left;
	display: block;
	width: 150px;
	margin-bottom: 10px;
}