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

.formresponse.show-form form {
	margin-bottom: 20px;
}

.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;
}
.formresponse.show-form .col2 input[type=text],
.formresponse.show-form .col2 input[type=email] {
	width: calc(100% - 20px);
}

.formresponse.show-form .collabel1 label,
.formresponse.show-form .collabel2 label {
	width:100%;
	display:block;
	float:left;
	margin-top:2px;
	margin-bottom:12px;
}
.formresponse.show-form span.required-marker {
	margin-left: 2px;
}

.formresponse.show-form label.ui-state-error-text {
	display:block;
	float:right;
	margin-top:2px;
	margin-bottom:12px;
}
.formresponse.show-form .form-section-title { 
	margin-bottom:12px;
}
.formresponse.show-form .form-section-title a { 
	color: black;
	font-size: large;
}

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

.formresponse.show-form textarea {
/*	width: 100%; */
	resize: vertical;
	max-width: 100%;
}

#body .formresponse.show-form input.other-inputfield{
}