@charset "utf-8";
/* CSS Document */

.flexsearch--wrapper {
	alignment-adjust:central;
	height: 60px;
	width: 350px;
	overflow: hidden;
	background: transparent;
	position: static;
}
	
.flexsearch--form {
	overflow: hidden;
	position: relative;
}
	
.flexsearch--input-wrapper {
	padding: 0 66px 0 0; /* Right padding for submit button width */
	overflow: hidden;
}

.flexsearch--input {
  width: 100%;
}

/***********************
 * Configurable Styles *
 ***********************/
.flexsearch {
  padding: 0 1px 0 10px; /* Padding for other horizontal elements */
}

.flexsearch--input {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
   box-sizing: content-box;
   height: 30px;
   padding: 0 46px 0 10px;
   border-color: #888;
   border-radius: 35px; /* (height/2) + border-width */
   border-style: solid;
	border-width: 5px;
  margin-top: 15px;
  color: #333;
  font-family: 'Helvetica', sans-serif;
	font-size: 16px;
	-webkit-appearance: none;
	-moz-appearance: none;
}
	
.flexsearch--submit {
	position: absolute;
	right: -13px;
	top: -19px;
	display: block;
	width: 91px;
	height: 66px;
	padding: 0;
	border: none;
	margin-top: 20px; /* margin-top + border-width */
	margin-right: 5px; /* border-width */
	background: transparent;
	color: #888;
	font-family: 'Helvetica', sans-serif;
	font-size: 18px;
	line-height: 30px;
	background-color: #CCCC00;
}

.flexsearch--input:focus {
  outline: none;
  border-color: #333;
}

.flexsearch--input:focus.flexsearch--submit {
 	color: #333; 
}

.flexsearch--submit:hover {
  color: #333;
  cursor: pointer;
}

::-webkit-input-placeholder {
	color: #888;  
}

input:-moz-placeholder {
  color: #888
}


/****************
 * Pretify demo *
 ****************/
.h1 {
  float: left;
  margin: 14px;
  color: #333;
  font-family: 'Helvetica', sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 45px;
  text-align: center;
}
