	input, textarea, select {
		background: white;
		border:  #4b4b4a 1px solid ;
		color:  #4b4b4a;
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size : 12px;
	}
	
	.help{
		cursor:help;
	}

	.check{
		border: none;
		background-color: transparent;
	}
	
	.radio{
		border: none;
		background-color: transparent;	
	}
	
	.button{
		padding: 1px 6px 1px 6px;
	}
	
	fieldset{
		margin: 0 20px 0 20px;
		padding: 0px;
		width: auto;
		border: solid #80AB00 1px;
		text-align: left;
		background-color : #f0f4e3;
	}
	
	fieldset.submit{
		text-align: center;
		padding: 5px;
		float: none;
		border: none;		
	}
	
	fieldset legend{
		font-weight: bold;
		margin-left:20px;	
		color: 	#80AB00;
	}
	
	fieldset ol{
		list-style: none;
		float: left;
		width: auto;
		height: 100%;
		padding: 10px;
		margin: 0px;
	}
	
	fieldset li{
		float: left;
		clear: left;
		width: 100%;
	}	
	
	label{
		float: left;
		width: 100px;
		padding-bottom: 5px;
	}
	
	/*CSS for checkboxes or radiobuttons inside a fieldset*/	
	fieldset fieldset{
		border: none;		
		background-color: transparent;
		background-image: none;		
		padding-left: 0px;
		margin: 0px;
	}
	
	fieldset fieldset legend{
		margin-left: -7px;
		padding-left: 0px;
		font-weight: normal;		
		border: none;
		color: black;
	}
	
	fieldset fieldset ol{
		position: relative;
		top: -13px;
		margin: 0 0 13px 100px;
		width: 300px;
		padding: 0px;
	}
	
	fieldset fieldset li{
		display: inline;
		width: 150px; 
		clear: none;		
		text-align: left;
	}
	
	fieldset fieldset label{
		float: none;
		padding: 2px;
	}	
	
	fieldset fieldset label a{
		cursor:help;
		text-decoration: none;
	}	

	/*CSS for information box right of the form fieldset*/
	form fieldset div.notes {
		clear: none;
		float: right; 
		width: 25%;
		height: auto;
  		margin: 0 10px 10px 0;
  		padding: 5px;
  		border: 1px solid #493f0b;
  		background-color: #f5f6d4;
  		color: #493f0b;
  		font-size: 88%;
  		background-image: url(info.png);
  		background-repeat: no-repeat;
  		background-position: top left;
	}

	form fieldset div.notes h4 {
		margin: 0 0 10px 30px;
		padding: 3px 0 3px 0;
  		border-width: 0 0 1px 0;
  		border-style: solid;
  		border-color: #493f0b;
  		color: #493f0b;
  		font-size: 110%;
	}	