
#simple-srch-div input {
    display: inline;
}

#advanced-srch-div {
    border: 1px solid #d9d9d9;
    padding: 1%;
    /* background-color: #777; */
}

#advanced-srch-div submit, button {
    margin: 10px;
}

#advanced-srch-div p {
    display: flex;
    margin: 5px;
}

#advanced-srch-div p input {
    flex: 2;
}

#advanced-srch-div p select {
    flex: 2;
}

#search-checkbox-div input,label {
    display: inline;
    margin-left: 10px;
    margin-top: 10px;
}

.custom-input {
        background-color: white;
        /* width:140px; */
        height: 28px;
        /* border:1px solid #ccc; */
        border:0;
        margin:3px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -ms-box-sizing:content-box;
        -moz-box-sizing:content-box;
        -webkit-box-sizing:content-box;
        -webkit-border-radius: 0px;
        -webkit-appearance: none;
        box-sizing:content-box;
}
 
.custom-button {
        background-color: #000;
        color: white;
        /* width:140px; */
        height: 32px;
        border:1px solid #ccc;
        margin:3px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -ms-box-sizing:content-box;
        -moz-box-sizing:content-box;
        -webkit-box-sizing:content-box;
        -webkit-border-radius: 0px;
        -webkit-appearance: none;
        box-sizing:content-box;
}

span.reference{
    position:fixed;
    left:10px;
    bottom:10px;
    font-size:11px;
}
span.reference a{
    color:#fff;
    text-decoration:none;
    text-transform: uppercase;
    text-shadow:0 1px 0 #000;
}
span.reference a:hover{
    color:#f0f0f0;
}
.sbox{
    margin:129px auto 0 auto;
    height:430px;
    width:100%;
    position:relative;
    -moz-box-shadow:0px 0px 5px #444;
    -webkit-box-shadow:0px 0px 5px #444;
    box-shadow:0px 0px 5px #444;
    background:#1783BF url(../images/click.png) no-repeat 380px 80px;
}
.sbox h2{
			background-color:#1275AD;
			border-color:#0E5A85 #0E5A85 #0E5A85;
			border-style:ridge ridge solid;
			border-width:1px;
			color:#FFFFFF;
			font-size:22px;
			padding:10px;
			text-shadow:1px 1px 1px #000000;
}
			
.sb_wrapper{
	margin:0;
	padding:0;
	position: absolute;
	top:80px;
	left:40px;
	width:372px;
}
.sb_wrapper input[type="text"],
ul.sb_dropdown{
	border:1px solid #fff;
	background: #fafafa; 
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#fafafa)); 
	background: -moz-linear-gradient(top, #f2f2f2, #fafafa);
	font-size:24px;
	font-family:"Myriad Pro", "Trebuchet MS", sans-serif;
	-moz-box-shadow:1px 1px 3px #555;
	-webkit-box-shadow:1px 1px 3px #555;
	-box-shadow:1px 1px 3px #555;
	outline:none;
	padding:6px 5px 6px 20px;
	text-shadow:1px 1px 1px #fff;
	width:295px;
	float:left;
	margin:3px 0px;
}
ul.sb_dropdown{
	float:left;
	list-style:none;
	width:360px;
	padding:6px 5px;
	-moz-border-radius:0px 0px 10px 10px;
	-webkit-border-bottom-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
}
ul.sb_dropdown li{
	font-size:16px;
	line-height:32px;
	height:32px;
	float:left;
	width:50%;
}
ul.sb_dropdown li input[type="checkbox"]{
	float:left;
	margin:10px 4px 0 5px;
}
ul.sb_dropdown li.sb_filter{
	width:348px;
	border:1px solid #f9f9f9;
	clear:both;
	background: #ddd;
	font-size:12px;
	text-transform:uppercase;
	letter-spacing:1px;
	color:#444;
	height:16px;
	line-height:16px;
	padding:5px;
	-moz-box-shadow:0px 0px 2px #777;
	-webkit-box-shadow:0px 0px 3px #555 inset;
	-box-shadow:0px 0px 3px #555 inset;

}
span.sb_up,
span.sb_down{
	position:absolute;
	top:3px;
	left:0px;
	width:14px;
	height:41px;
	background-color:#f2f2f2;
	background-position:center center;
	background-repeat: no-repeat;
	z-index:10;
	border:1px solid #fff;
	-moz-box-shadow:1px 0px 1px #ddd;
	-webkit-box-shadow:1px 0px 1px #ddd;
	-box-shadow:1px 0px 1px #ddd;
	
}
span.sb_up{
	background-image:url(../images/icons/up.png);
}
span.sb_down{
	background-image:url(../images/icons/down.png);
}
input.sb_search{
	background:#f2f2f2 url(../images/icons/search.png) no-repeat center center;
	height:43px;
	width:50px;
	float:left;
	border:none;
	margin:3px 0px;
	border:1px solid #fff;
	-moz-box-shadow:1px 1px 3px #555;
	-webkit-box-shadow:1px 1px 3px #555;
	-box-shadow:1px 1px 3px #555;
	outline:none;
	cursor:pointer;
}
input.sb_search:hover{
	background-color:#fff;
}