/* Style sheets to make my forms and tables for formatting forms more classic instead of the radical settings which foundation uses */
		.Error { color: #AA0000; }
		
		table { 
			width: auto;
			}
			
		table thead th, table thead td {
			padding: 0.25rem;
			background-color: #CCCCCC;
			}
			
		table thead td {
			font-weight: normal;
			}
			
		table tbody th, table tbody td {
			padding: 0.25rem;
			background-color: #F1ECE5;
			}
		
		select { 
			width: auto;
			height: auto;
			margin: 0;
			padding: 0.1rem;
			font-size: 0.85rem;
  			}
  		
  		UL.lessindent LI
			{ margin-left: 1em; }
			
		UL.noindent LI
			{ margin-left: 0; }
  		
  		option:disabled { color: #dd8888; }
  		
  		[type='file'], [type='checkbox'], [type='radio'] 
  			{ margin: 0 ; }
  		[type='number'] 
  			{ display: inline; margin: 0; width: 3rem; text-align: right; font-size: .85rem; } 
  		[type='email'], [type='text'], [type='date'] 
  			{ margin: 0; width: initial; display: inline; font-size: .85rem; }
  		input[type="checkbox"], input[type="radio"] 
  			{ transform:scale(1.4, 1.4); }  
  			
  		input[type="submit"].bigButton {
			padding: 5px;
			font-size: large;
			font-weight: bold;
			background-color: #DDFFDD;
			}
  		
  		textarea {
			width: auto;
			height: auto;
			font-size: 0.85rem;
  			}
  			
  		div.formfieldbox {
			height: 1.4rem;
			BORDER : #999999 1px solid;
			background-color: #E3E3E3;
			color:  #444444;
			padding: .1rem;
			display: inline-block;
			border-radius: 3px 3px 3px 3px;
				-moz-border-radius: 3px 3px 3px 3px;
				-webkit-border-radius: 3px 3px 3px 3px; 
			}
			
		div.smallLabels {
			font-size: .75rem;
			}