
.row {

    background-color: #F9F6EE !important;}
    
.container {
padding-top:10px ;
    background-color: #F9F6EE !important;
}

@charset "utf-8";
/* CSS Document */
/* body {
	font-family: Arial, sans-serif;
} */
#scform_tb a { display: inline; margin: 0 15px 0 3px; height: 26px; line-height: 26px; }
#scform_tb .y a { margin: 0 3px 0 15px; }
#scform_tb .a  { background: url(/static/image/common/searchbar.png) no-repeat 50% 100%; color: #333; font-weight: 900; }

.condition {
	margin-top: 10px;
}
.condition input {
	_width: auto;
}
.form-search .input-append .search-query {
	_height:24px;
	_line-height:24px;
}
#q-options .radio.inline, #q-options .checkbox.inline {   
    padding-top: 0;
	margin-left: 0;
	margin-right: 5px;
}
.condition select {
	width: auto;
}
.condition span {
	vertical-align: middle;
}
#q-input input.tips { 
	color: #aaa;
}
.link {
    background-color: #F5F5F5;
    border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
    margin-top: 30px;
    padding: 30px 0;
}
.link p {
    color: #777777;
    margin-bottom: 0;
	display: inline;
	/* width: 780px; */
	/* float: left; */
}
.link h4 {
	display: inline;
	/* float: left; */
	vertical-align: top;
	margin: 0;
}

.link span {
	margin-left: 30px;
	/* float: left;  */
	display: inline;
}
footer {

}
footer p {
    color: #777777;
}
.result {
	color: #5d5d5d;
	font-size: 12px;
}
.result b {
	margin: 0 10px;
	color: #333;
}
.result-list a {
	color: #337ab7;
	text-decoration: none;
}
.result-list a:visited {
	color: #771caa;
}
.result-list a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
.result-list dt {
	margin-top: 30px;
}
.result-list dt a h4 {
	font-weight: bold;
}
.field-info span {
	margin-right: 10px;
}
.field-info strong {
	margin-right: 4px;
	font-weight: normal;
	font-style: italic;
	font-size: 90%;
}
.demo-error {
	font-weight: 900;	
}
.demo-error ul {
	list-style: none outside none;
	font-weight: 400;
	margin-left: 30px;
	font-size: 12px;
}
.demo-error2 ul li {
	display: inline;
	list-style-type: none;
	margin-right: 8px;
}
.result-list h4 em {
	color:red;
	font-style: normal;
}
.result-list p em {
	color:red;
	font-style: normal;
}
.corrected {
	margin: 10px 0 30px;
	padding: 10px;
	overflow: hidden;
}
.corrected h4 {
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
}
.corrected span {
	margin-left: 10px;
}
.ui-autocomplete li.ui-menu-item {
	font-size: 1.2em; 
}

.text-error {
	color: #b94a48;
  }
  
  a.text-error:hover {
	color: #953b39;
  }