
<!--
   .ui-corner-all1 { 
			background-color: #FFFFF8;
			position: relative;
			border-radius: 7px;
			box-shadow: 5px 5px 5px #777; 
			behavior: url(js/ie-css3.htc); 
	}
   .ui-corner-all2 { 
			background-color: #FFFFF8;
			position: relative;
			border-radius: 15px;
			box-shadow: 10px 10px 20px #333; 
			behavior: url(js/ie-css3.htc); 
	}
   .ui-corner-all-fieldset {
			background-color: #FFFFF8;
			position: relative;

			-moz-border-radius: 5px;	/* Firefox */
			-webkit-border-radius: 5px;	/* Safari and Chrome */
			border-radius: 5px;			/* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
			
			-moz-box-shadow: 5px 5px 10px #333;
			-webkit-box-shadow: 5px 5px 10px #333;
			box-shadow: 5px 5px 10px #333;
			
			behavior: url(js/ie-css3.htc); 
	}
   .ui-corner-all-fieldset-legend {
			background-color: #FFFFF8;
			position: relative;

			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;
			
			-moz-box-shadow: 3px 3px 6px #333;
			-webkit-box-shadow: 3px 3px 6px #333;
			box-shadow: 3px 3px 6px #333;
			
			behavior: url(js/ie-css3.htc); 
	}
-->
