/* ZOOfilter default form style*/


.zoo-filter .form-element-row
{
    overflow: hidden;
    margin-bottom: 3px;
    padding: 5px;
}

.zoo-filter label 
{
    height: 1em;
    margin-bottom: 10px;
	cursor: default;
}

.zoo-filter input {
        position: relative;
    height: 35px;
    border-radius: 20px;
    font-size: 13px;
    padding: 0px 10px 0px 10px;
    margin-right: -10px;
    width: 100%;
}
.zoo-filter .clearfix {
    clear: both;
}
