/* ---------------------------------------- form -------------------------------------- */
body div#contentframe form {
	width: 680px;
	margin: 0;
	padding: 0;
	border: 0;
}
body div#contentframe form h3 {
	display: none;
}
body div#contentframe form label {
	min-height: 0;
	margin-bottom: 10px;
	padding: 0;
}
body div#contentframe form label.require {
	color: red;
}
body div#contentframe form fieldset {
	margin-bottom: 10px;
	padding: 10px 0 0 0;
	border: 0;
}
body div#contentframe form button {
	width: 73px;
	height: 30px;
	margin: 0 0 0 377px;
	border: 0;
	background: url(img/button_send.jpg) no-repeat;
}
body div#contentframe form button:hover {
	cursor: pointer;
}
body div#contentframe form button span {
	display: none;
}

/* input type="text" */
body div#contentframe form label.input span,
body div#contentframe form label.select span {
	width: 145px;
	margin: 0 5px 0 0;
}
body div#contentframe form label.input input,
body div#contentframe form label.select select {
	width: 290px;
	border: 1px solid #9fb8c1;
}

/* input type="checkbox" */
body div#contentframe form label.checkbox input {
	margin-left: 10px;
}
body div#contentframe form label.checkbox span {
	display: block;
	margin-left: 35px;
	width: 290px;
}

/* textarea */
body div#contentframe form label.text span {
	width: 145px;
	margin: 0 5px 0 0;
}
body div#contentframe form label.text textarea {
	width: 290px;
	height: 120px;
	border: 1px solid #9fb8c1;
}
