/* *//* */#header #search_term {
    outline: none;
    background: #e3582f;
    border: none;
    width: 89px;
	color: #fff;    
	font-size: 12px;
    padding: 3px;
    -webkit-appearance: none;
    border-radius: 0;
}

#header li #navigation_searchform_top {
    background: url('../images/search_bg.png') no-repeat left center;
    width: 0;
    height: 21px;
    overflow: hidden;
    padding-left: 19px;
    cursor: pointer;
    margin-top: -2px;
}

#header li #navigation_searchform_top.active {
    background: url("../images/search_bg_active.png") no-repeat left center;
	
}
@CHARSET "UTF-8";

.error {
    color: red;
    font-size: 15px;
}

.sitemapdiv {
    margin-bottom: 15px;
}