
#the_forms
{
 width: 600px;
 margin: 10px auto;
}

#the_forms table
{

}

#the_forms table tr
{
  height: 30px;
  vertical-align:middle;
}

#the_forms table tr td label
{
 width: 200px;
}

#the_forms span
{
 line-height: 1.3em;
}

#the_forms #actions
{
 width: 400px;
 margin: 5px auto;
 text-align:center;
}


#the_big_forms
{
 width: 906px; 
 margin: 10px auto;
}

#the_big_forms table
{

}

#the_big_forms table tr
{
  height: 30px;
  vertical-align:middle;
}

#the_big_forms table tr td label
{
 width: 180px;
 padding-left: 20px;
}

#the_big_forms table tr td .smallerinput
{
 width: 200px;
}

#the_big_forms span
{
 line-height: 1.3em;
}

#the_big_forms #actions
{
 width: 400px;
 margin: 5px auto;
 text-align:center;
}




form {
	padding: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:80%
}
/* Form Sections ======================================================================== */
/* Fieldset  */

fieldset {
	margin: 20px 0;
	padding: 15px 10px;
	
	border: 1px solid #674d34;	
	overflow: auto;
}
legend {
	padding: 2px 5px;
	color: #674d34;
	font-size: 115%;
    font-weight: bold;
}
/* Nested Fieldset  */
fieldset fieldset  {
	border: 1px solid #674d34;
	background-color:#efefef;
}
fieldset fieldset legend {
	font-size: 110%;
}
/* Form or Fieldset instruction paragraph. */
form .instructions {
	margin: 0.6em 0 0 1em;
	font-style: italic;
}
.field{
   display:block;
   margin:15px;
} 
.fieldverify{
   text-align:center;
   display:block;
   margin:15px;
}
.fieldcentered{
   text-align:center;
}   

/* Field Labels ======================================================================== */

/* Base */
label, form .label {	
	color: #333;
	margin: 0;
}
/* Text inputs / Select label */
label.preField {
	display: -moz-inline-box;
	display: inline-block;	
	margin: 0.6em 4px 0 0;
	padding: 0 2px;
	min-width: 12em;
}
label.alertMe {
	display: -moz-inline-box;
	display: inline-block;	
	margin: 0.6em 4px 0 0;
	padding: 0 2px;
	min-width: 12em;
	/*background-color: #EDEDDC;*/
	color:#f00;
}
/* Radio / Checkbox group label */
form .label  {
	display: block; 
	margin: 0.6em 4px 0 0;
	padding: 2px;
}
/* Individual Checkbox / Radio label */
label.postField  {
	margin: 0 4px 0 4px;
}
/* Repeat Behavior divs (when not set on a fieldset) */
div.repeat {
	margin: 3px 0;
	padding-right: 6px;
	border: 1px dotted #ccc;
	background-color: #FFFFFF;
}
div.removeable {
	margin: 3px 0;
	padding-right: 6px;	
	border: 1px dotted #ccc;
	background-color: #F3F3F3;
	
}
/* Links generated by the Repeat Behavior */
form .duplicateLink {
	font-weight: bold;
}
form .removeLink {
	line-height: 260%;
}
/* Inputs ======================================================================== */

textarea {
	padding: 0;
	vertical-align: top;
	margin: 2px 2px 1px 0;
}
input {
	margin: 0 2px 0 0;
}
input[type=text], input[type=password] {
}
select {
	margin: 2px 2px 1px 0;
	padding: 0;
}


/* Buttons ======================================================================= */

form .actions {
	text-align: center;
	margin: 20px 0 10px 0;	
}
/* Submit button */
form .primaryAction {
	font-weight: bold;
}
/* Cancel button */
form .secondaryAction {
	color: grey;
}
form .secondaryAction:hover {
	color: black;
}

/* Asterisk on required fields */
form .reqMark {
	color: #F00;
	padding: 0 4px;
}
form .field-hint {
	float: right;
	clear: right;
	color: #000;
	margin: 2px 0 0px 0;
	padding: 2px;
	padding-bottom:0;
	font-size: 85%;
	min-height: 2em;	
}
 
/* IE6 BUG FIXES ==================================================================== */
form {
	height:expression('1%'); /* IE Pick-a-boo bug fix */
}
form fieldset {
	position:expression('relative'); /* Fixes IE problem with fieldset+legend boundaries */
	margin-top:expression('1em');
	padding-top:expression('1.5em');
	overflow: expression('visible');
}
form fieldset legend {
	position: expression('absolute'); 
	top: expression('-.5em'); /* Fixes IE problem with fieldset+legend boundaries */
	left:expression('.5em');
}
form .inlineSection .oneField {
	display: expression('inline-block');		
}
label.preField, form .inlineSection .oneField .inlineLabel {
	width: expression('9em');
}

