/** CSS for formresponse */
/** Sample selectors:
.formresponse.show-item { }
.formresponse.show-item .title { }
.formresponse.list-items { }
*/
.formresponse.show-form {
	width:700px;
}

.formresponse.show-form label {
	width:150px;
	display:block;
	float:left;
	margin-top:2px;
	margin-bottom:12px;
}

.formresponse.show-form label.ui-state-error-text {
	float:right;
}


.formresponse.show-form .radio-options label,
.formresponse.show-form .checkbox-options label {
	display:inline;
	width:auto;
	margin-right:10px;
	float:none;
}

.formresponse.show-form .collabel1 {
	width:150px;
	float:left;
	margin-bottom:5px;
}

.formresponse.show-form .col1 {
	width:550px;
	float:left;
	margin-bottom:5px;
}

.formresponse.show-form .collabel2, .formresponse.show-form .col2 {
	width:700px;
	float:left;
	margin-bottom:5px;
}