indexSearch.css 781 Bytes

.div-search{
	float: right;
    height: 40px;
    color: white;
    margin-top: 7px;
    margin-right: 30px;
	}
	
#txtSearch{
	float: left;
    margin-right: 4px;
    margin-top: 1px;
    padding: 0px 6px 0px 5px;
    border: 0;
    width: 240px;
    /* width: 98.7%; */
    height: 38px;
    line-height: 38px;
    min-width: 130px;
    background: none;
    font-size: 15px;
    color: white;
    opacity: 0.7;
    border: 1px solid #5fa8de;
    border-radius: 4px;
   }
.div-search-searchbtn{
    float: left;
    cursor: pointer;
    margin: 7px 0px 7px 0px;
    position: relative;
/*     right: -205px;
    top: -35px; */
/*     right: -185px;
    top: -38px; */
    right: 36px;
    top: 2px;
}
#txtSearch::-webkit-input-placeholder{
	color: #ffffff;
	padding-left: 10px;
}