::placeholder 	{ color: #ffd777;opacity:1;} 
:-ms-input-placeholder {color: #ffd777 !important;}
::-webkit-input-placeholder  {
    color: #ffd777;
	text-align: center;
}
.mark {background:#ffbf00;border-radius:7px;}
#search{font-family: Robotolight;}
#searchForm{
  width: 100%;
  margin: 1.5em auto 0.5em auto;
}
#searchInput {
	-webkit-appearance:none;
	background: none;
	margin-bottom:20px;
	text-align:center;
  width: 100%;
  height: 70px;
  border: none;
  border-bottom: 2px solid #ffbf00;
  border-radius: 40px;
  color: #444444;
  font-family: Robotolight;
  font-size:1.5em;  
		
}
#searchButton{
  position: absolute; 
  top: 0;
  right: 0px;
  width:70px;
  height: 70px;
  border: none;
  background:none;
  background-image: url('../images/magnifier.png');
  background-repeat: no-repeat;
    background-size: auto 50%;
    background-position: center;
  cursor: pointer;
}
#searchfieald{position: relative;width:50%;margin: 0 auto;}
#areaofsearch{width:1100px;margin: 0 auto;}
input[type="search"]::-ms-clear {
   display: none;
}
input[type="search"]::-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; }

#checks{width:100%;text-align:center; margin-bottom:70px;}
#searchResult{margin:1.5em 5em;text-align:center;}
#searchResult p{font-family: Bookman;text-align:justify;}
button[type=submit]{
    background:none;
    box-shadow:none;  
    border:none; 
    color: #444444;  
    font-family: Bookman;
    font-size:1em;  
    cursor:pointer;
    font-weight:bold;
    text-decoration:underline;
}
button[type=submit]:hover{color: #777;  text-decoration:none;}
#loaderDiv{margin-top:2em;text-align:center;width:100%;height:300px;display:none;}
