body{
	padding: 0;
	margin: 0;
	border-top: 4px solid  #3f51b5;
	font-family: Arial;
	overflow-x: hidden;
	display: none;
}


/* hide clear button in search box */
input[type=text]::-ms-clear{
	display: none;
	width: 0;
	height: 0;
}
input[type=text]::-ms-reveal{
	display: none;
	width: 0;
	height: 0;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration{
	display: none;
}



a{
	color: #757575;
	text-decoration: none;
}

a:hover{
	color: #616161;
}

#search-wrap{
	margin-top: 10%;
}

#search-elements {
	background: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: -20px 0;
	width: 500px;
	margin: 0 auto;
	padding-top: 162px;
	padding-left: 69px;
}

#q{
	background: none repeat scroll 0 0 #eeeeee;
	border: 1px solid  #e0e0e0;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;	
	padding-right: 0;
	border-right: 0;
	float: left;
	font: 20px 'Arial';
	margin: 0;
	outline: 0;
	padding-left: 10px;
	transition: background 0.3s ease-in-out 0s;
	height: 42px;
	width: 500px;
}

#q:focus{
	border-color: #bdbdbd;
}

#search-btn{
	cursor: pointer;
	text-indent: -99999em;
	background: url(../images/search.png) no-repeat scroll center center white;
	background-color: #e0e0e0;
	border: 1px solid #e0e0e0;
	border-left: 0 !important;
	width: 50px;
	height: 42px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

#search-btn:hover{
	background-color: #bdbdbd;
}

.search-btn-focus, #search-btn:hover{
	border: 1px solid #bdbdbd !important;
}

.g{
	color: #9e9e9e;
}

.g img{
	vertical-align: middle;
}

.c{
	margin: 0 auto;
}

.ct{
	text-align: center;
}

#footer {
	position: absolute; 
	bottom: 0; 
	left: 0;
	right: 0;
	border-top: 1px solid #e4e4e4; 
	color: #909090; 
	font-size: 0.9em; 
	text-align: center; 
	line-height: 24px;
}


.ui-corner-all{
    -moz-border-radius: 4px 4px 4px 4px;
}
.ui-widget-content{
	width: auto;
    border: 1px solid #D8D8D8;
    color: black;
    background-color: white;
}
.ui-widget{
    font-size: 20px;
}
.ui-menu{
    display: block;
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0px;
}
.ui-autocomplete{
    cursor: default;
    position: absolute;
	-webkit-box-shadow: 0px 4px 4px 0px rgba(50, 50, 50, 0.33);
	-moz-box-shadow:    0px 4px 4px 0px rgba(50, 50, 50, 0.33);
	box-shadow:         0px 4px 4px 0px rgba(50, 50, 50, 0.33);
}
.ui-menu .ui-menu-item{
    clear: left;
    float: left;
    margin: 0;
    padding: 6px 6px 6px 10px;
	text-decoration: none;
    cursor: pointer;
}
.ui-menu .ui-menu-item:hover{
    background-color: #e0e0e0;
}
.ui-widget-content a{
    color: #222222;
}
.ui-helper-hidden-accessible{
	display: none;
}