/* form.css */

form * {
  margin: 0px;
  padding: 0px;
}

form fieldset {
	margin: 0 10px 30px;
	padding: 10px;
	clear: both;
	border: 1px solid black;
	position: relative;
}
fieldset fieldset{
	border: 1px solid #A8A882;
}
form legend{
	font-size: 10pt;
	padding: 0 5px;
	font-weight: bold;
}
form fieldset fieldset legend{
	font-size: 10pt;
}
.legend {
	position: absolute;
	left: 10px;
	top: -31px;
	_top: -20px;
	z-index: 1;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	padding: 0px 10px;
	background-color: #fff;
	border: 1px solid #333;
	border-bottom-color: #fff;
	border-bottom-width: 0;
	display: inline;
}
input.input_text, select.select_option{
	width: 230px;
}
input.input_radio{
	margin-right: 5px;
}
textarea {
	overflow: auto;
	margin-top: 10px;
	padding: 3px;
	width: 460px;
	_width: 440px;
}

form fieldset div {
	clear: left;
}

form div.required fieldset legend {
	font-weight: bold;
}

form div label {
	display: block;
	float: left;
	width: 134px;
	padding: 3px 5px;
	margin: 0px 10px 5px 0px;
	font-size: 10pt;
	text-align: right;
}

form div label.wide{
	width: auto;
	text-align: left;
	margin: 0;
	padding-bottom: 0;
	margin-top: 10px;
}
form div.optional label, label.optional {
	font-weight: normal;
}

form div.required label, label.required {
	font-weight: bold;
}

form fieldset.checkbox label, form fieldset.radio label{
  float: none;
  display: block;
  height: expression('1%');
  padding: 0px;
  margin: 0px 0px 5px 135px;
  text-align: left;
  width: 530px;
}
form fieldset.checkbox input, form fieldset.radio input{
	margin-right: 4px;
}

form div input.inputCheckbox, form div input.inputRadio, input.inputCheckbox, input.inputRadio {
  display: inline;
  height: 14px;
  width: 14px;
  background-color: transparent;
  border-width: 0px;
  padding: 0px;
  margin: 0px 0px 0px 140px;
}

form .submit {
  margin: 10px 0 20px;
}

form div small {
  display: block;
  margin: 0px 0px 5px 142px;
  padding: 1px 3px;
  height: expression('1%');
}
form label.compact{
	display: inline;
}

#image_section .thumbnail_wrapper{
	float: left;
	text-align: center;
	padding-bottom: 10px;
}
#image_section .thumbnail_wrapper a{
	display:block;
}
#image_section .thumbnail_wrapper a.thumbnail{
	width: 150px;
	height: 150px;
	margin-top: 5px;
}
#image_section .image_main_fields{
	float: left;
	clear: none;
	padding: 0 5px;
}
#image_section .image_advanced{
	clear: both;
}
#help {
	position: absolute;
	padding: 5px;
	border: 1px solid black;
	background: #eee;
	right: 0px;
	top: 0px;
	visibility: hidden;
	z-index: 2000;
}
#help p {
	margin-bottom: 1em;
}
.help_link{
	cursor: help;
	color: #b00;
	font-weight: bold;
}

