#sub-form input[type="text"]{
	float:right;
	color:#FFF;
	background: #108cb9; /* Fallback color for non-css3 browsers */
	height:45px;
	margin:5px 0;
	border: 0;
	font-size:15px;
	padding:5px 5px 5px 35px;
	width:80%;
}
#sub-form input[type="text"]:focus{
	outline: none;
	background: #1ea5d6; /* Fallback color for non-css3 browsers */
}

#sub-form input[type="submit"]{
background: url(/assets/img/search-white.png) no-repeat 15px 5px;	
	border: 0;
	cursor: pointer;
	float: right;
	font-weight: bold;
	height:50px;
	margin:5px -60px 0;
	width:35px;
	outline: none;
}
#head-form input[type="text"]{
	float:right;
	color:#FFF;
	background: #0d7da6; /* Fallback color for non-css3 browsers */
	height:47px;
	margin:0;
	border: 0;
	font-size:15px;
	padding:5px 5px 5px 55px;
	width:100%;
}
#head-form input[type="text"]:focus{
	outline: none;
	background: #1ea5d6; /* Fallback color for non-css3 browsers */
}

#head-form input[type="submit"]{
background: url(/assets/img/search-white2.png) no-repeat 15px 10px;	
	border: 0;
	cursor: pointer;
	float: right;
	font-weight: bold;
	height:47px;
	margin:0 -60px 0;
	width:35px;
	outline: none;
}
