@charset "utf-8";
/* KiC Questionaire CSS */
/* Essential structure
**************************************************** */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #ffffff;
	font: bolder 12px/9px Arial, Helvetica, sans-serif;
	color: #ffffff;
	}

td {
	text-align: center;
}

form {
	border-width: 0px;
	padding: 0px;
}

/* Form Elements
**************************************************** */
select {
	font: bolder normal 13px/normal Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
	background: #F93;
	text-align: left;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	width: 580px;
	border-style: none;
	border-color: #CC5036;
	list-style: circle inside;
}

textarea {
	font: bold normal 10px/10px Arial, Helvetica, sans-serif;
	color: #530216;
	text-decoration: none;
	background: #C8F9C2;
	text-align: left;
	margin: 0px;
	padding: 0px;
	clear: left;
	width: 240px;
	border-style: none;
	border-color: #B90532;
	list-style: none;
}

ul {
	list-style-type: none;
}

li {
	font-weight: bolder;
	font-size: 14px;
	color: #574B31;
}


label {
	font: bolder normal 14px/normal Arial, Helvetica, sans-serif;
	color: #0F5682;
	padding-bottom: 10px;
}
fieldset {
	padding-left: 10px;
	border-width: 0px;
	border-style: none;
}
button {
	background-color: transparent;
	cursor: pointer;
	margin: -40px 0px 0px 375px;
	border-top: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
}
	
/* Layers structure
**************************************************** */	
#container{
	background:url(images/bgSondaggio.jpg);
	width:600px;
	height:710px;
	background-repeat: no-repeat;
	border-width: 0px;
	}

#containerThanks{
	background:url(images/bgThanksSondaggio_1.jpg) no-repeat;
	width:600px;
	height:710px;
	}

#containerThanks2{
	background:url(images/bgThanksSondaggio_2.jpg) no-repeat;
	width:600px;
	height:710px;
	}



#formulario{
	position:absolute;
	width:600px;
	top: 115px;
	border-width: 0px;
	}

#thanks{
	position:absolute;
	width:383px;
	height:166px;
	left: 105px;
	top: 169px;
	}
	
/* Styling */

.answer {
	background: #FFF;
	font: 10px Arial, Helvetica, sans-serif;
	color: #000;
	width: 120px;
	height: 60px;
}

.sesso {
	font: bolder normal 16px Arial, Helvetica, sans-serif;
	color: #FFF;
}
.input_label{	color:#000;}