@charset "utf-8";
/* CSS Document */


html {  
	overflow: scroll;
	overflow-y: scroll;
	height:100%;
}  

body {  
	height:100%;
	padding:0;
	margin:0;
}


@charset "utf-8";
/* CSS Document */
.errMsg{
	font-size:12px;
	font-weight:bold;
}

.successMsg{

	font-size:24px;
	color:#0000ff;
}



.bigTitle{
	font-size:24px;
	font-weight:bold;
	
}



/*** survey info ***/
.surveyInfoTextAreaStyle{
	width:500px;
	height:100px;
}

.surveyInfoTextFieldStyle{
	width:500px;
}

/** survey content **/

