.wdgt-borda {
	width: 336px;
	height: 280px;
	border:1px solid #dddddd;
}
.wdgt-search {
	position: relative;
	background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
.wdgt-body .form-control {
    font-size: 12px !important;
    color: #666 !important;
}
.wdgt-search-container {
    background: #333;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 100;
    text-align: center;
}
.wdgt-segment-box {
    text-align: center;
    background: #fff;
    color: #888;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
}
.wdgt-segment-box i {
    font-size: 28px;
    line-height: 30px;
    text-align: center;
    color: #666;
}
.wdgt-segment-box h2 {
    font-size:0.6em;
}
.twotabsearchtextbox {
    border-left:none;
    border-right: 1px solid #ff6666 !important;
    border-top: 1px solid #ff6666 !important;
    border-bottom: 1px solid #ff6666 !important;
}
h1 {
    font-size: 22px;
    margin-top: 0.67em;
    color: #fff !important;
    text-shadow: 1px 1px 5px #0e0e0e;
}

.ui-widget.ui-widget-content {
    z-index: 16000002 !important;
}

.ui-autocomplete {
    max-height: 100px;
    overflow-y: scroll !important;
    position: fixed !important;
}

* html .ui-autocomplete {
    /* IE 6 doesn't support max-height */
    height: 100px;
}

.ui-widget {
    font-size: 1.3em !important;
}

.input-group-addon {
    background-color: #fff;
    color: #eee;
    border-left: 1px solid #ff6666 !important;
    border-top: 1px solid #ff6666 !important;
    border-bottom: 1px solid #ff6666 !important;
    border-right: none;
    border-bottom-left-radius: 4px !important;
    border-top-left-radius: 4px !important;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
