/* new atria style ----------------------------------------------------------------------------------- */
select.errorValid,
textarea.errorValid,
input.errorValid{
border-color: #B94A48 !important;
box-shadow: 0 1px 1px #ffc4c3 inset;
color: #B94A48 !important;
}
select.errorValid:focus,
textarea.errorValid:focus,
input.errorValid:focus{
box-shadow: 0 1px 1px #ffc4c3 inset, 0 0 8px #ffc4c3 !important;
}

.btn-searchterm{
cursor: pointer;
display: block;
float: left;
height: 25px;
margin: 0 0 0 5px;
width: 25px;
}
.btn-searchterm:hover{
background-position: 0 -22px;
}
.btn-searchterm-plus{
background: url("http://www.atria-kennisinstituut.nl/atria/images/icons/search-plus.png") #DEBF00 no-repeat center center;
}
.btn-searchterm-plus:hover{
background: url("../../images/icons/search-plus-hover.png") #9D261D no-repeat center center;
}
.btn-searchterm-min{
background: url("../../images/icons/search-min.png") #DEBF00 no-repeat center center;
}
.btn-searchterm-min:hover{
background: url("../../images/icons/search-min-hover.png") #9D261D no-repeat center center;
}

.boxRefine{}
.InputSearch_2{margin-top: 0 !important; margin-right: -300px; position: relative; z-index: 10;}
#vz_zoeken-van{
float: left;
}
#vz_zoeken-tot{
float: right; margin-right: -2px;
}