.custom-search-form input {
    border: 0px solid #ccc;
    border-bottom: 1px solid #ababab;
}
.custom-search-form a{
    color: #ccc;
    padding: 3px 6px 1px!important;
}
.custom-search-form a.btn-search{
    color: #ccc;    
}
.custom-search-form a.btn-search:hover{
    color: #ed502e;
    background: none;
    border-color: #fff;
}
.custom-search-form {
    float: right;
    margin: 10px 0 5px;
}

#search {
    width: 180px;
}
#submit {
    -moz-box-shadow:inset 0px 1px 0px 0px #f5978e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f5978e;
	box-shadow:inset 0px 1px 0px 0px #f5978e;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f));
	background:-moz-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:-webkit-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:-o-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:-ms-linear-gradient(top, #f24537 5%, #c62d1f 100%);
	background:linear-gradient(to bottom, #f24537 5%, #c62d1f 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f',GradientType=0);
	background-color:#f24537;
	border:1px solid #d02718;
	color:#ffffff;
	text-shadow:0px 1px 0px #810e05;
}
#submit:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24537));
	background:-moz-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:-webkit-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:-o-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:-ms-linear-gradient(top, #c62d1f 5%, #f24537 100%);
	background:linear-gradient(to bottom, #c62d1f 5%, #f24537 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537',GradientType=0);
	background-color:#c62d1f;
}
#submit:active {
	position:relative;
	top:1px;
}

.search_keyword{
    font-weight: bold;
    font-style: italic;
}

#btn-search{
    overflow: hidden;
	height: 31px;
	width: 31px;
}

#btn-search .search-icon {
	background: url(../img/search-btn.png) no-repeat top center;
	text-indent: -9999em;
	display: block;
	overflow: hidden;
	height: 14px;
	width: 14px;
	line-height: 14px;
    margin: 3px 0;
}

#btn-search:hover .search-icon{
    background: url(../img/search-btn.png) no-repeat bottom center;
}
