#survey_content fieldset {
	padding:0px 0 5px 0;
	margin:5px 0 15px 0;
	border: 0px solid silver;
}

#survey_content ul {
	list-style: none;
	margin: 0px;
	padding:0px;
}

#survey_content label {

}

.right_input {
	float:right !important;
	width:260px;
	font-size: 90%;
}

.text_input {
	width:265px;
	display:block;
	margin-bottom:10px;
}

textarea {
	width:265px;
	margin-bottom:20px;
}

#survey_content ul li{
	display:block;
	width:100%;
}

.error-message {
	font-weight: bold;
	color:red;
}

.message {
	font-weight: bold;
	color:red;
	margin-top:10px;
	font-size: 120%;
}

.survey_radioset li *, .survey_checkboxset .input {
	float:left;
	clear: none;

}

.survey_radioset li {
	clear:both;
	padding-bottom: 2px;
	height: 2em;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

.survey_radioset label {
	display: inline;
	clear: none !important;
}


.label_matrix {
	width:260px;
	padding-left:3px;
}

.radioset_radio {
	clear:left;
}

.survey_chkbox {
	clear:left;
}

.submit {
	width:268px;
	text-align:right;
	padding-right:0px;
	padding-top:20px;
}

.submit input {
	margin-right: 0px;
}

fieldset {
	width:100%;
}
/*
#survey_content input[type=checkbox] {

	margin: 0px 6px 7px 2px;
}
#survey_content input[type=radio] {
	clear: left;
	float: left;
}
#survey_content input[type=submit] {
	display: inline;
	font-size: 100%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}
*/
/*
ul label {
	float:left;
}

#survey_content ul li input[type=radio] {
	clear: left;
	float: left;
}
#survey_content ul li input {
	clear: left;
}
#survey_content ul li input[type=radio] {
	clear: both;
	float: left;
}*/
.t_matrix {
	width:100%;
}

.t_matrix td {
	width:265px;
}
.t_matrix radio {
	margin: 0px auto;
}

td.td_matrix {
	text-align:center;
	width: auto !important;
}

.tr_matrix{
	background:#eae2d2;
}

.quest {
	font-weight: bold;
	padding: 20px 0 0px 0px;
}

#report label {
	display:block;
	float:left;
	min-width:200px;
}

#FilterReportForm label {
	clear:both;
	display:block;
	padding-top:4px;
}
#FilterReportForm input {
	clear:both;
	display:block;
}

.filter {
	display:block;
	clear:both;
	margin-bottom:5px;
}

#dati {
	float:left;
}
#selekti {
	float:left;
	padding-left:40px;
}

#UserLoginForm label {
	display:block;
	float:left;
	clear:left;
	width:80px;
}

div.answers {
	border:1px solid #AB0011;
	margin-top:3px;
	padding:5px;
	background:#EFEDE8;
	display:none;
	max-height:200px;
	overflow:auto;
}


div.answers ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

div.answers ul li {
	padding-left:15px;
}

div.quest a {
	cursor:pointer;
	color: #BCA07F;
}
