#contents {
	width: 1000px;
	margin: 0;
	z-index: 10;
	position: relative;
}

#leftside {
	position: absolute;
	top: 100px;
	left: 96px;
	width: 430px;
}

#leftside p {
	margin: 100px 0 0;
}

form {
	position: absolute;
	top: 100px;
	right: 130px;
	width: 320px;
}

.label {
	margin: 0 0 8px;
}

.input {
	margin: 0 0 24px;
}

.input input {
	height: 19px;
	border: 1px solid rgb(150, 150, 150);
	background: white;
}

.input textarea {
	width: 320px;
	height: 180px;
	border: 1px solid rgb(150, 150, 150);
	background: rgb(255, 255, 255);
}

#button {
	margin: -10px 0 0;
	text-align: right;
}

#button input {
	border: none;
	cursor: pointer;
	background: none;
	font-size: 12px;
}
