@charset "utf-8";
/* CSS Document */
.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: 70px;
    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 {
	margin-top: 10px;
}
footer p {
    color: #777777;
}
.result {
	color: #5d5d5d;
	font-size: 12px;
}
.result b {
	margin: 0 10px;
	color: #333;
}
.result-list dt {
	margin-top: 30px;
}
.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;
}
em{
	color:red;
}
.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: 12px; 
}
.span6 {
	width: 50%;
	border-radius: 5px;
	padding:3px 5px;
}
.btn {
	display: inline-block;
	*display: inline;
	padding: 4px 12px;
	margin-bottom: 0;
	*margin-left: .3em;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	cursor: pointer;
	background-color: #f5f5f5;
	*background-color: #e6e6e6;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #bbbbbb;
}
.doc-type{
	color: #c27455;
}