
body {
    	margin:9px 9px 9px;
    	padding:0; 
	color:#000;
    	text-align:center; 
	background:#F3F4F5; 
}

#container {
	min-height:100%;
	width:700px;
	margin-top:auto;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:auto;
	text-align:center;
	position:relative;
	border-style:solid;
	border-color:white;
	border-width: 2px;
	
} 

/* Borders survey */


.bottomleft {
	background: url(bl.gif) bottom left no-repeat white; width: 760px
}
.bottomright {
	background: url(br.gif) bottom right no-repeat
}
.topleft {
	background: url(tl.gif) top left no-repeat
}
.topright {
	background: url(tr.gif) top right no-repeat; 
}
.clear {
	font-size: 1px; height: 1px
} 

/* Header */

.header{
	padding:0;
	margin-bottom: 20px;
	margin-top: 30px;
	padding-top: 15px;
	padding-left: 20px;
	text-align:left; 	
}
.title-survey{
	margin-left: 15px;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align:left;
	font-family: Arial Unicode MS, Helvetica, sans-serif; 
	font-weight: bold; 
	font-size: 14px; 
	color: black;  
}
.introduction-survey{
	text-align:left;
	font-family: Arial Unicode MS, Helvetica, sans-serif; 
	font-weight: bold; 
	font-size: 10px; 
	color: black;  
}
.content {
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-top: 10px;
	position:relative;
	min-height:100%;
	text-align:center;
	background:white; 
	width=95%;
}

/* Footer */

#footer{
	position:relative;
	height:40px;
	text-align:center;
	font-size:x-small;
}

/* TEXT */

.chapter {
	margin-top: 5px;
	margin-bottom: 5px;
	font-family:Arial Unicode MS, Helvetica, sans-serif; 
	font-weight: bold; 
	padding-left: 20px;
	padding-right: 15px;
	padding-top: 15px;
	font-size: 12px; 
	color: black;  
	text-align: left;
}
.question {
	margin-top: 10px;
	margin-bottom: 5px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 15px;
	background: white; 
	font-family: Arial Unicode MS, Helvetica, sans-serif; 
	font-weight: bold; 
	font-size: 12px; 
	color: black;  
	text-align: left;
}
.label {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 30px;
	padding-right: 15px;
	font-family: Arial Unicode MS, Helvetica, sans-serif; 
	font-size: 12px; 
	color: black;  
	text-align: left;
}
.labelheader {
	margin-top: 5px;
	margin-bottom: 5px;
	
	padding-right: 15px;
	font-family: Arial Unicode MS, Helvetica, sans-serif; 
	font-size: 12px; 
	color: black;  
	text-align: left;
}
.response {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 30px;
	padding-right: 15px;
	background: white; 
	font-family: Arial Unicode MS, Helvetica, sans-serif; 
	font-size: 12px; 
	line-height:12px;
	color: black;  
	text-align: left;
}
.errormessage {
	font-family: Arial Unicode MS, Helvetica, sans-serif; 
	font-size: 11px;
	font-weight: bold; 
	color: red;
}
