/***********************************************/
/* PanelSet CSS style sheet                    */
/***********************************************/
.fieldset {
  margin: 3px 0px 10px 0px;
}
	.legend {
	}
		.lclose {
		  background-image: url(../images/lclose.gif);
		  background-repeat: no-repeat;
		  background-position: left;
		  padding-left: 9px;
		  margin: 0 6px;
		  background-color: #ffffffff;
		  color: #333333;
		}
		.lopen {
		  background-image: url(../images/lopen.gif);
		  background-repeat: no-repeat;
		  background-position: left;
		  padding-left: 9px;
		  margin: 0 6px;
		  background-color: #F0F0F0;
		}
	.fieldset div {
	  margin: 3px;
	}
		.popen {
		  display: block;
		}
		.pclose {
		  display: none;
		}