.wpfSingleInputSearch {
	position: relative;
}
.wpfSingleInputSearch input{
	width: 100%;
	height: 30px;
    margin: 5px 0px;
}
.wpfSingleInputSearch button{
	position: absolute;
    top: 2px;
    right: 0;
    height: 30px;
    width: 30px;
    background: none;
    border: none;
    font-size: 13px;
    outline: none;
}
.wpfSingleInputSearch button:before {
    content: '\f002';
    font-family: "FontAwesome";
    display: block;
    color: #777;
}
.wpfCollapsible {
    font-size: 20px;
    font-weight: bold;
    vertical-align: middle;
    padding: 0 7px;
    line-height: 15px;
}