fieldset	{
		font-family: verdana, arial, sans-serif; 
		font-size:10px; 
		color:#333366;
		margin: 0 0 5px 5px;

		padding:5px;
		border:1px solid #667FB2;
		-moz-border-radius: 7px;
	} 
	
	legend	{
	
		font-family: arial, verdana, sans-serif; 
		font-size:11px; 
		color:#ffffff;
		font-weight: bold;
		border:1px solid #667FB2;
		height:15px;
		background-image:url("../gfx/new_fieldset_background.gif");
		background-repeat: repeat-x;
		background-color: #80A6D9;
		margin: -4px 1px 0px 0; 
		padding:2px 5px 2px 5px;		 
	}