/* ---------------------------------------- form -------------------------------------- */
body div#contentframe form {
	width: 90%;
	margin: 0;
	padding: 0;
	border: 0;
}
body div#contentframe form h3 {
	color: #576065;
	font-size: 14px;
	margin-bottom: 5px;
}
body div#contentframe form label {
	display: block;
	min-height: 30px;
	margin: 0 0 0 -5px;
	padding: 0:
}

body div#contentframe form button {
	margin: 10px 0 10px 75px;
}

/* input type="text" */
body div#contentframe form label.input span {
	width: 65px;
}
body div#contentframe form label.input input {
	width: 285px;
}

/* textarea */
body div#contentframe form label.text span {
	width: 65px;
}
body div#contentframe form label.text textarea {
	width: 285px;
	height: 95px;
}
