/* ---------------------------------------- form -------------------------------------- */
body div#contentframe form {
	padding: 0;
	border: 0;
}
body div#contentframe form label {
	margin-bottom: 2px;
	padding: 0;
}
body div#contentframe form label.require {
	color: #000000;
}
body div#contentframe form button {
	margin-top: 25px;
}

/* input type="select" */
body div#contentframe form label.select select {
	width: 495px;
}

/* textarea */
body div#contentframe form label.text textarea {
	height: 145px;
}


