img,
img.noresize,
#center_content .content img,
#center_content .content img.noresize
{
	--width:expression((src.search(/.*\.png$/i)==-1)? '':'0px');
	--height:expression((src.search(/.*\.png$/i)==-1)? '':'0px');
	--padding:expression((src.search(/.*\.png$/i)==-1)? currentStyle.padding:'1px');
	--background:expression((src.search(/.*\.png$/i)==-1)? currentStyle.background :"transparent url('../image/empty.gif') no-repeat");
	--filter: expression((src.search(/.*\.png$/i)==-1)? '' : runtimeStyle.filter = 'progid:DXImageTransform.Microsoft.AlphaImageLoader(src='+src+', sizingMethod=image)');
	}
* {
 }
 
/* 
-moz-border-radius:12px;
-webkit-border-radius:12px;
			border-radius:12px;
			-moz-box-shadow:1px 1px 2px 0px #aaa;
			-webkit-box-shadow:1px 1px 2px 0px #aaa;
			box-shadow:1px 1px 2px 0px #aaa;
			background-color:#FFF2B6;
			background: -moz-linear-gradient(#FFF2B6, #FFA527);
			background: -webkit-gradient(linear, 0 0, 0 100%, from(#FFF2B6), to(#FFA527));
			background: linear-gradient(#FFF2B6, #FFA527);
			-moz-
			-webkit-

*{
behavior: url('../../libs/pie/PIE.php');
}	*/		
			
	#res_frm{
		-moz-border-radius:3px 3px 15px 15px;
		-webkit-border-radius:3px 3px 15px 15px;
		-moz-box-shadow:1px 1px 2px 0px #333;
		-webkit-box-shadow:1px 1px 2px 0px #333;
		behavior: url('../../libs/pie/PIE.php');
		}
		#res_frm .fullbck{
			-moz-border-radius:3px 3px 15px 15px;
			-webkit-border-radius:3px 3px 15px 15px;
			behavior: url('../../libs/pie/PIE.php');
			}
			
		#rsStepList{
			-moz-border-radius:5px;
			-webkit-border-radius:5px;
			-moz-box-shadow:0px 1px 2px 0px #333;
			-webkit-box-shadow:0px 1px 2px 0px #333;
			}
				#res_frm .reg_cont .inp{
					-moz-border-radius:3px;
					-webkit-border-radius:3px;
					}
		#res_frm .submit{
			-moz-border-radius:15px;
			-webkit-border-radius:15px;
			-moz-box-shadow:0px 1px 2px 0px #333;
			-webkit-box-shadow:0px 1px 2px 0px #333;
			position:relative;
			z-index:4;
			behavior: url('../../libs/pie/PIE.php');
			}
			#res_frm .submit.right{
				-moz-border-radius:3px 15px 15px 3px;
				-webkit-border-radius:3px 15px 15px 3px;
				}
			#res_frm .submit.left{
				-moz-border-radius:15px 3px 3px 15px;
				-webkit-border-radius:15px 3px 3px 15px;
				}
			
			.customSelect{
				-moz-border-radius:3px;
				-webkit-border-radius:3px;
				}
				.customSelect .itemsList{
					-moz-border-radius:0px 0px 3px 3px;
					-webkit-border-radius:0px 0px 3px 3px;
					}
