@CHARSET "UTF-8";

@media all
{
 	#webformReport{
 		padding-bottom: 12px;
 	}
	#webformReport h4 {
		margin-top:10px;
	}
	#webformReport .question, .dialogblock .question {
		display: block;
		margin-top: 1em; 
		font-weight: bold;
		border-bottom: 1px solid #b8cad8;
	}
	#webformReport label, .dialogblock label{
		display: block;
		font-size: 0.9em;
		font-weight: bold;
		font-style: italic;		
	}
	#webformReport .answers, .answers {
		width: 100%;
		padding: 10px 5px;
	}
	#webformReport .answers .answer, .answers .answer {
		width: 40%;
		padding: 5px;
	}
	#webformReport .answers .processbar, .answers .processbar{
		vertical-align: middle;
		text-align: left;
	}
	.answers .processbar .bar_wrapper {
		height: 3px;
		overflow: hidden;
		position: relative;
		padding: 3px;
	}
	.answers .processbar .bar_wrapper .bar{
		display:block;
		border: 1px solid #333;
	}
	#webformReport .answers .count, .answers .count {
		width: 100px;
		font-size: .9em;
		vertical-align: middle;
		text-align: left;
	}
	* html #webformReport .bar, .bar{ /*  IE 6 fix */
		background: none; 
	}
	#webformReport .answers .reportcount, .answers .reportcount {
		padding: 5px;
		color: #666;
	}
	#webformReport .answers .persent, .answers .persent {
		padding: 5px;
		font-weight: bold;
	}
	
	.submitedField {
		padding: 0.5em;
	}
	.submitedField label {
		display: block;
		font-weight: bold;
	}
	.submitedField span {
		display: block;
		padding-left: 1.5em;
		font-style: italic;
	}
	
	.voting_table {
		width: 100%;
	}
	.voting_links_table{
		padding: 5px;
		width: 100%;
	}
	.voting_links_table tr td{
		text-align: center;
		vertical-align: middle;	
	}
	.voting_box_right {
		width:auto;
	}
/**------- Формы опросов ---------*/
	#voting_box div.survey {
		padding: 0;
	} 
	div.survey {
		padding: 10px;
	}
	div.survey_table {
	
	}
	div.survey_item {
		padding-bottom: 10px;
	}
	div.survey_middletext {
		padding-bottom: 10px;
	}
	div.survey_label, div.survey_label_multi {
		color: #316EA8;
		font-weight: bold;
	}
	div.survey_field, div.survey_field_multi {
		padding: 5px 10px 0;
	}
	div.survey_button {
		text-align: center;
	}
	span.survey_mandatory {
		color: #666;
		font-size: .9em;
		font-weight: bold;
		font-style: italic;
	}
	span.survey_label_error {
		color: #E32636;
		font-size: .9em;
		display: block;
	}
	span.survey_msg_error {
		color: #E32636;
	}
	div.survey_label .survey_msg_error, div.survey_label_multi .survey_msg_error{
		border-bottom: 1px dotted #E32636;
		color: #316EA8;
	}
	span.survey_field_checkbox, span.survey_field_radio {
		display: block;
		margin: 0 0 5px;
	}
	span.survey_field_checkbox_row, span.survey_field_radio_row {
		display: inline;
		margin: 5px 0;
	}
	label.survey_label_checkbox, label.survey_label_checkbox_row,
	label.survey_label_radio, label.survey_label_radio_row {
		margin: 0 10px;
		color: #1D4D71;
	}
	.survey_report {
		margin: 10px 5px;
		padding: 5px 5px 0 30px;
		background: transparent url(../images/report.png) no-repeat scroll left top;
	}
	.survey_report a {
		font-weight: bold;
	}
	.surveyInfo {
		display: block;
		padding: 10px;
		font-weight: bold;
	}
}