.btn {
  -webkit-border-radius: 6;
  -moz-border-radius: 6;
  border-radius: 6px;
  font-family: Arial;
  color: #ffffff;
  font-size: 15px;
  background: #646566;
  padding: 3px;
  border: solid #000000 2px;
  text-decoration: none;
}

.btn:hover {
  background: #9e9e9e;
  text-decoration: none;
}


#search-box {
    position: relative;
    width: 90%;
    margin: 0;
}

#search-form {
    height: 40px;
    border: 1px solid #999;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-color: #fff;
    overflow: hidden;
}

#search-text {
    font-size: 16px;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    color: #ddd;
    border-width: 0;
    background: transparent;
}

#search-box input[type="text"] {
    width: 90%;
    padding: 11px 0 12px 1em;
	padding-left: 2px;
    color: #333;
    outline: none;
	padding-left:10px;
}

#search-button {
    position: absolute;
    top: 0;
    right: 0;
    height: 42px;
    width: 80px;
    font-size: 16px;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    color: #fff;
    text-align: center;
    line-height: 42px;
    border-width: 0;
    background-color: #FEB41C;
    -webkit-border-radius: 0px 5px 5px 0px;
    -moz-border-radius: 0px 5px 5px 0px;
    border-radius: 0px 5px 5px 0px;
    cursor: pointer;
}

.search-results {
	width:80%;
	max-width:550px;
	min-width:380px;
	border:solid 1px #ccc;
	border-radius:5px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	text-align:left;
	padding:10px;
}

.search-head {
	width:95%;
	margin-left:auto;
	margin-right:auto;
	border-bottom:solid 1px #ccc;
	font-size:18px;
	text-align:center;
}
.search-result-list {}

.search-result-list ul {
	list-style:none;
	text-align:left;
	padding-top:20px;
	padding-left:50px;
}

.search-result-list ul li {
	padding-bottom:4px;
	font-size:14px;
}
.search-result-list ul li a {
	text-decoration:none;
}
.search-result-list ul li a:visited {
	text-decoration:none;
	color: #000;
}
.yellow-alert {
	border: 1px solid #FCAC32;
	border-radius: 5px;
	background-color: #FD6;
	text-align: center;
	width: 80%;
	max-width:450px;
	margin-bottom:20px;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	padding:10px;
	box-shadow: 1px 1px 5px black;
}
