/* ---------------------------------------- form -------------------------------------- */
body div#contentframe form {
	margin-left: 45px;
	border: 0;
}
body div#contentframe form label {
	clear: both;
	margin-bottom: 0;
}
body div#contentframe form label.require {
	color: #3e4a55;
}

body div#contentframe form label.input span,
body div#contentframe form label.select span,
body div#contentframe form label.text span,
body div#contentframe form label.radio span {
	width: 160px;
}


body div#contentframe form label.input input,
body div#contentframe form label.select select {
	width: 265px;
}

