p {
	display: block;
	position: relative;
	clear: both;
	float: left;
	text-align: left;
	margin: 10px;
	font-size: 12px;
}



#form {
	display: block;
	position: relative;
	width: 420px;
}

label {
	float: left;
	width: 106px;
	text-align: left;
	margin-left: 30px;
	height: 20px;
	margin-top: 5px;
}

input {
	float: left;
	width: 150px;
	text-align: left;
	height: 20px;
	font-size: 10px;
	margin-top: 5px;
}

.button {
	height: 20px;
	width: 50px;
	text-align: center;
}

.button2 {
	height: 20px;
	width: 50px;
	text-align: center;
	margin-left: 48px;
}

textarea {
	display: block;
	position: relative;
	float: left;
	margin-top: 5px;
	width: 150px !important;
	font-size: 10px;
	width: 150px;
}