
/**/

input, select {
	margin: 10px 0;
}

#selectors,
#selectors2{
	background: #F4F9FD;
}
#search{
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom: dashed 1px #306F95;
}
#selectors h2{
	margin-top:3px;
	margin-bottom:3px;
	background-image:url(/smp/img/search/title.png);
	-pie-png-fix: true;
	position:relative;
}
#selectors div{
	background:#f4f9fd;
	border-radius:5px;
	padding:5px;
}
#selectors fieldset{
	background:url(/smp/img/search/icon_circle.png) 0 7px no-repeat;
	padding-top:25px;
	padding-bottom:12px;
	border-bottom:1px solid #c5d0d9;
	position:relative;
	-pie-png-fix: true;
}
#selectors #step4{
	padding-bottom:7px;
	border-bottom:0;
}
#selectors legend{
	position:absolute;
	top:5px;
	left:0;
	width:100%;
	display:block;
	line-height:14px;
	text-indent:-9999px;
	overflow:hidden;
	background-position:12px 0;
	background-repeat:no-repeat;
	-pie-png-fix: true;
}
*+html #selectors legend{
	top:5px;
}
#selectors legend, x:-moz-any-link{

}
#step1 legend{
	background-image:url(/smp/img/search/legend1.png);
}
#step2 legend{
	background-image:url(/smp/img/search/legend2.png);
}
#step3 legend{
	background-image:url(/smp/img/search/legend3.png);
}
#step4 legend{
	background-image:url(/smp/img/search/legend4.png);
}
#selectors .required{
	color:#c00;
	font-size:x-small;
	margin-left:10px;
	margin-top:-7px;
	margin-bottom:7px;
}
#selectors select{
	width:100%;
}
#selectors label{
	margin-left:10px;
	line-height:1.8;
	display:inline-block;
	width:130px;
}
#step2 label{
	display:inline-block;
	width:75px;
}
#selectors label input{
	margin-right:3px;
	vertical-align:baseline;
}
#selectors .opener{
	background:url(/smp/img/search/icon_triangle.png) center left no-repeat;
	margin-left:15px;
	padding-left:12px;
	-pie-png-fix: true;
}
#sel_s3s,
#sel_s4s{
	display:none;
}
.submit{
	text-align:center;
	margin:13px 0 5px 0;
	position:relative;
	z-index:1;
}
.submit input{
	width:176px;
	height:36px;
	position:relative;
	z-index:2;
}

.search_list li{
border-top: 1px dotted #c0c0c0;
}
.search_list li {
clear:both;
display: block;
padding: 10px 10px 10px 10px;
background: url(../images/ic05d.png) 100% 50% no-repeat;
}
.search_list li span{
display: block;
padding: 10px 30px 10px 10px;
}
.search_list li:first-child{
border-top: none;
}
.search_list li div{
display: table;
width: 100%;
}

.search_list p{
display: table-cell;
vertical-align: top;
}
.search_list p img{
border:1px solid #c0c0c0;
padding:1px;
}
.search_list dl{
display: table-cell;
width: 99%;
padding-left: 10px;
vertical-align:middle;
}
.search_list dt{
font-weight: bold;
color: #c33;
padding-bottom:5px;
}

p.next,p.back{
	padding: 3px 20px;
	border-radius: 5px;
	margin-bottom: 5px;
	font-weight: bold;
	background: dodgerBlue;
}
p.next a,p.back a{
	color: #fff;
}

p.next{
	float:right;
}
p.back{
	float:left;
}

dt.research{
	padding:5px;
	text-align: center;
	text-decoration: underline;
}


#selectors h2,
#selectors2 h2 {
	background: url(/smp/img/search/icon_circle_blue.png) left no-repeat;
	padding-left: 20px;
	font-size: 14px;
	background-size: auto 100%;
	line-height: 1;
	margin: 5px 0;
}
#search .text {
	width: 220px;
	height: 14px;
	padding: 2px;
	border: 1px solid #999;
	line-height: 14px;
	margin: 0 3px 5px 0;
	-webkit-appearance: none;
	box-shadow: inset 1px 1px 1px 0 rgba(0, 0, 0, 0.3);
}
#search .submit {
	width: 60px;
	height: 20px;
	line-height: 20px;
	display: inline-block;
	-webkit-appearance: none;
	background: #80B9DC;
	border-color: #9CC9E4 #6BA8D2 #6BA8D2 #9CC9E4;
	border-width: 1px;
	border-style: solid;
	color: white;
	margin: 0 0 5px 0;
	font: inherit;
}