/*================layouts======survey==================*/
	#surveyTitle,#surveyOpTitle {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../../img/management_templates_img/surveyresult/surveytitle.png) repeat-x scroll 0 0;
	color:#000000;
	font-size:15px;
	font-weight:bold;
	height:21px;
	padding:2px;
	text-align:center;
	}
	.surveyfaq {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	/*background-color:#FFFFCC;*/
	height:auto;
	/*overflow:scroll;*/
	padding:10px;
	width:auto;
	}
	.surveyfaq li
	{
		list-style-type:none;
	}
/*================layouts======survey===========end=======*/	
	
			
/*-------------layouts--------windowopen---------------*/			
			#reset,
        #searchAdvBtn,
		#advExport
		{
		background:#2c2c2c url(../../img/management_templates_img/popuplayer/buttonground01.gif) repeat-x; 
		border:1px solid #2c2c2c;
		color:#ffffff;
		cursor:pointer;
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
		height:19px;
		padding:0 8px;
		*padding:0 4px;/* Style for IE */
		onfocus: expression(onfocus=function (){this.style.border='1px solid #2c2c2c'});
		onblur: expression(onblur=function (){this.style.border='1px solid #2c2c2c'});
		}
/*-------------layouts--------windowopen-----end----------*/			
