.fieldForm { padding: 0 0; text-align: left;}

.fieldForm .fieldItemLabel label {font-weight: bold;}
.fieldForm .fieldItemLabel label span {font-weight: normal;  font-size: 80%; }


.fieldForm .field100Pct .fieldItemValue textarea{ width: 375px; height: 80px; overflow: auto }
.fieldForm .field100Pct .fieldItemValue textarea#privacy{ height: 50px; }

.fieldForm textarea,.fieldForm input{ border: 1px solid #fff; color: #e1e1e1; }
.fieldForm .fieldCheckbox .fieldItemLabel {padding-top:0; width:auto}

.rowbuttons{ text-align: center; padding: 10px 0;line-height: 100%  }
.rowbuttons input{
background: url(../img/black.gif);
		opacity: 0.8;
		-moz-opacity: 0.8;
		filter: alpha(opacity=80);
		color: #fff;
		cursor: pointer;
		border: 1px solid #fff;
		padding: 3px 3px;
		margin-right: 10px;
}

/* ----------------------------------------------------------------------
 *  formReForm FIELD PLACEMENT STYLE SECTION
 *  this section is used by formReForm for placement of form
 *  elements and typically will not need to be modified
 * ----------------------------------------------------------------------*/

.fieldForm div .fieldItemValue {line-height: 1em; overflow: hidden;}
.fieldForm .fieldItemLabel {width:6.2em;float:left; display: inline; margin-left: 0px }
.fieldForm .fieldItemLabel label {white-space:nowrap;}

.fieldForm .field100Pct, 
.fieldForm .field50Pct {min-width: 200px;}

.fieldForm .field100Pct {clear:both; }

/* width on this should change based on the size of your checkboxes */
.fieldForm .fieldCheckbox { min-width: 200px; }
.fieldForm .field100Pct .fieldItemValue,
.fieldForm .field50Pct .fieldItemValue {display:inline;}
.fieldForm .fieldCheckbox .fieldCheckboxItem{ float: left; }

.fieldForm .field100Pct .fieldItemValue input,
.fieldForm .field100Pct .fieldItemValue select {
	width: 70%;
	min-width: 200px;
	background: url(../img/black.gif);
	opacity: 0.6;
		-moz-opacity: 0.6;
		filter: alpha(opacity=60);
}

.fieldForm .field50Pct .fieldItemValue input,
.fieldForm .field50Pct .fieldItemValue textarea,
.fieldForm .field50Pct .fieldItemValue select {
	width: 60%;
	min-width: 100px;
	background: url(../img/black.gif);
	opacity: 0.6;
		-moz-opacity: 0.6;
		filter: alpha(opacity=60);
}

.fieldForm .field50Pct {float:left;width:49.9%;}

.fieldForm div div input{margin-bottom:10px;margin-right:0;}
.fieldForm div div textarea{
	margin-bottom: 10px;
	margin-right: 0;
	background: url(../img/black.gif);
	opacity: 0.6;
		-moz-opacity: 0.6;
		filter: alpha(opacity=60);
}
.fieldForm div div select {margin-bottom:10px;margin-right:15px;}

.fieldForm .fieldCheckbox input {float:left;margin-left:5px;
border: 0;
}

.fieldForm br {display:none}

