#search-form, #search-form fieldset{
border: none; border-spacing: 0; margin: 0; padding: 0;
}

.phrase-input{
float: left;
width: 310px;
margin: 10px 8px;
}
.submit-input{
border: none;
background-color: transparent;
color: #be3346;
font-weight: bold;
float: left;
margin: 10px 0 0 0;
}

#adv-form-box{
display: none;
width: 100%;
background-image: url(/templates/def.template/images/adv.bottom0.jpg);
background-repeat: no-repeat;
background-position: bottom;
height: 265px;
position: relative;
top: -5px;
}
#adv-form{
height: 257px;
font-size: 11px;
border-left: 1px #dbdbdb solid;
border-right: 1px #dbdbdb solid;
padding-top: 3px;
background-color: white;
}
#close-button{
color: #4c5d9d;
float: right;
font-weight: bold;
margin: 5px 35px 0 0;
}
#adv-form select, #adv-form input{
font-size: 11px;
}
.level0{margin-left: 18px;}
.level1{margin-left: 38px;}
.form-row{margin: 2px 0 1px 0;}
.form-group{
padding: 2px 0 5px 0;
}
.dash-group{
padding-top: 8px;
border-top: 1px #dbdbdb solid;
}