.sbo-container {
	float:left;
	width:100%;
	margin:0 auto;
	padding:0;
}
.sbo-open {
	padding: 0;
	/*width: 50px;*/
	width: 100%;	
	z-index: 999;
}
.sbo-open img{
	max-width: 100%;
	height:auto;
	float:right;
}
.sbo-wrapper-container {
	padding:4%;
	background: rgba(0, 0, 0, 0.50) none repeat scroll 0 0;
	/*background: #001b33;
	opacity: 0.90;*/
	position: fixed;
	top: 0;
	left: 0;
	height: 100%; /*eliminare se non si vuole a tutta pagina ma solo contenuto*/
	width: 100%;
	z-index: 9999999;
	display: none;
}
.sbo-wrapper{
	float:right;
	width:80%;
	background:rgba(255, 255, 255, 1) none repeat scroll 0 0;
}
.sbo-wrapper-search{
	width:100%;
}
.sbo-cancel-image{
	display:none;
	/*width:20%;*/
	float:left;
	text-align:center;
}
.sbo-cancel-image img{
	width:100%;
	height:auto;
	display:inline-block;
	float:left;
}
.sbo-close-overlay{
	width: 100%; 
	height: 100%;
}
.sbo-search-textbox{
	width:85%;
	float:left;
}
.sbo-wrapper-container *:focus{
	outline:0; /*elimina bordo textbox e combobox*/
}

.sbo-search-textbox-input{
	padding:0 0 0 1% !important;
	margin:0 !important;
	width:100%;
	border: 0px solid #000000;
	color:#054384;
}
.sbo-submit-image{
	width:15%;
	float:right;
	text-align:center;
}
.sbo-submit-image img{
	width:100%;
	height:auto;
	display:inline-block;
	float:right;
}
.sbo-show {
	display: block;
}

.sbo-clr {
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}