@charset "UTF-8";

#feedback_form .wpcf7-list-item {
	display: block;
	}

#feedback_form .wpcf7-list-item label{
	cursor: pointer;
	}

#feedback_form, .wpcf7-form .wpcf7-response-output {
	margin: 40px 50px 5px;
	padding: 10px;
	}

#feedback_form.form_main {
	border: 1px dotted;
	}

#feedback_form p {
	margin: 0px;
	padding: 0px;
	}

#feedback_form .subject {
	font-weight: bold;
	}

#feedback_form .heading {
	border: 1px solid #4880ac;
	border-left: 10px solid #4880ac;
	margin: 10px 0px 10px 0px;
	}

#feedback_form td {
	vertical-align: top;
	}

#feedback_form .warn {
	font-size: 14px;
	color: red;
	padding: 5px;
	}

#feedback_form .warn a {
	text-decoration: underline;
	color: blue;
	}

#feedback_res {
	font-weight: bold;
	}


